Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattDebugUtils.java54 private static final String EXTRA_INIT_KEY = "init_key"; field in GattDebugUtils
109 int initKey = intent.getIntExtra(EXTRA_INIT_KEY, 7); in handleDebugAction()