HomeSort by relevance Sort by last modified time
    Searched refs:mUnlockButton (Results 1 - 3 of 3) sorted by null

  /packages/services/Car/TrustAgent/src/com/android/car/trust/
PhoneUnlockActivity.java 28 private Button mUnlockButton;
38 mUnlockButton = (Button) findViewById(R.id.action_button);
39 mUnlockButton.setText(getString(R.string.unlock_button));
44 controller.bind(mTextOutput, mScannButton, mUnlockButton);
PhoneUnlockController.java 58 private Button mUnlockButton;
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/
IccNetworkDepersonalizationPanel.java 71 private Button mUnlockButton;
155 mUnlockButton = (Button) findViewById(R.id.ndp_unlock);
156 mUnlockButton.setOnClickListener(mUnlockListener);

Completed in 602 milliseconds