Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DKeyguardIndicationControllerTest.java323 mController.showTransientIndication(TEST_STRING_RES); in transientIndication_holdsWakeLock_whenDozing()
338 mController.showTransientIndication(TEST_STRING_RES); in transientIndication_releasesWakeLock_whenDozing()
350 mController.showTransientIndication(TEST_STRING_RES); in transientIndication_visibleWhenDozing()
353 mContext.getResources().getString(TEST_STRING_RES)); in transientIndication_visibleWhenDozing()
DKeyguardIndicationControllerBaseTest.java111 protected static final int TEST_STRING_RES = R.string.keyguard_indication_trust_unlocked; field in KeyguardIndicationControllerBaseTest