Searched refs:receivedFlags (Results 1 – 1 of 1) sorted by relevance
1464 final LinkedList<Integer> receivedFlags = new LinkedList<>(); in setDimAmount_lockScreenUnset_notifiesColorsChangedBothTogether() local1465 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() local1500 WallpaperManager.OnColorsChangedListener listener = (colors, whichWp) -> receivedFlags.add( in setDimAmount_lockScreenSet_notifiesColorsChangedBothSeparately()1521 assertThat(receivedFlags).containsExactly(FLAG_SYSTEM, FLAG_LOCK); in setDimAmount_lockScreenSet_notifiesColorsChangedBothSeparately()