Home
last modified time | relevance | path

Searched defs:mNotificationBuilder (Results 1 – 18 of 18) sorted by relevance

/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DCarrierServiceStateTrackerTest.java117 Notification.Builder mNotificationBuilder = new Notification.Builder(mContext); in testSendBothNotifications() local
151 Notification.Builder mNotificationBuilder = new Notification.Builder(mContext); in testSendPrefNetworkNotification() local
201 Notification.Builder mNotificationBuilder = new Notification.Builder(mContext); in testSendEmergencyNetworkNotification() local
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DSoftApNotifierTest.java51 @Mock(answer = Answers.RETURNS_DEEP_STUBS) private Notification.Builder mNotificationBuilder; field in SoftApNotifierTest
H A DWrongPasswordNotifierTest.java57 @Mock(answer = Answers.RETURNS_DEEP_STUBS) private Notification.Builder mNotificationBuilder; field in WrongPasswordNotifierTest
H A DEapFailureNotifierTest.java61 @Mock(answer = Answers.RETURNS_DEEP_STUBS) private Notification.Builder mNotificationBuilder; field in EapFailureNotifierTest
H A DOpenNetworkNotifierTest.java89 @Mock private ConnectToNetworkNotificationBuilder mNotificationBuilder; field in OpenNetworkNotifierTest
H A DWifiCarrierInfoManagerTest.java136 @Mock Notification.Builder mNotificationBuilder; field in WifiCarrierInfoManagerTest
H A DWifiNetworkSuggestionsManagerTest.java163 private @Mock Notification.Builder mNotificationBuilder; field in WifiNetworkSuggestionsManagerTest
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DNotificationState.java64 public NotificationCompat.Builder mNotificationBuilder; field in NotificationState
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/notification/
H A DInCallNotificationController.java57 private final Notification.Builder mNotificationBuilder; field in InCallNotificationController
/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
H A DNotificationGroupTest.java60 private Notification.Builder mNotificationBuilder; field in NotificationGroupTest
/aosp12/packages/apps/Camera2/src/com/android/camera/processing/
H A DProcessingService.java77 private Notification.Builder mNotificationBuilder; field in ProcessingService
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/data/
H A DStopwatchModel.kt50 private val mNotificationBuilder = StopwatchNotificationBuilder() regex
H A DTimerModel.kt77 private val mNotificationBuilder = TimerNotificationBuilder() regex
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
H A DTvPipNotificationController.java63 private final Notification.Builder mNotificationBuilder; field in TvPipNotificationController
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DSbnBuilder.java40 @Nullable private Notification.Builder mNotificationBuilder; field in SbnBuilder
/aosp12/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
H A DSelfManagedConnection.java64 private Notification.Builder mNotificationBuilder; field in SelfManagedConnection
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ingest/
H A DIngestService.java79 private NotificationCompat.Builder mNotificationBuilder; field in IngestService
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DAvailableNetworkNotifier.java130 private final ConnectToNetworkNotificationBuilder mNotificationBuilder; field in AvailableNetworkNotifier