Searched refs:ACTION_SERVICE_STATE_CHANGED (Results 1 – 4 of 4) sorted by relevance
136 mFilter.addAction(TelephonyIntents.ACTION_SERVICE_STATE_CHANGED); in notifyServiceState()185 } else if (TelephonyIntents.ACTION_SERVICE_STATE_CHANGED.equals(action)) { in onReceive()
57 public static final String ACTION_SERVICE_STATE_CHANGED = "android.intent.action.SERVICE_STATE"; field in TelephonyIntents
67 …private static final String ACTION_SERVICE_STATE_CHANGED="com.android.bluetooth.btservice.action.S… field in BluetoothManagerService
1301 Intent intent = new Intent(TelephonyIntents.ACTION_SERVICE_STATE_CHANGED); in broadcastServiceStateChanged()