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;
85 if (requestCode != KEYGUARD_REQUEST) {
107 if (!runKeyguardConfirmation(KEYGUARD_REQUEST)) {
MasterClear.java 57 private static final int KEYGUARD_REQUEST = 55;
100 } else if (requestCode != KEYGUARD_REQUEST) {
133 if (!runKeyguardConfirmation(KEYGUARD_REQUEST)) {
271 if (!runKeyguardConfirmation(KEYGUARD_REQUEST)) {
CryptKeeperSettings.java 43 private static final int KEYGUARD_REQUEST = 55;
90 if (!runKeyguardConfirmation(KEYGUARD_REQUEST)) {
185 if (requestCode != KEYGUARD_REQUEST) {

Completed in 205 milliseconds