Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DAutoTileManagerTest.java81 private static final String TEST_SPEC = "spec"; field in AutoTileManagerTest
109 TEST_SETTING + SEPARATOR + TEST_SPEC, in setUp()
175 when(mAutoAddTracker.isAdded(TEST_SPEC)).thenReturn(true); in testChangeUserSomeCallbacksNotAdded()
293 verify(mAutoAddTracker).setTileAdded(TEST_SPEC); in testSettingTileAdded_onChanged()
294 verify(mQsTileHost).addTile(TEST_SPEC); in testSettingTileAdded_onChanged()
313 verify(mAutoAddTracker).setTileAdded(TEST_SPEC); in testSettingTileAdded_onlyOnce()
314 verify(mQsTileHost).addTile(TEST_SPEC); in testSettingTileAdded_onlyOnce()
321 verify(mAutoAddTracker, never()).setTileAdded(TEST_SPEC); in testSettingTileNotAdded_onChangedTo0()
322 verify(mQsTileHost, never()).addTile(TEST_SPEC); in testSettingTileNotAdded_onChangedTo0()
327 when(mAutoAddTracker.isAdded(TEST_SPEC)).thenReturn(true); in testSettingTileNotAdded_ifPreviouslyAdded()
[all …]