Searched refs:isInCache (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/server/
H A DBluetoothDeviceProperties.java96 boolean isInCache(String address) { method in class:BluetoothDeviceProperties
H A DBluetoothService.java839 return mDeviceProperties.isInCache(address);
/frameworks/base/core/java/android/widget/
H A DRemoteViewsAdapter.java936 boolean isInCache = mCache.containsRemoteViewAt(position);
940 if (!isInCache && !isConnected) {
949 if (isInCache) {

Completed in 59 milliseconds