Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DKeyguardIndicationControllerTest.java270 String restingIndication = "Resting indication"; in unlockMethodCache_listenerUpdatesIndication() local
272 mController.setRestingIndication(restingIndication); in unlockMethodCache_listenerUpdatesIndication()
279 assertThat(mTextView.getText()).isEqualTo(restingIndication); in unlockMethodCache_listenerUpdatesIndication()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java269 public void setRestingIndication(String restingIndication) { in setRestingIndication() argument
270 mRestingIndication = restingIndication; in setRestingIndication()