Home
last modified time | relevance | path

Searched defs:notificationChannel (Results 1 – 25 of 399) sorted by relevance

12345678910>>...16

/aosp_15_r20/external/google-cloud-java/java-monitoring/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/
H A DNotificationChannelName.java47 private final String notificationChannel; field in NotificationChannelName
122 public static NotificationChannelName of(String project, String notificationChannel) { in of()
128 String project, String notificationChannel) { in ofProjectNotificationChannelName()
134 String organization, String notificationChannel) { in ofOrganizationNotificationChannelName()
143 String folder, String notificationChannel) { in ofFolderNotificationChannelName()
150 public static String format(String project, String notificationChannel) { in format()
160 String project, String notificationChannel) { in formatProjectNotificationChannelName()
170 String organization, String notificationChannel) { in formatOrganizationNotificationChannelName()
180 String folder, String notificationChannel) { in formatFolderNotificationChannelName()
303 private String notificationChannel; field in NotificationChannelName.Builder
[all …]
/aosp_15_r20/external/google-cloud-java/java-monitoring/google-cloud-monitoring/src/test/java/com/google/cloud/monitoring/v3/
H A DNotificationChannelServiceClientTest.java709 NotificationChannel notificationChannel = NotificationChannel.newBuilder().build(); in createNotificationChannelTest() local
735 NotificationChannel notificationChannel = NotificationChannel.newBuilder().build(); in createNotificationChannelExceptionTest() local
763 NotificationChannel notificationChannel = NotificationChannel.newBuilder().build(); in createNotificationChannelTest2() local
789 NotificationChannel notificationChannel = NotificationChannel.newBuilder().build(); in createNotificationChannelExceptionTest2() local
817 NotificationChannel notificationChannel = NotificationChannel.newBuilder().build(); in createNotificationChannelTest3() local
843 NotificationChannel notificationChannel = NotificationChannel.newBuilder().build(); in createNotificationChannelExceptionTest3() local
871 NotificationChannel notificationChannel = NotificationChannel.newBuilder().build(); in createNotificationChannelTest4() local
897 NotificationChannel notificationChannel = NotificationChannel.newBuilder().build(); in createNotificationChannelExceptionTest4() local
925 NotificationChannel notificationChannel = NotificationChannel.newBuilder().build(); in updateNotificationChannelTest() local
951 NotificationChannel notificationChannel = NotificationChannel.newBuilder().build(); in updateNotificationChannelExceptionTest() local
/aosp_15_r20/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
H A DJobNotificationCoordinator.java89 public final String notificationChannel; field in JobNotificationCoordinator.NotificationDetails
96 int notificationId, String notificationChannel, in NotificationDetails()
241 boolean isNotificationChannelAssociatedWithAnyUserInitiatedJobs( in isNotificationChannelAssociatedWithAnyUserInitiatedJobs()
293 String notificationChannel) { in maybeDeleteNotificationChannelAssociation()
/aosp_15_r20/external/google-cloud-java/java-monitoring/google-cloud-monitoring/src/main/java/com/google/cloud/monitoring/v3/
H A DNotificationChannelServiceClient.java1070 ResourceName name, NotificationChannel notificationChannel) { in createNotificationChannel()
1112 OrganizationName name, NotificationChannel notificationChannel) { in createNotificationChannel()
1154 ProjectName name, NotificationChannel notificationChannel) { in createNotificationChannel()
1196 String name, NotificationChannel notificationChannel) { in createNotificationChannel()
1299 FieldMask updateMask, NotificationChannel notificationChannel) { in updateNotificationChannel()
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/sim/
DSimSelectNotification.java263 NotificationChannel notificationChannel = new NotificationChannel( in createSimSelectNotification() local
297 NotificationChannel notificationChannel = new NotificationChannel( in createEnableMmsNotification() local
343 NotificationChannel notificationChannel = new NotificationChannel( in createSimCombinationWarningNotification() local
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowRanking.java19 public void setChannel(NotificationChannel notificationChannel) { in setChannel()
33 void setChannel(NotificationChannel notificationChannel); in setChannel()
/aosp_15_r20/external/android_onboarding/java/com/android/onboarding/process/
H A DNotificationKeepAliveService.kt51 val notificationChannel = in createNotificationChannel() constant
/aosp_15_r20/packages/apps/TvSystemUI/src/com/android/systemui/tv/vpn/
DVpnStatusObserver.kt45 private val notificationChannel = createNotificationChannel() in <lambda>() constant in com.android.systemui.tv.vpn.VpnStatusObserver
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/icon/ui/viewbinder/
H A DConnectedDisplaysStatusBarNotificationIconViewStoreTest.kt125 val notificationChannel = in <lambda>() constant
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowRankingTest.java30 NotificationChannel notificationChannel = in setChannel() local
/aosp_15_r20/external/google-cloud-java/java-monitoring/samples/snippets/generated/com/google/cloud/monitoring/v3/notificationchannelservice/updatenotificationchannel/
H A DSyncUpdateNotificationChannelFieldmaskNotificationchannel.java39 NotificationChannel notificationChannel = NotificationChannel.newBuilder().build(); in syncUpdateNotificationChannelFieldmaskNotificationchannel() local
/aosp_15_r20/external/google-cloud-java/java-monitoring/samples/snippets/generated/com/google/cloud/monitoring/v3/notificationchannelservice/createnotificationchannel/
H A DSyncCreateNotificationChannelFoldernameNotificationchannel.java39 NotificationChannel notificationChannel = NotificationChannel.newBuilder().build(); in syncCreateNotificationChannelFoldernameNotificationchannel() local
H A DSyncCreateNotificationChannelProjectnameNotificationchannel.java40 NotificationChannel notificationChannel = NotificationChannel.newBuilder().build(); in syncCreateNotificationChannelProjectnameNotificationchannel() local
H A DSyncCreateNotificationChannelOrganizationnameNotificationchannel.java40 NotificationChannel notificationChannel = NotificationChannel.newBuilder().build(); in syncCreateNotificationChannelOrganizationnameNotificationchannel() local
H A DSyncCreateNotificationChannelStringNotificationchannel.java39 NotificationChannel notificationChannel = NotificationChannel.newBuilder().build(); in syncCreateNotificationChannelStringNotificationchannel() local
/aosp_15_r20/cts/tests/tests/mediacujtest/common/src/android/media/cujcommon/cts/
H A DNotificationGenerator.java40 NotificationChannel notificationChannel = new NotificationChannel( in createNotification() local
/aosp_15_r20/developers/samples/android/wearable/wear/WearNotifications/Shared/src/main/java/com/example/android/wearable/wear/common/util/
DNotificationUtil.java51 NotificationChannel notificationChannel = in createNotificationChannel() local
/aosp_15_r20/cts/tests/tests/security/src/android/security/cts/
H A DCVE_2022_20482.java67 NotificationChannel notificationChannel = in testPocCVE_2022_20482() local
/aosp_15_r20/developers/samples/android/wearable/wear/WearAccessibilityApp/Wearable/src/main/java/com/example/android/wearable/wear/wearaccessibilityapp/util/
DNotificationUtil.java58 NotificationChannel notificationChannel = in createNotificationChannel() local
/aosp_15_r20/developers/build/prebuilts/gradle/WearNotifications/Shared/src/main/java/com/example/android/wearable/wear/common/util/
H A DNotificationUtil.java51 NotificationChannel notificationChannel = in createNotificationChannel() local
/aosp_15_r20/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0478/src/android/security/cts/CVE_2021_0478/
H A DPocService.java46 NotificationChannel notificationChannel = in onCreate() local
/aosp_15_r20/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-40073/src/android/security/cts/CVE_2023_40073/
H A DDeviceTest.java143 NotificationChannel notificationChannel = in testPocCVE_2023_40073() local
/aosp_15_r20/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-21277/src/android/security/cts/CVE_2023_21277/
H A DDeviceTest.java100 NotificationChannel notificationChannel = in testPocCVE_2023_21277() local
/aosp_15_r20/cts/tests/quicksettings/src/android/quicksettings/cts/
H A DTestOnClickLaunchFgsTileService.java57 NotificationChannel notificationChannel = new NotificationChannel(CHANNEL_ID, in onCreate() local
/aosp_15_r20/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-35668/src/android/security/cts/CVE_2023_35668/
H A DDeviceTest.java110 NotificationChannel notificationChannel = in testWearableExtenderUri() local

12345678910>>...16