Home
last modified time | relevance | path

Searched refs:KeyguardEsimArea (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardEsimArea.java41 class KeyguardEsimArea extends Button implements View.OnClickListener { class
72 public KeyguardEsimArea(Context context) { in KeyguardEsimArea() method in KeyguardEsimArea
76 public KeyguardEsimArea(Context context, AttributeSet attrs) { in KeyguardEsimArea() method in KeyguardEsimArea
80 public KeyguardEsimArea(Context context, AttributeSet attrs, int defStyleAttr) { in KeyguardEsimArea() method in KeyguardEsimArea
84 public KeyguardEsimArea(Context context, AttributeSet attrs, int defStyleAttr, in KeyguardEsimArea() method in KeyguardEsimArea
H A DKeyguardSimPukViewController.java179 mView.setESimLocked(KeyguardEsimArea.isEsimLocked(mView.getContext(), mSubId), mSubId); in reset()
189 KeyguardEsimArea.isEsimLocked(mView.getContext(), mSubId))); in showDefaultMessage()
193 boolean isEsimLocked = KeyguardEsimArea.isEsimLocked(mView.getContext(), mSubId); in showDefaultMessage()
232 KeyguardEsimArea.isEsimLocked(mView.getContext(), mSubId))); in showDefaultMessage()
290 KeyguardEsimArea.isEsimLocked(mView.getContext(), mSubId))); in updateSim()
300 KeyguardEsimArea.isEsimLocked( in updateSim()
356 KeyguardEsimArea.isEsimLocked(mView.getContext(), mSubId)); in getPukRemainingAttemptsDialog()
H A DKeyguardSimPinViewController.java109 mView.setESimLocked(KeyguardEsimArea.isEsimLocked(mView.getContext(), mSubId), mSubId); in resetState()
251 if (KeyguardEsimArea.isEsimLocked(mView.getContext(), mSubId)) { in getPinPasswordErrorMessage()
311 boolean isEsimLocked = KeyguardEsimArea.isEsimLocked(mView.getContext(), mSubId); in setLockedSimMessage()
H A DKeyguardSimInputView.kt30 private var disableESimButton: KeyguardEsimArea? = null