Home
last modified time | relevance | path

Searched refs:showMessage (Results 1 – 11 of 11) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleClientService.java357 showMessage("Bluetooth LE not cnnected."); in onTestFinish()
526 showMessage("Skip MTU test."); in requestMtu()
622 showMessage(message); in notifyError()
645 showMessage("Bluetooth LE connected"); in notifyConnected()
651 showMessage("Bluetooth LE disconnected"); in notifyDisconnected()
657 showMessage("Service discovered"); in notifyServicesDiscovered()
675 showMessage("Characteristic read: " + value); in notifyCharacteristicRead()
682 showMessage("Characteristic write: " + value); in notifyCharacteristicWrite()
688 showMessage("Characteristic not read: No Permission"); in notifyCharacteristicReadNoPermission()
694 showMessage("Characteristic write: No Permission"); in notifyCharacteristicWriteNoPermission()
[all …]
DBleEncryptedClientService.java221 showMessage("Service not found"); in getService()
234 showMessage("Characteristic not found"); in getCharacteristic()
247 showMessage("Descriptor not found"); in getDescriptor()
291 private void showMessage(final String msg) { in showMessage() method in BleEncryptedClientService
305 showMessage("Bluetooth LE connected");
313 showMessage("Bluetooth LE disconnected");
328 showMessage("Connection Not Success.");
372 showMessage("Service discovered");
396 showMessage("Written data is not correct");
432 showMessage("Read data is not correct");
[all …]
DBleAdvertiserHardwareScanFilterActivity.java106 private void showMessage(String msg) { in showMessage() method in BleAdvertiserHardwareScanFilterActivity
129 showMessage("Start advertising, this should be scanned");
132 showMessage("Start advertising, this should not be scanned");
136 showMessage("Stop advertising");
DBleAdvertiserPowerLevelActivity.java94 private void showMessage(String msg) { in showMessage() method in BleAdvertiserPowerLevelActivity
107 showMessage("Start advertising, please hold for a while.");
110 showMessage("Stop advertising");
DBleConnectionPriorityClientService.java280 showMessage("Service not found"); in getService()
293 showMessage("Characteristic not found"); in getCharacteristic()
315 private void showMessage(final String msg) { in showMessage() method in BleConnectionPriorityClientService
350 showMessage("Bluetooth LE connected");
354 showMessage("Bluetooth LE disconnected");
359 showMessage("Failed to connect");
371 showMessage("Service discovered");
DBleAdvertiserService.java199 showMessage("Multiple advertisement is not supported."); in handleIntent()
203 showMessage("Cannot start advertising on this device."); in handleIntent()
276 showMessage("Unrecognized command: " + command); in handleIntent()
281 private void showMessage(final String msg) { in showMessage() method in BleAdvertiserService
DBleButtonActivity.java95 private void showMessage(String msg) { in showMessage() method in BleButtonActivity
102 showMessage(mMessage);
DBleServerService.java297 showMessage("Skip MTU test."); in onStartCommand()
592 showMessage("Characteristic not found"); in getCharacteristic()
604 showMessage("Descriptor not found"); in getDescriptor()
812 private void showMessage(final String msg) { in showMessage() method in BleServerService
834 showMessage(getString(R.string.ble_mtu_fail_message)); in onMtuTestDataReceive()
1056 showMessage("Written data is not correct");
1128 showMessage("Written data is not correct");
1135 showMessage("Written data is not correct");
1165 showMessage("Failed to receive data");
1215 showMessage(msg);
[all …]
DBleConnectionPriorityServerService.java212 private void showMessage(final String msg) { in showMessage() method in BleConnectionPriorityServerService
343 showMessage("Connection priority does not match");
DBleScannerService.java150 private void showMessage(final String msg) { in showMessage() method in BleScannerService
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioFrequencyUnprocessedActivity.java432 private void showMessage(int testId, String msg) { in showMessage() method in AudioFrequencyUnprocessedActivity
808 showMessage(testId, str);
813 showMessage(testId, str);
820 showMessage(testId, str);
1068 showMessage(TEST_TONE, str); in showToneRMS()