Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattDebugUtils.java31 private static final boolean DEBUG_ADMIN = GattServiceConfig.DEBUG_ADMIN; field in GattDebugUtils
77 if (!DEBUG_ADMIN && !Utils.isInstrumentationTestMode()) { in handleDebugAction()
DGattServiceConfig.java22 public static final boolean DEBUG_ADMIN = false; field in GattServiceConfig