Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/localepicker/
DNotificationActionActivityTest.java46 private NotificationActionActivity mNotificationActivity; field in NotificationActionActivityTest
69 mNotificationActivity = spy(mActivityController.get()); in testOnCreate_launchSystemLanguageSettings()
70 doReturn(mNotificationController).when(mNotificationActivity).getNotificationController( in testOnCreate_launchSystemLanguageSettings()
73 doReturn(mLauncher).when(mNotificationActivity).getLauncher(); in testOnCreate_launchSystemLanguageSettings()
75 mNotificationActivity.onCreate(null); in testOnCreate_launchSystemLanguageSettings()
80 verify(mNotificationActivity).finish(); in testOnCreate_launchSystemLanguageSettings()