/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/ |
D | BitmapCachingAsset.java | 107 Bitmap cached = sCache.get(key); in decodeBitmap() local 108 if (cached != null) { in decodeBitmap() 109 receiver.onBitmapDecoded(cached); in decodeBitmap() 142 Bitmap cached = sCache.get(key); in decodeBitmapRegion() local 143 if (cached != null) { in decodeBitmapRegion() 144 receiver.onBitmapDecoded(cached); in decodeBitmapRegion()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/ |
D | WallpaperColorsLoader.java | 51 WallpaperColors cached = sCache.get(asset); in getWallpaperColors() local 52 if (cached != null) { in getWallpaperColors() 53 callback.onLoaded(cached); in getWallpaperColors()
|
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/audiostreams/ |
D | SourceAddedState.java | 54 var cached = in performAction() local 56 if (cached != null) { in performAction() 57 mAudioStreamsRepository.saveMetadata(context, cached); in performAction()
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
D | CachingIconLoader.kt | 62 val cached: Entry? = mIconCache.get(drawableId) in queryCache() constant 64 if (cached != null) Log.d(TAG, "Found icon in cache: $drawableId") in queryCache() 66 return cached in queryCache()
|
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/media/ |
D | FakeImageResource.java | 38 public void setCached(final boolean cached) { in setCached() argument 39 mCached = cached; in setCached()
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/ |
D | BindableMediaRequest.java | 42 final boolean cached) { in onMediaResourceLoaded() argument 44 mListener.onMediaResourceLoaded(request, resource, cached); in onMediaResourceLoaded()
|
D | MediaResourceManager.java | 94 void onMediaResourceLoaded(MediaRequest<T> request, T resource, boolean cached); in onMediaResourceLoaded() argument
|
/packages/services/Car/cpp/watchdog/server/sysprop/ |
D | WatchdogProperties.sysprop | 54 # Maximum number of periodically collected records to be cached in memory. 72 # Maximum number of periodically monitored records to be cached in memory. 117 # Duration in seconds that a system event's data is cached.
|
/packages/providers/MediaProvider/jni/ |
D | node-inl.h | 45 explicit handle(int fd, const RedactionInfo* ri, bool cached, bool passthrough, uid_t uid, in handle() 49 cached(cached), in handle() 58 const bool cached; member 345 if (handle->cached) { in HasCachedHandle()
|
D | FuseDaemon.cpp | 1604 fi->direct_io = !handle->cached; in fill_fuse_file_info() 1769 const bool direct_io = !h->cached; in pf_read()
|
/packages/services/Car/car-lib/src/com/android/car/internal/util/ |
D | Parcelling.java | 85 P cached = get(clazz); in getOrCreate() local 86 if (cached != null) { in getOrCreate() 87 return cached; in getOrCreate()
|
/packages/modules/OnDevicePersonalization/framework/java/com/android/ondevicepersonalization/internal/util/ |
D | Parcelling.java | 86 P cached = get(clazz); in getOrCreate() local 87 if (cached != null) { in getOrCreate() 88 return cached; in getOrCreate()
|
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/pm/ |
D | UserCacheTest.kt | 112 fun `getUserInfo returns cached UserIconInfo given user key`() { in getUserInfo returns cached UserIconInfo given user key() 127 fun `getSerialNumberForUser returns cached UserIconInfo serial number given user key`() { in getSerialNumberForUser returns cached UserIconInfo serial number given user key()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/ |
D | BrowseTree.java | 295 synchronized void setCached(boolean cached) { in setCached() argument 296 Log.d(TAG, "Set cached=" + cached + ", node=" + toString()); in setCached() 297 mCached = cached; in setCached() 298 if (!cached) { in setCached()
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
D | WifiUtils.java | 315 public static void setCanShowWifiHotspotCached(Boolean cached) { in setCanShowWifiHotspotCached() argument 316 sCanShowWifiHotspotCached = cached; in setCanShowWifiHotspotCached()
|
/packages/modules/Connectivity/Tethering/tests/privileged/src/com/android/networkstack/tethering/ |
D | BpfMapTest.java | 538 final int cached = cachedResult.get(timeoutMs, TimeUnit.MILLISECONDS); in testSingleWriterCacheEffectiveness() local 544 assertTrue("Less than " + minReads + "cached reads observed", cached > minReads); in testSingleWriterCacheEffectiveness() 547 cached > expectedSpeedup * uncached); in testSingleWriterCacheEffectiveness()
|
/packages/services/Car/cpp/watchdog/server/ |
D | carwatchdogd.rc | 65 # Duration in seconds that a system event's data is cached
|
/packages/services/Car/cpp/watchdog/stable_server/ |
D | carwatchdogd.rc | 65 # Duration in seconds that a system event's data is cached
|
/packages/apps/Dialer/java/com/android/dialer/phonelookup/ |
D | phone_lookup_info.proto | 185 // Information cached in the old calllog
|
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitLauncher/src/com/android/car/portraitlauncher/homeactivities/ |
D | CarUiPortraitHomeScreen.java | 795 boolean cached = mTaskInfoCache.cacheTask(taskInfo); in cacheTask() 796 logIfDebuggable("Task " + taskInfo.taskId + " is cached = " + cached); in cacheTask()
|
/packages/apps/Settings/src/com/android/settings/applications/ |
D | RunningProcessesView.java | 196 description.setText(rootView.getContext().getText(R.string.cached)); in bind()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | WifiNetworkSuggestionsManager.java | 1339 WifiConfiguration cached = mWifiConfigManager.getConfiguredNetwork( in removeInternal() local 1341 if (connected != null && cached != null && cached.networkId == connected.networkId in removeInternal()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsDatabaseHelper.java | 5971 final Integer cached = sSimpleFieldMaxSizeCached; in getSimpleFieldMaxSize() local 5972 if (cached != null) { in getSimpleFieldMaxSize() 5973 return cached; in getSimpleFieldMaxSize()
|
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_sec.cc | 287 bt_status_t cached = btif_storage_get_remote_device_property(&p_dev_rec->bd_addr, &property); in btm_sec_is_session_key_size_downgrade() local 289 if (cached == BT_STATUS_FAIL) { in btm_sec_is_session_key_size_downgrade()
|
/packages/providers/MediaProvider/src/com/android/providers/media/ |
D | MediaProvider.java | 822 final LocalCallingIdentity cached = mCachedCallingIdentity 824 return (cached != null) ? cached
|