Searched refs:mTextOutput (Results 1 - 2 of 2) sorted by relevance

/packages/services/Car/TrustAgent/src/com/android/car/trust/
H A DPhoneEnrolmentActivity.java36 private TextView mTextOutput; field in class:PhoneEnrolmentActivity
47 mTextOutput = (TextView) findViewById(R.id.output);
50 controller.bind(mTextOutput, mScanButton, mEnrollButton);
H A DPhoneUnlockActivity.java30 private TextView mTextOutput; field in class:PhoneUnlockActivity
41 mTextOutput = (TextView) findViewById(R.id.output);
44 controller.bind(mTextOutput, mScannButton, mUnlockButton);

Completed in 1650 milliseconds