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

/frameworks/base/packages/Keyguard/test/SampleTrustAgent/src/com/android/trustagent/test/
H A DSampleTrustAgentSettings.java31 private CheckBox mReportUnlockAttempts; field in class:SampleTrustAgentSettings
43 mReportUnlockAttempts = (CheckBox) findViewById(R.id.report_unlock_attempts);
44 mReportUnlockAttempts.setOnCheckedChangeListener(this);
53 mReportUnlockAttempts.setChecked(SampleTrustAgent.getReportUnlockAttempts(this));
72 if (buttonView == mReportUnlockAttempts) {

Completed in 40 milliseconds