Home
last modified time | relevance | path

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

/frameworks/base/packages/CarrierDefaultApp/tests/unit/src/com/android/carrierdefaultapp/
DCarrierDefaultReceiverTest.java53 private ArgumentCaptor<Notification> mNotification; field in CarrierDefaultReceiverTest
100 mNotification.capture()); in testOnReceiveRedirection()
103 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
134 mNotification = new Notification.Builder(mContext, "") in setUp()
139 when(sbn.getNotification()).thenReturn(mNotification); 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/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DSmartReplyControllerTest.java62 private Notification mNotification; field in SmartReplyControllerTest
90 mNotification = new Notification.Builder(mContext, "") in setUp()
96 0, mNotification, new UserHandle(ActivityManager.getCurrentUser()), null, 0); in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DStatusBarIconView.java125 private StatusBarNotification mNotification; field in StatusBarIconView
191 if (mNotification != null || mAlwaysScaleIcon) { in maybeUpdateIconScaleDimens()
274 mNotification = notification; in setNotification()
429 if (mNotification != null) { in onInitializeAccessibilityEvent()
430 event.setParcelableData(mNotification.getNotification()); in onInitializeAccessibilityEvent()
528 + " notification=" + mNotification + ")"; in toString()
532 return mNotification; in getNotification()
579 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.java928 private final Notification mNotification; field in PackageInstallerService.PackageDeleteObserverAdapter
936 mNotification = buildSuccessNotification(mContext, in PackageDeleteObserverAdapter()
941 mNotification = null; in PackageDeleteObserverAdapter()
963 if (PackageManager.DELETE_SUCCEEDED == returnCode && mNotification != null) { in onPackageDeleted()
968 mNotification); in onPackageDeleted()
/frameworks/base/services/core/java/com/android/server/
DBatteryService.java1321 private final IServiceNotification mNotification = new Notification(); field in BatteryService.HealthServiceWrapper
1400 IHealth.kInterfaceName, mInstanceName, mNotification); in init()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java478 private Notification mNotification; field in ServiceStateTracker
4124 mNotification = new Notification.Builder(context) in setNotification()
4160 notificationManager.notify(Integer.toString(mSubId), notificationId, mNotification); in setNotification() local
4932 pw.println(" mNotification=" + mNotification); in dump()