Home
last modified time | relevance | path

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

12

/frameworks/base/services/core/java/com/android/server/notification/
DRankingConfig.java49 NotificationChannel getNotificationChannel(String pkg, int uid, String channelId, in getNotificationChannel()
51 NotificationChannel getConversationNotificationChannel(String pkg, int uid, String channelId, in getConversationNotificationChannel()
54 boolean deleteNotificationChannel(String pkg, int uid, String channelId); in deleteNotificationChannel()
55 void permanentlyDeleteNotificationChannel(String pkg, int uid, String channelId); in permanentlyDeleteNotificationChannel()
DNotificationManagerInternal.java26 NotificationChannel getNotificationChannel(String pkg, int uid, String channelId); in getNotificationChannel()
27 NotificationChannelGroup getNotificationChannelGroup(String pkg, int uid, String channelId); in getNotificationChannelGroup()
DNotificationHistoryDatabase.java156 public void deleteNotificationChannel(String pkg, String channelId) { in deleteNotificationChannel()
189 public NotificationHistory readNotificationHistory(String packageName, String channelId, in readNotificationHistory()
476 RemoveChannelRunnable(String pkg, String channelId) { in RemoveChannelRunnable()
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()
DNotificationHistoryProtoHelper.java117 String channelId = parser.readString(Notification.CHANNEL_ID); in readNotification() local
DNotificationShellCmd.java305 String channelId = getNextArgRequired(); in onCommand() local
DPreferencesHelper.java1129 public NotificationChannel getNotificationChannel(String pkg, int uid, String channelId, in getNotificationChannel()
1137 String channelId, String conversationId, boolean returnParentIfNoConversationChannel, in getConversationNotificationChannel()
1197 public boolean deleteNotificationChannel(String pkg, int uid, String channelId) { in deleteNotificationChannel()
1233 public void permanentlyDeleteNotificationChannel(String pkg, int uid, String channelId) { in permanentlyDeleteNotificationChannel()
1448 public NotificationChannelGroup getGroupForChannel(String pkg, int uid, String channelId) { in getGroupForChannel()
/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.java243 private StatusBarNotification getNotification(String pkg, String group, String channelId) { in getNotification()
247 private Notification.Builder getNotificationBuilder(String group, String channelId) { in getNotificationBuilder()
/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()
DINotificationManager.aidl104 void unlockNotificationChannel(String pkg, int uid, String channelId); in unlockNotificationChannel()
106 …icationChannel getNotificationChannel(String callingPkg, int userId, String pkg, String channelId); in getNotificationChannel()
107 …ationNotificationChannel(String callingPkg, int userId, String pkg, String channelId, boolean retu… in getConversationNotificationChannel()
109 …NotificationChannel getNotificationChannelForPackage(String pkg, int uid, String channelId, String… in getNotificationChannelForPackage()
110 void deleteNotificationChannel(String pkg, String channelId); in deleteNotificationChannel()
DNotificationManager.java953 public NotificationChannel getNotificationChannel(String channelId) { in getNotificationChannel()
972 public @Nullable NotificationChannel getNotificationChannel(@NonNull String channelId, in getNotificationChannel()
1009 public void deleteNotificationChannel(String channelId) { in deleteNotificationChannel()
1012 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/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationHistoryFilterTest.java44 private HistoricalNotification getHistoricalNotification(String packageName, String channelId, in getHistoricalNotification()
DNotificationHistoryManagerTest.java383 String channelId = "channelId"; in testDeleteNotificationChannel_userUnlocked() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccPort.java402 public void onLogicalChannelClosed(int channelId) { in onLogicalChannelClosed()
414 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/media/java/android/media/tv/
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()
/frameworks/base/services/core/java/com/android/server/power/batterysaver/
DBatterySaverStateMachine.java855 @NonNull String channelId, @StringRes int nameId) { in ensureNotificationChannelExists()
863 private Notification buildNotification(@NonNull String channelId, @StringRes int titleId, in buildNotification()
/frameworks/base/services/usage/java/com/android/server/usage/
DUsageStatsXmlV1.java237 final String channelId = in loadEvent() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSimResponse.java248 public void iccOpenLogicalChannelResponse(RadioResponseInfo responseInfo, int channelId, in iccOpenLogicalChannelResponse()
DRadioSimProxy.java270 public void iccCloseLogicalChannel(int serial, int channelId) throws RemoteException { in iccCloseLogicalChannel()
/frameworks/base/services/core/java/android/app/usage/
DUsageStatsManagerInternal.java95 public abstract void reportInterruptiveNotification(String packageName, String channelId, in reportInterruptiveNotification()

12