Home
last modified time | relevance | path

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

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DBundleUtil.kt36 val channelId = pipelineEntry.getRepresentativeEntry()!!.channel.id in isClassified() constant
/frameworks/base/services/core/java/com/android/server/notification/
DRankingConfig.java48 NotificationChannel getNotificationChannel(String pkg, int uid, String channelId, in getNotificationChannel()
50 NotificationChannel getConversationNotificationChannel(String pkg, int uid, String channelId, in getConversationNotificationChannel()
53 boolean deleteNotificationChannel(String pkg, int uid, String channelId, in deleteNotificationChannel()
55 void permanentlyDeleteNotificationChannel(String pkg, int uid, String channelId); in permanentlyDeleteNotificationChannel()
DNotificationManagerInternal.java31 NotificationChannel getNotificationChannel(String pkg, int uid, String channelId); in getNotificationChannel()
32 NotificationChannelGroup getNotificationChannelGroup(String pkg, int uid, String channelId); in getNotificationChannelGroup()
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()
DNotificationHistoryManager.java213 public void deleteNotificationChannel(String pkg, int uid, String channelId) { in deleteNotificationChannel()
280 @UserIdInt int userId, String packageName, String channelId, int maxNotifications) { in readFilteredNotificationHistory()
DNotificationHistoryProtoHelper.java117 String channelId = parser.readString(Notification.CHANNEL_ID); in readNotification() local
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationChannelLoggerFake.java32 @Nullable public final String channelId; field in NotificationChannelLoggerFake.CallRecord
34 CallRecord(NotificationChannelEvent event, @Nullable String channelId) { in CallRecord()
DNotificationHistoryFilterTest.java44 private HistoricalNotification getHistoricalNotification(String packageName, String channelId, in getHistoricalNotification()
/frameworks/native/services/sensorservice/aidl/
DDirectReportChannel.cpp24 DirectReportChannel::DirectReportChannel(::android::SensorManager& manager, int channelId) in DirectReportChannel()
DSensorManager.cpp70 int channelId = manager.createDirectChannel(size, type, handle); in createDirectChannel() local
/frameworks/native/services/sensorservice/hidl/
DDirectReportChannel.cpp26 DirectReportChannel::DirectReportChannel(::android::SensorManager& manager, int channelId) in DirectReportChannel()
DSensorManager.cpp100 int channelId = manager.createDirectChannel( in createDirectChannel() local
/frameworks/base/core/tests/coretests/src/android/service/notification/
DStatusBarNotificationTest.java276 private StatusBarNotification getNotification(String pkg, String group, String channelId) { in getNotification()
280 private Notification.Builder getNotificationBuilder(String group, String channelId) { in getNotificationBuilder()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/icon/ui/viewbinder/
DConnectedDisplaysStatusBarNotificationIconViewStoreTest.kt124 val channelId = "channelId" in <lambda>() constant
/frameworks/base/core/java/android/app/
DRecoverableSecurityException.java113 public void showAsNotification(Context context, String channelId) { in showAsNotification()
DNotificationHistory.java169 public Builder setChannelId(String channelId) { in setChannelId()
409 public boolean removeChannelFromWrite(String packageName, String channelId) { in removeChannelFromWrite()
DNotificationManager.java1259 public NotificationChannel getNotificationChannel(String channelId) { in getNotificationChannel()
1290 public @Nullable NotificationChannel getNotificationChannel(@NonNull String channelId, in getNotificationChannel()
1342 private static NotificationChannel getChannelFromList(String channelId, in getChannelFromList()
1358 private static NotificationChannel getConversationChannelFromList(String channelId, in getConversationChannelFromList()
1388 public void deleteNotificationChannel(String channelId) { in deleteNotificationChannel()
1395 service.deleteNotificationChannel(mContext.getPackageName(), channelId); in deleteNotificationChannel() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/util/
DNotificationChannelController.java134 public static NotificationChannel getChannel(String channelId, Context context) { in getChannel()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccPort.java422 public void onLogicalChannelClosed(int channelId) { in onLogicalChannelClosed()
436 public OpenLogicalChannelRecord getOpenLogicalChannelRecord(int channelId) { in getOpenLogicalChannelRecord()
/frameworks/base/native/android/
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()
/frameworks/base/services/core/java/com/android/server/power/batterysaver/
DBatterySaverStateMachine.java923 @NonNull String channelId, @StringRes int nameId) { in ensureNotificationChannelExists()
931 private Notification buildNotification(@NonNull String channelId, @StringRes int titleId, in buildNotification()
954 private Notification buildNotificationV2(@NonNull String channelId, @StringRes int titleId, in buildNotificationV2()
/frameworks/base/media/java/android/media/tv/
DTvContract.java478 public static Uri buildChannelUri(long channelId) { in buildChannelUri()
498 public static Uri buildChannelLogoUri(long channelId) { in buildChannelLogoUri()
584 public static Uri buildProgramsUriForChannel(long channelId) { in buildProgramsUriForChannel()
613 public static Uri buildProgramsUriForChannel(long channelId, long startTime, in buildProgramsUriForChannel()
661 public static Uri buildPreviewProgramsUriForChannel(long channelId) { in buildPreviewProgramsUriForChannel()
753 public static void requestChannelBrowsable(Context context, long channelId) { in requestChannelBrowsable()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/
DNotificationGroupTestHelper.java91 int groupAlertBehavior, String channelId) { in createClassifiedEntry()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DRankingCoordinatorTest.java439 private NotificationEntry makeClassifiedNotifEntry(String channelId, int importance) { in makeClassifiedNotifEntry()
/frameworks/base/services/usage/java/com/android/server/usage/
DUsageStatsXmlV1.java237 final String channelId = in loadEvent() local

12