Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothAdapter.java1392 private static final String GET_STATE_API = "BluetoothAdapter_getState"; field in BluetoothAdapter
1395 new BluetoothCache<>(GET_STATE_API, sBluetoothGetStateQuery);
1405 invalidateCache(GET_STATE_API); in invalidateBluetoothGetStateCache()