Searched refs:onBluetoothStateChange (Results 1 – 5 of 5) sorted by relevance
51 void onBluetoothStateChange(boolean enabled); in onBluetoothStateChange() method
504 cb.onBluetoothStateChange(mEnabled); in fireStateChange()
256 verify(callback, atLeastOnce()).onBluetoothStateChange(anyBoolean()); in testOnACLConnectionStateChange_updatesBluetoothStateOnConnection_repoFlagOff()278 verify(callback, atLeastOnce()).onBluetoothStateChange(anyBoolean()); in testOnACLConnectionStateChange_updatesBluetoothStateOnConnection_repoFlagOn()
301 public void onBluetoothStateChange(boolean enabled) {
467 public void onBluetoothStateChange(boolean enabled) { in onBluetoothStateChange() method in PhoneStatusBarPolicy