Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
DQSSecurityFooterTest.java94 private static final String PARENTAL_CONTROLS_LABEL = "Parental Control App"; field in QSSecurityFooterTest
694 when(mSecurityController.getLabel(any())).thenReturn(PARENTAL_CONTROLS_LABEL); in testParentalControlsDialog()
698 assertEquals(PARENTAL_CONTROLS_LABEL, textView.getText()); in testParentalControlsDialog()