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

  /frameworks/base/telephony/java/com/android/internal/telephony/
TelephonyIntents.java 225 public static final String EXTRA_REBROADCAST_ON_UNLOCK= "rebroadcastOnUnlock";
  /frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
KeyguardUpdateMonitorTest.java 66 intent.putExtra(TelephonyIntents.EXTRA_REBROADCAST_ON_UNLOCK, true);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
IntentBroadcaster.java 54 i.putExtra(TelephonyIntents.EXTRA_REBROADCAST_ON_UNLOCK, true);
CarrierActionAgent.java 92 if (intent.getBooleanExtra(TelephonyIntents.EXTRA_REBROADCAST_ON_UNLOCK, false)) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBarPolicy.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
NetworkControllerImpl.java 464 if (intent.getBooleanExtra(TelephonyIntents.EXTRA_REBROADCAST_ON_UNLOCK, false)) {
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/keyguard/
KeyguardUpdateMonitor.java 799 if (intent.getBooleanExtra(TelephonyIntents.EXTRA_REBROADCAST_ON_UNLOCK, false)) {
    [all...]

Completed in 265 milliseconds