Searched refs:mNotification (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | WifiNotificationManagerTest.java | 54 @Mock private Notification mNotification; field in WifiNotificationManagerTest 74 mWifiNotificationManager.notify(TEST_MESSAGE_ID, mNotification); in testNotify() 79 mWifiNotificationManager.notify(TEST_MESSAGE_ID, mNotification); in testNotify() 98 mWifiNotificationManager.notify(TEST_MESSAGE_ID, mNotification); in testUserSwitchNotificationSendCorrect() 112 mWifiNotificationManager.notify(TEST_MESSAGE_ID, mNotification); in testUserSwitchNotificationSendCorrect()
|
D | EapFailureNotifierTest.java | 56 @Mock Notification mNotification; field in EapFailureNotifierTest 120 mNotification, android.os.Process.myUserHandle(), 0); in onEapFailureWithDefinedErrorCodeWithoutNotificationShown() 145 mNotification, android.os.Process.myUserHandle(), 0); in onEapFailure_showNotificationFalse_notShown() 166 mNotification, android.os.Process.myUserHandle(), 0); in onEapFailureWithDefinedErroCodeWithNotificationShownWithoutSameSsid() 194 mNotification, android.os.Process.myUserHandle(), 0); in onEapFailureWithDefinedErroCodeWithNotificationShownWithSameSsid() 214 mNotification, android.os.Process.myUserHandle(), 0); in onEapFailureWithUnDefinedErrorCode()
|
D | ConnectionFailureNotifierTest.java | 58 @Mock private Notification mNotification; field in ConnectionFailureNotifierTest 74 .buildNoMacRandomizationSupportNotification(any())).thenReturn(mNotification); in setUp() 122 eq(SystemMessage.NOTE_NETWORK_NO_MAC_RANDOMIZATION_SUPPORT), eq(mNotification)); in testConnectionFailureSendRandomizationSettingsNotification()
|
D | WifiCarrierInfoManagerTest.java | 137 @Mock Notification mNotification; field in WifiCarrierInfoManagerTest 190 when(mNotificationBuilder.build()).thenReturn(mNotification); in setUp() 1912 eq(mNotification)); in testImsiProtectionExemptionNotificationNotSentWhenCarrierNameIsInvalid() 1962 eq(mNotification)); in validateImsiProtectionNotification()
|
D | WifiNetworkSuggestionsManagerTest.java | 164 private @Mock Notification mNotification; field in WifiNetworkSuggestionsManagerTest 227 when(mNotificationBuilder.build()).thenReturn(mNotification); in setUp() 3310 eq(mNotification)); in validateUserApprovalNotification()
|
/packages/apps/Calendar/src/com/android/calendar/alerts/ |
D | AlertService.java | 113 Notification mNotification; field in AlertService.NotificationWrapper 121 mNotification = n; in NotificationWrapper() 131 mNotification = n; in NotificationWrapper() 157 mNm.notify(id, nw.mNotification); in notify()
|
/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/ |
D | CellBroadcastAlertDialogTest.java | 75 private ArgumentCaptor<Notification> mNotification; field in CellBroadcastAlertDialogTest 165 mNotification.capture()); in testAddToNotification() 166 Bundle b = mNotification.getValue().extras; in testAddToNotification()
|