Searched refs:getUnfadeableUids (Results 1 – 5 of 5) sorted by relevance
142 .that(mFmc.getUnfadeableUids()).isEmpty(); in build()176 .that(fmc.getUnfadeableUids()).isEmpty(); in build_withFadeDurations_succeeds()213 .that(fmc.getUnfadeableUids()).isEqualTo(fmcObj.getUnfadeableUids()); in build_withFadeManagerConfiguration_succeeds()725 .that(fmc.getUnfadeableUids()).isEqualTo(unfadeableUids); in testSetUnfadeableUids()745 .that(fmc.getUnfadeableUids()).isEqualTo(List.of(TEST_UID_1)); in testAddUnfadeableUid()760 expect.withMessage("Unfadeable uids").that(updatedFmc.getUnfadeableUids()).isEmpty(); in testClearUnfadebaleUids()
361 public List<Integer> getUnfadeableUids() { in getUnfadeableUids() method in FadeConfigurations370 return fadeManagerConfig.isFadeEnabled() ? fadeManagerConfig.getUnfadeableUids() in getUnfadeableUids()
241 .that(fadeConfigs.getUnfadeableUids()).isEqualTo(fmc.getUnfadeableUids()); in testGetUnfadeableUids_withFadeManagerConfigurations_equals()
253 public List<Integer> getUnfadeableUids() { in getUnfadeableUids() method in FadeManagerConfiguration
7237 method @NonNull public java.util.List<java.lang.Integer> getUnfadeableUids();