Home
last modified time | relevance | path

Searched refs:ACTION_SERVICE_STATE_CHANGED (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneStateIntentReceiver.java136 mFilter.addAction(TelephonyIntents.ACTION_SERVICE_STATE_CHANGED); in notifyServiceState()
185 } else if (TelephonyIntents.ACTION_SERVICE_STATE_CHANGED.equals(action)) { in onReceive()
/frameworks/base/telephony/java/com/android/internal/telephony/
DTelephonyIntents.java55 public static final String ACTION_SERVICE_STATE_CHANGED = "android.intent.action.SERVICE_STATE"; field in TelephonyIntents
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DNetworkControllerImpl.java209 filter.addAction(TelephonyIntents.ACTION_SERVICE_STATE_CHANGED); in registerListeners()
380 } else if (action.equals(TelephonyIntents.ACTION_SERVICE_STATE_CHANGED)) { in onReceive()
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardUpdateMonitor.java586 } else if (TelephonyIntents.ACTION_SERVICE_STATE_CHANGED.equals(action)) {
838 filter.addAction(TelephonyIntents.ACTION_SERVICE_STATE_CHANGED); in KeyguardUpdateMonitor()
/frameworks/base/services/core/java/com/android/server/
DBluetoothManagerService.java70 …private static final String ACTION_SERVICE_STATE_CHANGED="com.android.bluetooth.btservice.action.S… field in BluetoothManagerService
DTelephonyRegistry.java1395 Intent intent = new Intent(TelephonyIntents.ACTION_SERVICE_STATE_CHANGED); in broadcastServiceStateChanged()