/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/ |
D | CustomIconCacheTest.kt | 60 assertTrue(icon1 === customIconCache.retrieve(TEST_COMPONENT1, CONTROL_ID_1)) in testIconStoredCorrectly() 67 assertNull(customIconCache.retrieve(TEST_COMPONENT1, CONTROL_ID_2)) in testIconNotStoredReturnsNull() 74 assertNull(customIconCache.retrieve(TEST_COMPONENT2, CONTROL_ID_1)) in testWrongComponentReturnsNull() 82 assertNull(customIconCache.retrieve(TEST_COMPONENT1, CONTROL_ID_1)) in testChangeComponentOldComponentIsRemoved() 83 assertNull(customIconCache.retrieve(TEST_COMPONENT1, CONTROL_ID_2)) in testChangeComponentOldComponentIsRemoved() 91 assertTrue(icon2 === customIconCache.retrieve(TEST_COMPONENT2, CONTROL_ID_1)) in testChangeComponentCorrectIconRetrieved() 99 assertNull(customIconCache.retrieve(TEST_COMPONENT1, CONTROL_ID_1)) in testStoreNull()
|
/frameworks/base/packages/StatementService/src/com/android/statementservice/network/retriever/ |
D | StatementRetriever.kt | 68 suspend fun retrieve(source: AbstractAsset, network: Network? = null) = when (source) { in retrieve() method in com.android.statementservice.network.retriever.StatementRetriever 77 return retrieve(url, MAX_INCLUDE_LEVEL, asset, network) in retrieveFromWeb() 84 private suspend fun retrieve( in retrieve() method in com.android.statementservice.network.retriever.StatementRetriever 114 .map { async { retrieve(it, maxIncludeLevel - 1, source).statements } } in retrieve()
|
/frameworks/base/packages/SystemUI/docs/ |
D | user-file-manager.md | 14 Add a file name and user id. You can retrieve the current user id from UserTracker. This will 20 Add a file name, user id, and PreferencesMode. You can retrieve the current user id from
|
D | broadcasts.md | 43 …neral recommendation is to use regular broadcasts and API that allows to retrieve last known state.
|
D | physics-animation-layout.md | 34 In either case, the controller can use `super.animationForChild` to retrieve a `PhysicsPropertyAnim…
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ |
D | CustomIconCache.kt | 64 fun retrieve(component: ComponentName, controlId: String): Icon? { in retrieve() method
|
/frameworks/base/core/java/android/content/pm/ |
D | flags.aconfig | 48 description: "Feature flag to enable the feature to retrieve package info without installation." 89 description: "Feature flag to retrieve resolved path of the base APK during an app install." 284 …description: "Feature flag to enable the feature to retrieve package info without installation wit…
|
/frameworks/native/libs/renderengine/skia/debug/ |
D | README.md | 16 To retrieve the data from the device:
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/management/ |
D | FavoritesModelTest.kt | 95 ControlInfoWrapper(TEST_COMPONENT, it, true, customIconCache::retrieve) in <lambda>() 298 verify(customIconCache).retrieve(TEST_COMPONENT, wrapper.controlId) in <lambda>()
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_blob_cache.txt | 46 then retrieve those cached shaders during subsequent executions of the same 82 * client API implementation may use to retrieve a cached value from the 156 To retrieve the binary value associated with a given key from the cache, a
|
/frameworks/base/packages/StatementService/src/com/android/statementservice/domain/ |
D | DomainVerifier.kt | 106 val result = retriever.retrieve(sourceAsset, network) in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/ |
D | FavoritesModel.kt | 88 ControlInfoWrapper(componentName, it, true, customIconCache::retrieve) in <lambda>()
|
/frameworks/av/drm/libmediadrm/protos/ |
D | metrics.proto | 100 // Count getPropertyByteArray calls to retrieve the device unique id.
|
/frameworks/hardware/interfaces/sensorservice/1.0/ |
D | README | 12 - retrieve sensors
|
/frameworks/base/core/proto/android/net/ |
D | networkcapabilities.proto | 39 // carrier's SUPL server, used to retrieve GPS information.
|
/frameworks/hardware/interfaces/cameraservice/device/2.0/ |
D | ICameraDeviceUser.hal | 33 * - Call getCaptureRequestMetadataQueue to retrieve the fast message queue
|
/frameworks/proto_logging/stats/enums/adservices/common/ |
D | adservices_enums.proto | 229 // Exception occurred when unable to retrieve topics id to topics name.
|
/frameworks/compile/slang/ |
D | README.rst | 296 provide return methods to retrieve this value. If a script updates
|
/frameworks/av/media/libstagefright/ |
D | ACodec.cpp | 8246 mCurrent = retrieve(); in VendorExtensionIterator() 8257 VendorExtension retrieve() { in retrieve() function in android::VendorExtensionIterator 8312 mCurrent = retrieve(); in operator ++()
|
/frameworks/proto_logging/stats/atoms/adservices/ |
D | adservices_extension_atoms.proto | 1890 // The name of the file group. This a string set server side used to retrieve
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 19863 // Count getPropertyByteArray calls to retrieve the device unique id.
|
/frameworks/base/core/api/ |
D | current.txt | 13937 …ons and compile-time verification of code. It is much more efficient to retrieve resources by iden… 13957 …ons and compile-time verification of code. It is much more efficient to retrieve resource values b…
|