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

  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterService.java 661 int expectedCurrentState= BluetoothAdapter.STATE_OFF;
665 expectedCurrentState= BluetoothAdapter.STATE_ON;
676 if(serviceState != null && serviceState != expectedCurrentState) {
705 int expectedCurrentState= BluetoothAdapter.STATE_OFF;
708 expectedCurrentState= BluetoothAdapter.STATE_ON;
719 if(serviceState != null && serviceState != expectedCurrentState) {
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiStateMachineTest.java 566 private void checkApStateChangedBroadcast(Intent intent, int expectedCurrentState,
574 assertEquals(expectedCurrentState, currentState);
    [all...]

Completed in 56 milliseconds