Home
last modified time | relevance | path

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

12345678910>>...13

/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DSingleLineViewInflaterTest.kt94 val notificationType = NonMessaging() in <lambda>() constant
108 val notificationType = OneToOneConversation() in <lambda>() constant
135 val notificationType = LegacyMessaging() in <lambda>() constant
156 val notificationType = LegacyMessagingGroup() in <lambda>() constant
179 val notificationType = OneToOneConversation(shortcutIcon = shortcutIcon) in <lambda>() constant
208 val notificationType = GroupConversation(largeIcon = largeIcon) in <lambda>() constant
238 val notificationType = GroupConversation() in <lambda>() constant
/aosp_15_r20/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierServiceStateTracker.java142 NotificationType notificationType = entry.getValue(); in CarrierServiceStateTracker() local
238 NotificationType notificationType = mNotificationTypeMap.get(msg.what); in handleMessage() local
341 NotificationType notificationType = entry.getValue(); in handleConfigChanges() local
347 NotificationType notificationType = mNotificationTypeMap.get(NOTIFICATION_PREF_NETWORK); in handleAllowedNetworkTypeChanged() local
354 NotificationType notificationType = mNotificationTypeMap in handleImsCapabilitiesChanged() local
361 private void evaluateSendingMessageOrCancelNotification(NotificationType notificationType) { in evaluateSendingMessageOrCancelNotification()
376 public boolean evaluateSendingMessage(NotificationType notificationType) { in evaluateSendingMessage()
384 public int getDelay(NotificationType notificationType) { in getDelay()
392 public Notification.Builder getNotificationBuilder(NotificationType notificationType) { in getNotificationBuilder()
408 public void sendNotification(NotificationType notificationType) { in sendNotification()
[all …]
/aosp_15_r20/external/setupcompat/main/java/com/google/android/setupcompat/portal/
H A DNotificationComponent.java32 @NotificationType private final int notificationType; field in NotificationComponent
35 private NotificationComponent(@NotificationType int notificationType) { in NotificationComponent()
102 public Builder(@NotificationType int notificationType) { in Builder()
/aosp_15_r20/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
/aosp_15_r20/frameworks/base/telephony/java/android/telephony/ims/
H A DImsSuppServiceNotification.java38 public final int notificationType; field in ImsSuppServiceNotification
51 public ImsSuppServiceNotification(int notificationType, int code, int index, int type, in ImsSuppServiceNotification()
/aosp_15_r20/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()
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/am/
H A DAppRestrictionController.java555 @CurrentTimeMillisLong long getLastNotificationTime( in getLastNotificationTime()
564 void setLastNotificationTime(@NotificationHelper.NotificationType int notificationType, in setLastNotificationTime()
571 void setLastNotificationTime(@NotificationHelper.NotificationType int notificationType, in setLastNotificationTime()
584 int getNotificationId(@NotificationHelper.NotificationType int notificationType) { in getNotificationId()
592 void setNotificationId(@NotificationHelper.NotificationType int notificationType, in setNotificationId()
/aosp_15_r20/packages/apps/TvSettings/Settings/src/com/android/tv/settings/
DRemoteBugreportActivity.java44 final int notificationType = getIntent().getIntExtra( in onCreate() local
/aosp_15_r20/hardware/nxp/nfc/snxxx/halimpl/observe_mode/
DReaderPollConfigParser.h139 uint8_t notificationType = 0; variable
DReaderPollConfigParser.cc459 void ReaderPollConfigParser::setNotificationType(uint8_t notificationType) { in setNotificationType()
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/
DRemoteBugreportActivity.java52 final int notificationType = getIntent().getIntExtra( in onCreate() local
/aosp_15_r20/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/notifications/
DHealthConnectNotificationFactory.java40 Notification createNotification( in createNotification()
DHealthConnectNotificationSender.java150 public void sendNotificationAsUser( in sendNotificationAsUser()
/aosp_15_r20/packages/apps/Dialer/java/com/android/incallui/
DStatusBarNotifier.java296 final int notificationType; in buildAndSendNotification() local
490 int notificationType, in checkForChangeAndSaveData()
/aosp_15_r20/cts/hostsidetests/network-policy/aidl/com/android/cts/netpolicy/hostside/
H A DIMyService.aidl29 void sendNotification(int notificationId, String notificationType); in sendNotification()
/aosp_15_r20/packages/apps/Car/Settings/src/com/android/car/settings/enterprise/
DRemoteRequestBugreportActivity.java70 int notificationType = getIntent().getIntExtra( in getInitialFragment() local
/aosp_15_r20/external/swiftshader/src/Vulkan/
H A DVkDescriptorSet.cpp23 …y &descriptorSets, const PipelineLayout *layout, Device *device, NotificationType notificationType) in ParseDescriptors()
/aosp_15_r20/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DSuppServiceNotification.java30 public int notificationType; field in SuppServiceNotification
/aosp_15_r20/cts/hostsidetests/network-policy/app/src/com/android/cts/netpolicy/hostside/
H A DMyServiceClient.java112 public void sendNotification(int notificationId, String notificationType) in sendNotification()
/aosp_15_r20/cts/hostsidetests/network-policy/app2/src/com/android/cts/netpolicy/hostside/app2/
H A DMyBroadcastReceiver.java126 String notificationType ) { in sendNotification()
/aosp_15_r20/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()
/aosp_15_r20/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationTypeItem.java90 int notificationType, boolean isInGroup) { in CarNotificationTypeItem()
/aosp_15_r20/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/exportimport/
DExportImportNotificationFactory.java129 public Notification createNotification(int notificationType) { in createNotification()
DExportManager.java349 private void sendNotificationIfEnabled(UserHandle userHandle, int notificationType) { in sendNotificationIfEnabled()

12345678910>>...13