Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/localepicker/
DAppLocalePickerActivityTest.java294 mDataManager.clearLocaleNotificationMap(); in onLocaleSelected_evaluateNotification_simpleLocaleUpdate_localeCreatedWithUid()
321 mDataManager.clearLocaleNotificationMap(); in onLocaleSelected_evaluateNotification_twoLocaleUpdate_triggerNotification()
350 mDataManager.clearLocaleNotificationMap(); in onLocaleSelected_evaluateNotification_oddLocaleUpdate_uidAddedWithoutNotification()
379 mDataManager.clearLocaleNotificationMap(); in onLocaleSelected_evaluateNotification_frequentLocaleUpdate_uidAddedNoNotification()
408 mDataManager.clearLocaleNotificationMap(); in onLocaleSelected_evaluateNotification_2ndOddLocaleUpdate_uidAddedNoNotification()
439 mDataManager.clearLocaleNotificationMap(); in testEvaluateLocaleNotification_evenLocaleUpdate_trigger2ndNotification()
469 mDataManager.clearLocaleNotificationMap(); in testEvaluateLocaleNotification_localeUpdateReachThreshold_noUidNorNotification()
500 mDataManager.clearLocaleNotificationMap(); in testEvaluateLocaleNotification_appChangedLocales_newLocaleCreated()
DLocaleNotificationDataManagerTest.java50 mDataManager.clearLocaleNotificationMap(); in tearDown()
DNotificationControllerTest.java53 mDataManager.clearLocaleNotificationMap(); in tearDown()
/packages/apps/Settings/src/com/android/settings/localepicker/
DLocaleNotificationDataManager.java117 void clearLocaleNotificationMap() { in clearLocaleNotificationMap() method in LocaleNotificationDataManager