Searched refs:mNotificationActivity (Results 1 – 1 of 1) sorted by relevance
46 private NotificationActionActivity mNotificationActivity; field in NotificationActionActivityTest69 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()