Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/localepicker/
DAppLocalePickerActivityTest.java276 initLocaleNotificationEnvironment(); in onLocaleSelected_evaluateNotification_simpleLocaleUpdate_localeCreatedWithUid()
303 initLocaleNotificationEnvironment(); in onLocaleSelected_evaluateNotification_twoLocaleUpdate_triggerNotification()
330 initLocaleNotificationEnvironment(); in onLocaleSelected_evaluateNotification_oddLocaleUpdate_uidAddedWithoutNotification()
359 initLocaleNotificationEnvironment(); in onLocaleSelected_evaluateNotification_frequentLocaleUpdate_uidAddedNoNotification()
388 initLocaleNotificationEnvironment(); in onLocaleSelected_evaluateNotification_2ndOddLocaleUpdate_uidAddedNoNotification()
416 initLocaleNotificationEnvironment(); in testEvaluateLocaleNotification_evenLocaleUpdate_trigger2ndNotification()
448 initLocaleNotificationEnvironment(); in testEvaluateLocaleNotification_localeUpdateReachThreshold_noUidNorNotification()
477 initLocaleNotificationEnvironment(); in testEvaluateLocaleNotification_appChangedLocales_newLocaleCreated()
503 private void initLocaleNotificationEnvironment() throws Exception { in initLocaleNotificationEnvironment() method in AppLocalePickerActivityTest