Home
last modified time | relevance | path

Searched refs:handleDebugAction (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattDebugUtils.java71 static boolean handleDebugAction(GattService svc, Intent intent) { in handleDebugAction() method in GattDebugUtils
H A DGattService.java439 if (GattDebugUtils.handleDebugAction(this, intent)) { in onStartCommand()