Home
last modified time | relevance | path

Searched defs:onSearchComplete (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetoothGattCallback.aidl31 void onSearchComplete(in String address, in List<BluetoothGattService> services, in int status); in onSearchComplete() method
/packages/apps/Car/SettingsIntelligence/src/com/android/settings/intelligence/search/car/
DCarSearchFragment.java193 private void onSearchComplete() { in onSearchComplete() method in CarSearchFragment
/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/fakes/android/bluetooth/
DIBluetoothGattCallback.java62 void onSearchComplete(String address, int status); in onSearchComplete() method