Home
last modified time | relevance | path

Searched defs:mNotification (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/packages/CarrierDefaultApp/tests/unit/src/com/android/carrierdefaultapp/
DCarrierDefaultReceiverTest.java52 private ArgumentCaptor<Notification> mNotification; field in CarrierDefaultReceiverTest
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DDeviceProvisionedCoordinatorTest.java68 private Notification mNotification; field in DeviceProvisionedCoordinatorTest
/frameworks/base/services/tests/servicestests/test-apps/SimpleServiceTestApp/src/com/android/servicestests/apps/simpleservicetestapp/
DSimpleFgService.java71 private Notification mNotification; field in SimpleFgService
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenrecord/
DRecordingServiceTest.java76 private Notification mNotification; field in RecordingServiceTest
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/
DSbnBuilder.java39 @Nullable private Notification mNotification; field in SbnBuilder
/frameworks/base/services/core/java/com/android/server/health/
DHealthServiceWrapperHidl.java51 private final IServiceNotification mNotification = new Notification(); field in HealthServiceWrapperHidl
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DInflatedSmartRepliesTest.java71 @Mock private Notification mNotification; field in InflatedSmartRepliesTest
DSmartReplyViewTest.java108 private Notification mNotification; field in SmartReplyViewTest
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/dialog/
DMediaOutputControllerTest.java165 final Notification mNotification = mock(Notification.class); field in MediaOutputControllerTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DStatusBarIconView.java156 private StatusBarNotification mNotification; field in StatusBarIconView
/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
DDataManagerTest.java169 private Notification mNotification; field in DataManagerTest
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java530 private Notification mNotification; field in ServiceStateTracker
4655 notificationManager.notify(Integer.toString(mSubId), notificationId, mNotification); in setNotification() local