Merge "Reset tooltip preference to fix flaky test." into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
59cc921223
@@ -99,6 +99,8 @@ public class VolumeDialogImplTest extends SysuiTestCase {
|
|||||||
Prefs.putInt(mContext,
|
Prefs.putInt(mContext,
|
||||||
Prefs.Key.SEEN_RINGER_GUIDANCE_COUNT,
|
Prefs.Key.SEEN_RINGER_GUIDANCE_COUNT,
|
||||||
VolumePrefs.SHOW_RINGER_TOAST_COUNT + 1);
|
VolumePrefs.SHOW_RINGER_TOAST_COUNT + 1);
|
||||||
|
|
||||||
|
Prefs.putBoolean(mContext, Prefs.Key.HAS_SEEN_ODI_CAPTIONS_TOOLTIP, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
private State createShellState() {
|
private State createShellState() {
|
||||||
|
|||||||
Reference in New Issue
Block a user