Home
last modified time | relevance | path

Searched defs:notificationType (Results 1 – 16 of 16) sorted by relevance

/packages/apps/Settings/src/com/android/settings/sim/
DSimNotificationService.java43 Context context, @SimActivationNotifier.NotificationType int notificationType) { in scheduleSimNotification()
64 int notificationType = extra.getInt(EXTRA_NOTIFICATION_TYPE); in onStartJob() local
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/
DRemoteBugreportActivity.java44 final int notificationType = getIntent().getIntExtra( in onCreate() local
/packages/apps/Settings/src/com/android/settings/
DRemoteBugreportActivity.java52 final int notificationType = getIntent().getIntExtra( in onCreate() local
/packages/modules/Connectivity/tests/cts/hostside-network-policy/aidl/com/android/cts/netpolicy/hostside/
DIMyService.aidl29 void sendNotification(int notificationId, String notificationType); in sendNotification()
/packages/apps/Car/Settings/src/com/android/car/settings/enterprise/
DRemoteRequestBugreportActivity.java70 int notificationType = getIntent().getIntExtra( in getInitialFragment() local
/packages/modules/Connectivity/tests/cts/hostside-network-policy/app/src/com/android/cts/netpolicy/hostside/
DMyServiceClient.java112 public void sendNotification(int notificationId, String notificationType) in sendNotification()
/packages/modules/Connectivity/tests/cts/hostside-network-policy/app2/src/com/android/cts/netpolicy/hostside/app2/
DMyBroadcastReceiver.java126 String notificationType ) { in sendNotification()
/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationTypeItem.java90 int notificationType, boolean isInGroup) { in CarNotificationTypeItem()
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/migration/notification/
DMigrationNotificationSender.java64 public void sendNotification( in sendNotification()
DMigrationNotificationFactory.java116 public Notification createNotification( in createNotification()
/packages/apps/Dialer/java/com/android/incallui/
DStatusBarNotifier.java296 final int notificationType; in buildAndSendNotification() local
490 int notificationType, in checkForChangeAndSaveData()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/watchdog/
DCarWatchdogTestFragment.java535 @NotificationType int notificationType) { in expectNewNotification()
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DMessageNotificationState.java138 NotificationLineInfo(final int notificationType) { in NotificationLineInfo()
/packages/apps/Stk/src/com/android/stk/
DStkAppService.java1715 private int getNotificationId(int notificationType, int slotId) { in getNotificationId()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiMetrics.java4305 public void incrementConnectToNetworkNotification(String notifierTag, int notificationType) { in incrementConnectToNetworkNotification()
4314 int notificationType, int actionType) { in incrementConnectToNetworkNotificationAction()
/packages/services/Telephony/tests/src/com/android/services/telephony/
DTelephonyConnectionServiceTest.java4235 private AsyncResult getSuppServiceNotification(int notificationType, int code) { in getSuppServiceNotification()