Home
last modified time | relevance | path

Searched defs:mNotification (Results 1 – 13 of 13) 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.java69 private Notification mNotification; field in DeviceProvisionedCoordinatorTest
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenrecord/
DRecordingServiceTest.java70 private Notification mNotification; field in RecordingServiceTest
/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/statusbar/policy/
DHeadsUpManagerTest.java72 @Mock private Notification mNotification; field in HeadsUpManagerTest
DInflatedSmartRepliesTest.java71 @Mock private Notification mNotification; field in InflatedSmartRepliesTest
DSmartReplyViewTest.java106 private Notification mNotification; field in SmartReplyViewTest
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/media/
DMediaManager.java38 protected Notification mNotification; field in MediaManager
/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/src/com/android/systemui/statusbar/
DStatusBarIconView.java145 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.java537 private Notification mNotification; field in ServiceStateTracker
4700 notificationManager.notify(Integer.toString(mSubId), notificationId, mNotification); in setNotification() local