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

  /packages/apps/Settings/src/com/android/settings/
MediaFormat.java 39 private static final int KEYGUARD_REQUEST = 55;
84 if (requestCode != KEYGUARD_REQUEST) {
106 if (!runKeyguardConfirmation(KEYGUARD_REQUEST)) {
CryptKeeperSettings.java 41 private static final int KEYGUARD_REQUEST = 55;
84 if (!runKeyguardConfirmation(KEYGUARD_REQUEST)) {
172 if (requestCode != KEYGUARD_REQUEST) {
MasterClear.java 63 private static final int KEYGUARD_REQUEST = 55;
89 if (requestCode != KEYGUARD_REQUEST) {
118 if (!runKeyguardConfirmation(KEYGUARD_REQUEST)) {

Completed in 64 milliseconds