Searched refs:retrieve (Results 1 – 12 of 12) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/ |
H A D | CustomIconCacheTest.kt | 60 assertTrue(icon1 === customIconCache.retrieve(TEST_COMPONENT1, CONTROL_ID_1)) 67 assertNull(customIconCache.retrieve(TEST_COMPONENT1, CONTROL_ID_2)) 74 assertNull(customIconCache.retrieve(TEST_COMPONENT2, CONTROL_ID_1)) 82 assertNull(customIconCache.retrieve(TEST_COMPONENT1, CONTROL_ID_1)) 83 assertNull(customIconCache.retrieve(TEST_COMPONENT1, CONTROL_ID_2)) 91 assertTrue(icon2 === customIconCache.retrieve(TEST_COMPONENT2, CONTROL_ID_1)) 99 assertNull(customIconCache.retrieve(TEST_COMPONENT1, CONTROL_ID_1))
|
/aosp14/frameworks/base/packages/StatementService/src/com/android/statementservice/network/retriever/ |
H A D | StatementRetriever.kt | 68 suspend fun retrieve(source: AbstractAsset, network: Network? = null) = when (source) { 77 return retrieve(url, MAX_INCLUDE_LEVEL, asset, network) 84 private suspend fun retrieve( 114 .map { async { retrieve(it, maxIncludeLevel - 1, source).statements } }
|
/aosp14/frameworks/base/packages/SystemUI/docs/ |
H A 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
|
H A D | broadcasts.md | 43 …neral recommendation is to use regular broadcasts and API that allows to retrieve last known state.
|
H A D | physics-animation-layout.md | 34 In either case, the controller can use `super.animationForChild` to retrieve a `PhysicsPropertyAnim…
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ |
H A D | CustomIconCache.kt | 64 fun retrieve(component: ComponentName, controlId: String): Icon? { regex
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/management/ |
H A D | FavoritesModelTest.kt | 95 ControlInfoWrapper(TEST_COMPONENT, it, true, customIconCache::retrieve) 298 verify(customIconCache).retrieve(TEST_COMPONENT, wrapper.controlId)
|
/aosp14/frameworks/base/packages/StatementService/src/com/android/statementservice/domain/ |
H A D | DomainVerifier.kt | 106 val result = retriever.retrieve(sourceAsset, network)
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/ |
H A D | FavoritesModel.kt | 88 ControlInfoWrapper(componentName, it, true, customIconCache::retrieve)
|
/aosp14/frameworks/base/core/proto/android/net/ |
H A D | networkcapabilities.proto | 39 // carrier's SUPL server, used to retrieve GPS information.
|
/aosp14/system/core/init/ |
H A D | README.md | 929 retrieve them and create a bootchart.tgz file that can be used with the
|
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 13446 …ons and compile-time verification of code. It is much more efficient to retrieve resources by iden… 13466 …ons and compile-time verification of code. It is much more efficient to retrieve resource values b…
|