Home
last modified time | relevance | path

Searched refs:sendAndroidAt (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachineTest.java134 doReturn(true).when(mNativeInterface).sendAndroidAt(anyObject(), anyString()); in setUp()
613 doReturn(false).when(mNativeInterface).sendAndroidAt(anyObject(), anyString());
719 verify(mNativeInterface).sendAndroidAt(mTestDevice, "+ANDROID=?");
1098 .sendAndroidAt(mTestDevice, "+ANDROID=SINKAUDIOPOLICY,1,0,0");
1105 verify(mNativeInterface).sendAndroidAt(mTestDevice, "+ANDROID=SINKAUDIOPOLICY,1,0,0");
1108 verify(mNativeInterface).sendAndroidAt(mTestDevice, "+ANDROID=SINKAUDIOPOLICY,2,0,0");
1114 verify(mNativeInterface).sendAndroidAt(mTestDevice, "+ANDROID=SINKAUDIOPOLICY,1,1,1");
1385 .sendAndroidAt(mTestDevice, "+ANDROID=SINKAUDIOPOLICY,0,0,0");
1410 .sendAndroidAt(mTestDevice, "+ANDROID=SINKAUDIOPOLICY,1,2,1");
1416 verify(mNativeInterface).sendAndroidAt(mTestDevice, "+ANDROID=SINKAUDIOPOLICY,1,2,1");
[all …]
DHfpNativeInterfaceTest.java317 assertThat(mNativeInterface.sendAndroidAt(null, anyString())).isEqualTo(false); in testSendAndroidAt()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DNativeInterface.java284 public boolean sendAndroidAt(BluetoothDevice device, String cmd) { in sendAndroidAt() method in NativeInterface
DHeadsetClientStateMachine.java2442 if (!mNativeInterface.sendAndroidAt( in setAudioPolicy()
2452 if (!mNativeInterface.sendAndroidAt(mCurrentDevice, "+ANDROID=?")) { in queryRemoteSupportedFeatures()