/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/pipeline/data/repository/ |
D | UserAutoAddRepositoryTest.kt | 57 val specs by collectLastValue(underTest.autoAdded()) in nonExistentSetting_emptySet() constant 67 val specs by collectLastValue(underTest.autoAdded()) in settingsChange_noChanges() constant 81 val specs = "d,custom(bad)" in noInvalidTileSpecs() constant 92 val specs = mutableSetOf(TileSpec.create("a")) in markAdded() constant 120 val specs = "a,custom(b/c)" in unmarkAdded() constant 133 val specs = "a,b" in restore_addsRestoredTiles() constant
|
D | UserTileSpecRepositoryTest.kt | 93 val specs = "d,custom(bad)" in invalidTilesAreNotPresent() constant 154 val specs = "a,custom(b/c)" in addInvalidTile_noop() constant 168 val specs = "a,custom(b/c)" in addTileAtPosition_tooLarge_addedAtEnd() constant 196 val specs = "a,b" in removeTilesNotThere_noop() constant 210 val specs = "a,b" in removeInvalidTile_noop() constant 237 val specs = "a,custom(b/c)" in changeTiles() constant 250 val specs = "a,custom(b/c)" in changeTiles_ignoresInvalid() constant 263 val specs = "a,b,c,d" in changeTiles_empty_noChanges() constant 277 val specs = "a,b,c" in multipleConcurrentRemovals_bothRemoved() constant
|
D | TileSpecSettingsRepositoryTest.kt | 133 val specs = "a,b" in removeTileFromSecondaryUser_removedOnlyInCorrectUser() constant 151 val specs = "a" in changeTiles_forCorrectUser() constant
|
D | AutoAddSettingsRepositoryTest.kt | 104 val specs = "a,b" in unmarkAdded_multipleUsers() constant
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/pipeline/domain/interactor/ |
D | CurrentTilesInteractorImplTest.kt | 153 val specs = in correctTiles() constant 195 val specs = in logTileCreated() constant 209 val specs = in logTileNotFoundInFactory() constant 223 val specs = in tileNotAvailableDestroyed_logged() constant 243 val specs = in someTilesNotValid_repositorySetToDefinitiveList() constant 258 val specs = listOf(TileSpec.create("a"), TileSpec.create("a")) in deduplicatedTiles() constant 271 val specs = in tilesChange_platformTileNotRecreated() constant 290 val specs = listOf(TileSpec.create("a"), TileSpec.create("c")) in tileRemovedIsDestroyed() constant 314 val specs = listOf(TileSpec.create("a")) in tileBecomesNotAvailable_destroyed() constant 384 val specs = listOf(CUSTOM_TILE_SPEC) in userChange_customTileDestroyed_lifecycleNotTerminated() constant [all …]
|
/frameworks/base/services/core/java/com/android/server/slice/ |
D | PinnedSliceState.java | 80 List<SliceSpec> specs = Arrays.asList(mSupportedSpecs); in mergeSpecs() local 93 private SliceSpec findSpec(SliceSpec[] specs, String type) { in findSpec() 122 public void pin(String pkg, SliceSpec[] specs, IBinder token) { in pin()
|
/frameworks/native/services/surfaceflinger/tests/unittests/mock/ |
D | MockDisplayModeSpecs.h | 28 gui::DisplayModeSpecs specs; in createDisplayModeSpecs() local
|
/frameworks/base/core/java/android/animation/ |
D | StateListAnimator.java | 82 public void addState(int[] specs, Animator animator) { in addState() 282 private Tuple(int[] specs, Animator animator) { in Tuple()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/slice/ |
D | SliceManagerServiceTest.java | 146 SliceSpec[] specs = new SliceSpec[] { in testGetPinnedSpecs() local
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/customize/ |
D | TileQueryHelperTest.java | 191 List<String> specs = new ArrayList<>(); in testQueryTiles_correctTilesAndOrderOnlyStockTiles() local 211 List<String> specs = new ArrayList<>(); in testQueryTiles_correctTilesAndOrderOtherFactoryTiles() local 231 List<String> specs = new ArrayList<>(); in testQueryTiles_otherTileNotIncluded() local
|
/frameworks/base/mime/java/android/content/type/ |
D | DefaultMimeMapFactory.java | 81 List<String> specs = new ArrayList<>(10); // re-use for each line in parseTypes() local
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/ |
D | QSTileHostTest.java | 434 List<String> specs = QSTileHost.loadTileSpecs(mContext, "spec1,spec1,spec2"); in testLoadTileSpec_repeated() local 445 List<String> specs = QSTileHost.loadTileSpecs(mContext, "default"); in testLoadTileSpec_repeatedInDefault() local 452 List<String> specs = QSTileHost.loadTileSpecs(mContext, "default,spec1"); in testLoadTileSpec_repeatedDefaultAndSetting() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | QSTileRevealController.java | 85 private void addTileSpecsToRevealed(ArraySet<String> specs) { in addTileSpecsToRevealed()
|
D | QSHost.java | 55 void removeTiles(Collection<String> specs); in removeTiles()
|
D | QSTileHost.java | 398 public void removeTiles(Collection<String> specs) { in removeTiles()
|
/frameworks/base/core/java/android/app/slice/ |
D | ISliceManager.aidl | 24 void pinSlice(String pkg, in Uri uri, in SliceSpec[] specs, in IBinder token); in pinSlice()
|
D | SliceManager.java | 139 public void pinSlice(@NonNull Uri uri, @NonNull Set<SliceSpec> specs) { in pinSlice()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/ |
D | QSCustomizerController.java | 276 List<String> specs = new ArrayList<>(); in setTileSpecs() local
|
/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/mode/ |
D | SettingsObserverTest.kt | 172 val specs = displayModeDirector.getDesiredDisplayModeSpecsWithInjectedFpsSettings( in test settings refresh rates() constant
|
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/ |
D | InlineSuggestionFactory.java | 151 final List<InlinePresentationSpec> specs = request.getInlinePresentationSpecs(); in mergedInlinePresentation() local
|
/frameworks/base/core/java/android/view/translation/ |
D | UiTranslationController.java | 143 final Pair<TranslationSpec, TranslationSpec> specs = in updateUiTranslationState() local 684 final Pair<TranslationSpec, TranslationSpec> specs = new Pair<>(sourceSpec, targetSpec); in createTranslatorIfNeeded() local
|
/frameworks/base/core/java/android/view/inputmethod/ |
D | InlineSuggestionsRequest.java | 209 abstract Builder setInlinePresentationSpecs( in setInlinePresentationSpecs()
|
/frameworks/native/services/surfaceflinger/tests/ |
D | Credentials_test.cpp | 214 gui::DisplayModeSpecs specs; in TEST_F() local
|
/frameworks/base/services/core/java/com/android/server/display/ |
D | LogicalDisplay.java | 813 DisplayModeDirector.DesiredDisplayModeSpecs specs) { in setDesiredDisplayModeSpecsLocked()
|
/frameworks/native/libs/gui/aidl/android/gui/ |
D | ISurfaceComposer.aidl | 387 void setDesiredDisplayModeSpecs(IBinder displayToken, in DisplayModeSpecs specs); in setDesiredDisplayModeSpecs()
|