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

  /packages/services/Car/TrustAgent/src/com/android/car/trust/
PhoneEnrolmentActivity.java 36 private TextView mTextOutput;
47 mTextOutput = (TextView) findViewById(R.id.output);
50 controller.bind(mTextOutput, mScanButton, mEnrollButton);
PhoneUnlockActivity.java 30 private TextView mTextOutput;
41 mTextOutput = (TextView) findViewById(R.id.output);
44 controller.bind(mTextOutput, mScannButton, mUnlockButton);

Completed in 724 milliseconds