Searched defs:DELAYED_KEYGUARD_ACTION (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardViewMediator.java103 private static final String DELAYED_KEYGUARD_ACTION = field in class:KeyguardViewMediator
482 mContext.registerReceiver(mBroadcastReceiver, new IntentFilter(DELAYED_KEYGUARD_ACTION));
636 Intent intent = new Intent(DELAYED_KEYGUARD_ACTION);
1006 if (DELAYED_KEYGUARD_ACTION.equals(intent.getAction())) {
1008 if (DEBUG) Log.d(TAG, "received DELAYED_KEYGUARD_ACTION with seq = "
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
H A DKeyguardViewMediator.java101 private static final String DELAYED_KEYGUARD_ACTION = field in class:KeyguardViewMediator
371 mContext.registerReceiver(mBroadcastReceiver, new IntentFilter(DELAYED_KEYGUARD_ACTION));
491 Intent intent = new Intent(DELAYED_KEYGUARD_ACTION);
806 if (DELAYED_KEYGUARD_ACTION.equals(intent.getAction())) {
808 if (DEBUG) Log.d(TAG, "received DELAYED_KEYGUARD_ACTION with seq = "

Completed in 494 milliseconds