Home
last modified time | relevance | path

Searched defs:channelId (Results 1 – 25 of 30) sorted by relevance

12

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DRankingConfig.java50 NotificationChannel getNotificationChannel(String pkg, int uid, String channelId, in getNotificationChannel()
52 NotificationChannel getConversationNotificationChannel(String pkg, int uid, String channelId, in getConversationNotificationChannel()
55 boolean deleteNotificationChannel(String pkg, int uid, String channelId, in deleteNotificationChannel()
57 void permanentlyDeleteNotificationChannel(String pkg, int uid, String channelId); in permanentlyDeleteNotificationChannel()
H A DNotificationManagerInternal.java26 NotificationChannel getNotificationChannel(String pkg, int uid, String channelId); in getNotificationChannel()
27 NotificationChannelGroup getNotificationChannelGroup(String pkg, int uid, String channelId); in getNotificationChannelGroup()
H A DNotificationHistoryDatabase.java157 public void deleteNotificationChannel(String pkg, String channelId) { in deleteNotificationChannel()
190 public NotificationHistory readNotificationHistory(String packageName, String channelId, in readNotificationHistory()
477 RemoveChannelRunnable(String pkg, String channelId) { in RemoveChannelRunnable()
H A DNotificationHistoryManager.java209 public void deleteNotificationChannel(String pkg, int uid, String channelId) { in deleteNotificationChannel()
276 @UserIdInt int userId, String packageName, String channelId, int maxNotifications) { in readFilteredNotificationHistory()
H A DNotificationHistoryProtoHelper.java117 String channelId = parser.readString(Notification.CHANNEL_ID); in readNotification() local
H A DNotificationShellCmd.java305 String channelId = getNextArgRequired(); in onCommand() local
H A DPreferencesHelper.java1239 public NotificationChannel getNotificationChannel(String pkg, int uid, String channelId, in getNotificationChannel()
1247 String channelId, String conversationId, boolean returnParentIfNoConversationChannel, in getConversationNotificationChannel()
1307 public boolean deleteNotificationChannel(String pkg, int uid, String channelId, in deleteNotificationChannel()
1344 public void permanentlyDeleteNotificationChannel(String pkg, int uid, String channelId) { in permanentlyDeleteNotificationChannel()
1559 public NotificationChannelGroup getGroupForChannel(String pkg, int uid, String channelId) { in getGroupForChannel()
H A DNotificationManagerService.java786 String channelId) { in removeChannelNotifications()
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationChannelLoggerFake.java32 @Nullable public final String channelId; field in NotificationChannelLoggerFake.CallRecord
34 CallRecord(NotificationChannelEvent event, @Nullable String channelId) { in CallRecord()
H A DNotificationHistoryFilterTest.java44 private HistoricalNotification getHistoricalNotification(String packageName, String channelId, in getHistoricalNotification()
H A DNotificationHistoryManagerTest.java383 String channelId = "channelId"; in testDeleteNotificationChannel_userUnlocked() local
H A DPreferencesHelperTest.java4483 String channelId = "channelId"; in testRestoreMultiUser() local
5434 String channelId = "parent"; in testPullPackageChannelPreferencesStats() local
5497 String channelId = String.format( in testPullPackageChannelPreferencesStats_conversation() local
5526 String channelId = String.format( in testPullPackageChannelPreferencesStats_conversation_demoted() local
5555 String channelId = String.format( in testPullPackageChannelPreferencesStats_conversation_priority() local
H A DNotificationRecordTest.java103 private final String channelId = "channel"; field in NotificationRecordTest
/aosp14/frameworks/base/core/java/android/app/
H A DRecoverableSecurityException.java113 public void showAsNotification(Context context, String channelId) { in showAsNotification()
H A DNotificationHistory.java169 public Builder setChannelId(String channelId) { in setChannelId()
409 public boolean removeChannelFromWrite(String packageName, String channelId) { in removeChannelFromWrite()
H A DINotificationManager.aidl103 void unlockNotificationChannel(String pkg, int uid, String channelId); in unlockNotificationChannel()
105 …icationChannel getNotificationChannel(String callingPkg, int userId, String pkg, String channelId); in getNotificationChannel()
106 …ationNotificationChannel(String callingPkg, int userId, String pkg, String channelId, boolean retu… in getConversationNotificationChannel()
108 …NotificationChannel getNotificationChannelForPackage(String pkg, int uid, String channelId, String… in getNotificationChannelForPackage()
109 void deleteNotificationChannel(String pkg, String channelId); in deleteNotificationChannel()
H A DNotificationManager.java980 public NotificationChannel getNotificationChannel(String channelId) { in getNotificationChannel()
999 public @Nullable NotificationChannel getNotificationChannel(@NonNull String channelId, in getNotificationChannel()
1036 public void deleteNotificationChannel(String channelId) { in deleteNotificationChannel()
1039 service.deleteNotificationChannel(mContext.getPackageName(), channelId); in deleteNotificationChannel() local
H A DNotification.java3944 public Builder(Context context, String channelId) { in Builder()
4143 public Builder setChannel(String channelId) { in setChannel()
4152 public Builder setChannelId(String channelId) { in setChannelId()
12244 public TvExtender setChannel(String channelId) { in setChannel()
12254 public TvExtender setChannelId(String channelId) { in setChannelId()
H A DActivityManagerInternal.java744 String channelId); in hasForegroundServiceNotification()
/aosp14/frameworks/base/core/tests/coretests/src/android/service/notification/
H A DStatusBarNotificationTest.java243 private StatusBarNotification getNotification(String pkg, String group, String channelId) { in getNotification()
247 private Notification.Builder getNotificationBuilder(String group, String channelId) { in getNotificationBuilder()
/aosp14/frameworks/base/native/android/
H A Dsensor.cpp192 void ASensorManager_destroyDirectChannel(ASensorManager *manager, int channelId) { in ASensorManager_destroyDirectChannel()
199 ASensorManager *manager, ASensor const *sensor, int channelId, int rate) { in ASensorManager_configureDirectReport()
/aosp14/frameworks/base/media/java/android/media/tv/
H A DTvContract.java476 public static Uri buildChannelUri(long channelId) { in buildChannelUri()
496 public static Uri buildChannelLogoUri(long channelId) { in buildChannelLogoUri()
582 public static Uri buildProgramsUriForChannel(long channelId) { in buildProgramsUriForChannel()
611 public static Uri buildProgramsUriForChannel(long channelId, long startTime, in buildProgramsUriForChannel()
659 public static Uri buildPreviewProgramsUriForChannel(long channelId) { in buildPreviewProgramsUriForChannel()
751 public static void requestChannelBrowsable(Context context, long channelId) { in requestChannelBrowsable()
/aosp14/frameworks/base/services/core/java/com/android/server/power/batterysaver/
H A DBatterySaverStateMachine.java860 @NonNull String channelId, @StringRes int nameId) { in ensureNotificationChannelExists()
868 private Notification buildNotification(@NonNull String channelId, @StringRes int titleId, in buildNotification()
/aosp14/frameworks/base/services/usage/java/com/android/server/usage/
H A DUsageStatsXmlV1.java237 final String channelId = in loadEvent() local
/aosp14/frameworks/base/services/core/java/android/app/usage/
H A DUsageStatsManagerInternal.java95 public abstract void reportInterruptiveNotification(String packageName, String channelId, in reportInterruptiveNotification()

12