/frameworks/base/packages/CarrierDefaultApp/tests/unit/src/com/android/carrierdefaultapp/ |
D | CarrierDefaultReceiverTest.java | 52 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/ |
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 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/ |
D | SmartReplyControllerTest.java | 63 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/ |
D | MediaManager.java | 37 protected Notification mNotification; field in MediaManager 41 mNotification = notification; in MediaManager()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | ConnectionFailureNotifierTest.java | 62 @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/ |
D | StatusBarIconView.java | 125 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/ |
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 | 940 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/ |
D | BatteryService.java | 1352 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/ |
D | ServiceStateTracker.java | 523 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()
|