Searched refs:mUnlockButton (Results 1 - 3 of 3) sorted by relevance

/packages/services/Car/TrustAgent/src/com/android/car/trust/
H A DPhoneUnlockActivity.java28 private Button mUnlockButton; field in class:PhoneUnlockActivity
38 mUnlockButton = (Button) findViewById(R.id.action_button);
39 mUnlockButton.setText(getString(R.string.unlock_button));
44 controller.bind(mTextOutput, mScannButton, mUnlockButton);
H A DPhoneUnlockController.java58 private Button mUnlockButton; field in class:PhoneUnlockController
84 mUnlockButton = enrolButton;
93 mUnlockButton.setEnabled(false);
94 mUnlockButton.setAlpha(0.3f);
95 mUnlockButton.setOnClickListener(new View.OnClickListener() {
159 mUnlockButton.setEnabled(true);
160 mUnlockButton.setAlpha(1.0f);
/packages/services/Telephony/src/com/android/phone/
H A DIccNetworkDepersonalizationPanel.java71 private Button mUnlockButton; field in class:IccNetworkDepersonalizationPanel
155 mUnlockButton = (Button) findViewById(R.id.ndp_unlock);
156 mUnlockButton.setOnClickListener(mUnlockListener);

Completed in 4054 milliseconds