Home
last modified time | relevance | path

Searched refs:receivedFlags (Results 1 – 1 of 1) sorted by relevance

/cts/tests/app/WallpaperTest/src/android/app/cts/wallpapers/
DWallpaperManagerTest.java1464 final LinkedList<Integer> receivedFlags = new LinkedList<>(); in setDimAmount_lockScreenUnset_notifiesColorsChangedBothTogether() local
1465 WallpaperManager.OnColorsChangedListener listener = (colors, whichWp) -> receivedFlags.add( in setDimAmount_lockScreenUnset_notifiesColorsChangedBothTogether()
1486 assertThat(receivedFlags).containsExactly(FLAG_SYSTEM | FLAG_LOCK); in setDimAmount_lockScreenUnset_notifiesColorsChangedBothTogether()
1499 final LinkedList<Integer> receivedFlags = new LinkedList<>(); in setDimAmount_lockScreenSet_notifiesColorsChangedBothSeparately() local
1500 WallpaperManager.OnColorsChangedListener listener = (colors, whichWp) -> receivedFlags.add( in setDimAmount_lockScreenSet_notifiesColorsChangedBothSeparately()
1521 assertThat(receivedFlags).containsExactly(FLAG_SYSTEM, FLAG_LOCK); in setDimAmount_lockScreenSet_notifiesColorsChangedBothSeparately()