/packages/modules/AdServices/sdksandbox/tests/unittest/src/com/android/server/sdksandbox/ |
D | StringTrieUnitTest.java | 44 assertEquals(STORED_VAL_A, mTrie.retrieve("Landroid", "app", "sdksandbox")); in testString_exists() 51 assertNull(mTrie.retrieve("Landroid", "app", "ActivityManager")); in testString_null() 58 assertNull(mTrie.retrieve("Landroid", "app", "SdkSandbox")); in testCaseSensitive_null() 67 assertEquals(STORED_VAL_A, mTrie.retrieve("Landroid", "app", "sdksandbox")); in testString_multiChild() 68 assertEquals(STORED_VAL_B, mTrie.retrieve("Landroid", "app", "ActivityManager")); in testString_multiChild() 69 assertEquals(STORED_VAL_C, mTrie.retrieve("Landroid", "content")); in testString_multiChild() 71 assertNull(mTrie.retrieve("Ljava")); in testString_multiChild() 72 assertNull(mTrie.retrieve("Landroid", "content", "Context")); in testString_multiChild() 73 assertNull(mTrie.retrieve("Landroid")); in testString_multiChild() 81 assertEquals(STORED_VAL_A, mTrie.retrieve("Landroid", "app", "sdksandbox")); in testString_innerKeyValue() [all …]
|
/packages/apps/ThemePicker/tests/robotests/src/com/android/customization/model/grid/domain/interactor/ |
D | GridInteractorTest.kt | 88 val storedSnapshot = store.retrieve() in <lambda>() 100 assertThat(store.retrieve()).isNotEqualTo(storedSnapshot) in <lambda>() 112 val storedSnapshot = store.retrieve() in <lambda>() 117 assertThat(store.retrieve()).isNotEqualTo(storedSnapshot) in <lambda>() 130 val storedSnapshot = store.retrieve() in <lambda>() 138 assertThat(store.retrieve()).isEqualTo(storedSnapshot) in <lambda>()
|
/packages/apps/ThemePicker/tests/robotests/src/com/android/customization/model/themedicon/domain/interactor/ |
D | ThemedIconSnapshotRestorerTest.kt | 59 val storedSnapshot = store.retrieve() in <lambda>() 71 val storedSnapshot = store.retrieve() in <lambda>() 82 val initialSnapshot = store.retrieve() in <lambda>() 95 val initialSnapshot = store.retrieve() in <lambda>()
|
/packages/apps/ThemePicker/tests/robotests/src/com/android/customization/model/mode/ |
D | DarkModeSnapshotRestorerTest.kt | 61 val storedSnapshot = store.retrieve() in set up and restore - active() 74 val storedSnapshot = store.retrieve() in set up and restore - inactive() 86 val initialSnapshot = store.retrieve() in set up - deactivate - restore to active() 100 val initialSnapshot = store.retrieve() in set up - activate - restore to inactive()
|
/packages/modules/AdServices/sdksandbox/service/java/com/android/server/sdksandbox/verification/ |
D | StringTrie.java | 49 return retrieve(strings) != null; in containsKey() 142 public @Nullable V retrieve(@NonNull String... strings) { in retrieve() method in StringTrie 143 return retrieve(null, strings); in retrieve() 160 public @Nullable V retrieve(@Nullable List<String> captures, @NonNull String... strings) { in retrieve() method in StringTrie
|
/packages/apps/ThemePicker/tests/robotests/src/com/android/customization/model/notifications/domain/interactor/ |
D | NotificationsSnapshotRestorerTest.kt | 81 val initialSnapshot = store.retrieve() in setUpAndRestore_Active() 95 val initialSnapshot = store.retrieve() in setUpAndRestore_Inactive() 107 val initialSnapshot = store.retrieve() in <lambda>() 121 val initialSnapshot = store.retrieve() in <lambda>()
|
/packages/apps/ThemePicker/tests/robotests/src/com/android/customization/model/picker/color/domain/interactor/ |
D | ColorPickerInteractorTest.kt | 91 val storedSnapshot = store.retrieve() in <lambda>() 98 assertThat(store.retrieve()).isNotEqualTo(storedSnapshot) in <lambda>() 109 val storedSnapshot = store.retrieve() in snapshotRestorer_doesNotUpdateSnapshotOnExternalUpdates() 116 assertThat(store.retrieve()).isEqualTo(storedSnapshot) in snapshotRestorer_doesNotUpdateSnapshotOnExternalUpdates()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/undo/domain/interactor/ |
D | SnapshotStore.kt | 23 fun retrieve(): RestorableSnapshot in retrieve() method 28 override fun retrieve(): RestorableSnapshot { in retrieve() method
|
D | UndoInteractor.kt | 64 override fun retrieve(): RestorableSnapshot { in <lambda>() method
|
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/ |
D | FakeSnapshotStore.kt | 28 override fun retrieve(): RestorableSnapshot { in retrieve() method
|
/packages/apps/WallpaperPicker2/tests/robotests/src/com/android/wallpaper/picker/customization/domain/interactor/ |
D | WallpaperSnapshotRestorerTest.kt | 63 override fun retrieve(): RestorableSnapshot { in <lambda>() method
|
/packages/modules/Virtualization/java/framework/ |
D | README.md | 27 The simplest way to detect whether a device has support for AVF is to retrieve 77 - Registering to retrieve events from the VM by providing a 107 The `getOrCreate()` call will retrieve an existing VM instance if it exists (in 266 retrieve an instance of the interface.
|
/packages/modules/DeviceLock/DeviceLockController/proto/ |
D | checkin_service.proto | 51 // Request to retrieve the check-in status of the device. 95 // Response to a request to retrieve the check-in status of a given device.
|
/packages/modules/adb/ |
D | SERVICES.TXT | 168 differentiate stdin, stderr, and also retrieve exit code. 259 Note that there is no single-shot service to retrieve the list only once.
|
/packages/modules/Wifi/service/proto/src/ |
D | metrics.proto | 3568 // The reason code for provisioning failure when failing to retrieve trust root certificates
|
/packages/apps/Dialer/java/com/android/dialer/about/res/raw/ |
D | third_party_licenses | 10664 8.1.1 If you use any API to retrieve data from Google, you acknowledge that the data may be 10671 8.1.2 If you use any API to retrieve a user's data from Google, you acknowledge and agree that you 10672 shall retrieve data only with the user's explicit consent and only when, and for the limited
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_GB_wordlist.combined.gz |
|
D | en_US_wordlist.combined.gz |
|
D | en_wordlist.combined.gz |
|