Home
last modified time | relevance | path

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

/frameworks/base/packages/CarrierDefaultApp/tests/unit/src/com/android/carrierdefaultapp/
DCarrierDefaultReceiverTest.java52 private ArgumentCaptor<Notification> mNotification; field in CarrierDefaultReceiverTest
98 mNotification.capture()); in testOnReceiveRedirection()
101 PendingIntent pendingIntent = mNotification.getValue().contentIntent; in testOnReceiveRedirection()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DInflatedSmartRepliesTest.java69 @Mock Notification mNotification; field in InflatedSmartRepliesTest
89 when(mNotification.getAllowSystemGeneratedContextualActions()).thenReturn(true); in setUp()
90 when(mStatusBarNotification.getNotification()).thenReturn(mNotification); in setUp()
234 when(mNotification.getAllowSystemGeneratedContextualActions()).thenReturn(false); in chooseSmartRepliesAndActions_disallowSysGenSmartActions()
407 when(mNotification.findRemoteInputActionPair(false)).thenReturn(remoteInputActionPair); in setupAppGeneratedReplies()
415 when(mNotification.findRemoteInputActionPair(true)).thenReturn( in setupAppGeneratedReplies()
424 when(mNotification.getContextualActions()).thenReturn(smartActions); in setupAppGeneratedSuggestions()
DSmartReplyViewTest.java101 private Notification mNotification; field in SmartReplyViewTest
136 mNotification = new Notification.Builder(mContext, "") in setUp()
141 when(sbn.getNotification()).thenReturn(mNotification); in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DSmartReplyControllerTest.java63 private Notification mNotification; field in SmartReplyControllerTest
93 mNotification = new Notification.Builder(mContext, "") in setUp()
99 0, mNotification, new UserHandle(ActivityManager.getCurrentUser()), null, 0); in setUp()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/media/
DMediaManager.java37 protected Notification mNotification; field in MediaManager
41 mNotification = notification; in MediaManager()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DConnectionFailureNotifierTest.java62 @Mock private Notification mNotification; field in ConnectionFailureNotifierTest
81 .buildNoMacRandomizationSupportNotification(any())).thenReturn(mNotification); in setUp()
129 eq(mNotification)); in testConnectionFailureSendRandomizationSettingsNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DStatusBarIconView.java125 private StatusBarNotification mNotification; field in StatusBarIconView
192 if (mNotification != null || mAlwaysScaleIcon) { in maybeUpdateIconScaleDimens()
273 mNotification = notification; in setNotification()
428 if (mNotification != null) { in onInitializeAccessibilityEvent()
429 event.setParcelableData(mNotification.getNotification()); in onInitializeAccessibilityEvent()
527 + " notification=" + mNotification + ")"; in toString()
531 return mNotification; in getNotification()
578 if (mNotification != null) { in initializeDecorColor()
/frameworks/base/media/apex/java/android/media/
DMediaSession2Service.java301 private final Notification mNotification; field in MediaSession2Service.MediaNotification
316 mNotification = notification; in MediaNotification()
335 return mNotification; in getNotification()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageInstallerService.java940 private final Notification mNotification; field in PackageInstallerService.PackageDeleteObserverAdapter
948 mNotification = buildSuccessNotification(mContext, in PackageDeleteObserverAdapter()
953 mNotification = null; in PackageDeleteObserverAdapter()
975 if (PackageManager.DELETE_SUCCEEDED == returnCode && mNotification != null) { in onPackageDeleted()
980 mNotification); in onPackageDeleted()
/frameworks/base/services/core/java/com/android/server/
DBatteryService.java1352 private final IServiceNotification mNotification = new Notification(); field in BatteryService.HealthServiceWrapper
1431 IHealth.kInterfaceName, mInstanceName, mNotification); in init()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java523 private Notification mNotification; field in ServiceStateTracker
4329 mNotification = new Notification.Builder(context) in setNotification()
4365 notificationManager.notify(Integer.toString(mSubId), notificationId, mNotification); in setNotification() local
5209 pw.println(" mNotification=" + mNotification); in dump()