Home
last modified time | relevance | path

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

/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBluetoothAdapter.java94 private static final Map<String, BluetoothDevice> deviceCache = new HashMap<>(); field in ShadowBluetoothAdapter
131 deviceCache.clear(); in reset()
184 if (!deviceCache.containsKey(address)) { in getRemoteDevice()
185 deviceCache.put( in getRemoteDevice()
189 return deviceCache.get(address); in getRemoteDevice()