Searched refs:sendAndroidAt (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/ |
D | HeadsetClientStateMachineTest.java | 134 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 …]
|
D | HfpNativeInterfaceTest.java | 317 assertThat(mNativeInterface.sendAndroidAt(null, anyString())).isEqualTo(false); in testSendAndroidAt()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/ |
D | NativeInterface.java | 284 public boolean sendAndroidAt(BluetoothDevice device, String cmd) { in sendAndroidAt() method in NativeInterface
|
D | HeadsetClientStateMachine.java | 2442 if (!mNativeInterface.sendAndroidAt( in setAudioPolicy() 2452 if (!mNativeInterface.sendAndroidAt(mCurrentDevice, "+ANDROID=?")) { in queryRemoteSupportedFeatures()
|