Home
last modified time | relevance | path

Searched refs:EXTRA_ENABLE (Results 1 – 2 of 2) 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()
/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/
DCellBroadcastHandler.java93 private static final String EXTRA_ENABLE = "enable"; field in CellBroadcastHandler
129 mEnableDuplicateDetection = intent.getBooleanExtra(EXTRA_ENABLE,