Home
last modified time | relevance | path

Searched defs:notificationType (Results 1 – 21 of 21) 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/modules/AdServices/adservices/framework/java/android/adservices/common/
DUpdateAdServicesModuleStatesParams.java49 SparseIntArray adServicesModuleStates, @NotificationType int notificationType) { in UpdateAdServicesModuleStatesParams()
168 public Builder setNotificationType(@NotificationType int notificationType) { in setNotificationType()
/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/HealthFitness/service/java/com/android/server/healthconnect/notifications/
DHealthConnectNotificationFactory.java40 Notification createNotification( in createNotification()
DHealthConnectNotificationSender.java158 public void sendNotificationAsUser( in sendNotificationAsUser()
/packages/apps/Car/Settings/src/com/android/car/settings/enterprise/
DRemoteRequestBugreportActivity.java70 int notificationType = getIntent().getIntExtra( in getInitialFragment() local
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/migration/notification/
DMigrationNotificationSender.java62 public void sendNotification( in sendNotification()
DMigrationNotificationFactory.java73 public Notification createNotification( in createNotification()
/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationTypeItem.java90 int notificationType, boolean isInGroup) { in CarNotificationTypeItem()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/
DAdServicesCommonServiceImplTest.java1282 @NotificationTypeCode int notificationType, in requestAdServicesModuleOverridesHelper()
1290 notificationType, in requestAdServicesModuleOverridesHelper() local
1313 @NotificationTypeCode int notificationType, in requestAdServicesModuleOverridesHelper()
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/exportimport/
DExportImportNotificationFactory.java129 public Notification createNotification(int notificationType) { in createNotification()
DExportManager.java404 private void sendNotificationIfEnabled(UserHandle userHandle, int notificationType) { in sendNotificationIfEnabled()
DImportManager.java375 private void sendNotificationAsUser(int notificationType, UserHandle userHandle) { in sendNotificationAsUser()
/packages/apps/Dialer/java/com/android/incallui/
DStatusBarNotifier.java296 final int notificationType; in buildAndSendNotification() local
490 int notificationType, in checkForChangeAndSaveData()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/common/
DAdServicesCommonServiceImpl.java582 int notificationType = updateParams.getNotificationType(); in sendNotificationIfNeededAndUpdateState() local
/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.java4397 public void incrementConnectToNetworkNotification(String notifierTag, int notificationType) { in incrementConnectToNetworkNotification()
4406 int notificationType, int actionType) { in incrementConnectToNetworkNotificationAction()
/packages/services/Telephony/tests/src/com/android/services/telephony/
DTelephonyConnectionServiceTest.java4756 private AsyncResult getSuppServiceNotification(int notificationType, int code) { in getSuppServiceNotification()