Searched refs:ACTION_STATE_CHANGED (Results 1 – 8 of 8) sorted by relevance
40 private static final String ACTION_STATE_CHANGED = "operation_safety_state_changed"; field in OperationSafetyChangedCallback53 if (!ACTION_STATE_CHANGED.equals(action)) {79 Log.d(TAG, "Registering " + ACTION_STATE_CHANGED + " on user " + context.getUserId()); in register()82 new IntentFilter(ACTION_STATE_CHANGED)); in register()98 return new Intent(ACTION_STATE_CHANGED) in intentFor()
145 BluetoothAdapter.ACTION_STATE_CHANGED, in disable() argument167 BluetoothAdapter.ACTION_STATE_CHANGED, in enable() argument
63 if (BluetoothAdapter.ACTION_STATE_CHANGED.equals(intent.getAction())) { in onReceive()151 IntentFilter filter = new IntentFilter(BluetoothAdapter.ACTION_STATE_CHANGED); in initAdapterStateVariables()
238 IntentFilter filter = new IntentFilter(BluetoothAdapter.ACTION_STATE_CHANGED); in executeSwitching()253 if (intent.getAction().equals(BluetoothAdapter.ACTION_STATE_CHANGED)) { in onReceive()
269 IntentFilter filter = new IntentFilter(BluetoothAdapter.ACTION_STATE_CHANGED); in executeSwitching()283 if (intent.getAction().equals(BluetoothAdapter.ACTION_STATE_CHANGED)) { in onReceive()
65 IntentFilter filter = new IntentFilter(BluetoothAdapter.ACTION_STATE_CHANGED); in onCreate()
448 IntentFilter filter = new IntentFilter(BluetoothAdapter.ACTION_STATE_CHANGED); in executeSwitching()463 if (intent.getAction().equals(BluetoothAdapter.ACTION_STATE_CHANGED)) { in onReceive()
94 if (BluetoothAdapter.ACTION_STATE_CHANGED.equals(action)) { in onReceive()337 IntentFilter filter = new IntentFilter(BluetoothAdapter.ACTION_STATE_CHANGED); in setUp()