Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattDebugUtils.java45 private static final String EXTRA_ENABLE = "enable"; field in GattDebugUtils
87 boolean bEnable = intent.getBooleanExtra(EXTRA_ENABLE, true); in handleDebugAction()