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)) {
CryptKeeperSettings.java 43 private static final int KEYGUARD_REQUEST = 55;
90 if (!runKeyguardConfirmation(KEYGUARD_REQUEST)) {
185 if (requestCode != KEYGUARD_REQUEST) {
MasterClear.java 56 private static final int KEYGUARD_REQUEST = 55;
83 if (requestCode != KEYGUARD_REQUEST) {
112 if (!runKeyguardConfirmation(KEYGUARD_REQUEST)) {

Completed in 197 milliseconds