Home
last modified time | relevance | path

Searched refs:EXTRA_REBROADCAST_ON_UNLOCK (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
DTelephonyIntents.java225 public static final String EXTRA_REBROADCAST_ON_UNLOCK= "rebroadcastOnUnlock"; field in TelephonyIntents
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardUpdateMonitorTest.java66 intent.putExtra(TelephonyIntents.EXTRA_REBROADCAST_ON_UNLOCK, true); in testIgnoresSimStateCallback_rebroadcast()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DIntentBroadcaster.java54 i.putExtra(TelephonyIntents.EXTRA_REBROADCAST_ON_UNLOCK, true);
DCarrierActionAgent.java92 if (intent.getBooleanExtra(TelephonyIntents.EXTRA_REBROADCAST_ON_UNLOCK, false)) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DNetworkControllerImpl.java464 if (intent.getBooleanExtra(TelephonyIntents.EXTRA_REBROADCAST_ON_UNLOCK, false)) { in onReceive()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarPolicy.java800 if (intent.getBooleanExtra(TelephonyIntents.EXTRA_REBROADCAST_ON_UNLOCK,
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java799 if (intent.getBooleanExtra(TelephonyIntents.EXTRA_REBROADCAST_ON_UNLOCK, false)) {