/frameworks/base/packages/CarrierDefaultApp/tests/unit/src/com/android/carrierdefaultapp/ |
D | CarrierDefaultReceiverTest.java | 53 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/ |
D | InflatedSmartRepliesTest.java | 69 @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()
|
D | SmartReplyViewTest.java | 101 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/ |
D | MediaManager.java | 37 protected Notification mNotification; field in MediaManager 41 mNotification = notification; in MediaManager()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | SmartReplyControllerTest.java | 62 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/ |
D | StatusBarIconView.java | 125 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/ |
D | MediaSession2Service.java | 301 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/ |
D | PackageInstallerService.java | 928 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/ |
D | BatteryService.java | 1321 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/ |
D | ServiceStateTracker.java | 478 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()
|