Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
DTileStateToProtoTest.kt22 private const val TEST_SPEC = "spec" constant
30 spec = TEST_SPEC in platformTile_INACTIVE()
39 assertThat(proto?.spec).isEqualTo(TEST_SPEC) in platformTile_INACTIVE()
78 spec = TEST_SPEC in adapterState_ACTIVE()
88 assertThat(proto?.spec).isEqualTo(TEST_SPEC) in adapterState_ACTIVE()
105 spec = TEST_SPEC in adapterState_INACTIVE()
115 assertThat(proto?.spec).isEqualTo(TEST_SPEC) in adapterState_INACTIVE()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DAutoTileManagerTest.java98 private static final String TEST_SPEC = "spec"; field in AutoTileManagerTest
144 TEST_SETTING + SEPARATOR + TEST_SPEC, in setUp()
304 when(mAutoAddTracker.isAdded(TEST_SPEC)).thenReturn(true); in testChangeUserSomeCallbacksNotAdded()
447 verify(mAutoAddTracker).setTileAdded(TEST_SPEC); in testSettingTileAdded_onChanged()
448 verify(mQsHost).addTile(TEST_SPEC); in testSettingTileAdded_onChanged()
463 verify(mAutoAddTracker).setTileAdded(TEST_SPEC); in testSettingTileAdded_onlyOnce()
464 verify(mQsHost).addTile(TEST_SPEC); in testSettingTileAdded_onlyOnce()
470 verify(mAutoAddTracker, never()).setTileAdded(TEST_SPEC); in testSettingTileNotAdded_onChangedTo0()
471 verify(mQsHost, never()).addTile(TEST_SPEC); in testSettingTileNotAdded_onChangedTo0()
476 when(mAutoAddTracker.isAdded(TEST_SPEC)).thenReturn(true); in testSettingTileNotAdded_ifPreviouslyAdded()
[all …]