Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/applications/assist/
H A DAssistFlashScreenPreferenceController.java120 ((TwoStatePreference) mPreference).setChecked(willShowFlash(assistant)); in updatePreference()
124 boolean willShowFlash(ComponentName assistant) { in willShowFlash() method in AssistFlashScreenPreferenceController
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/assist/
H A DAssistFlashScreenPreferenceControllerTest.java118 doReturn(true).when(mController).willShowFlash(any(ComponentName.class)); in onResume_shouldUpdatePreference()