/frameworks/base/services/core/java/com/android/server/notification/ |
D | RankingConfig.java | 49 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()
|
D | NotificationManagerInternal.java | 26 NotificationChannel getNotificationChannel(String pkg, int uid, String channelId); in getNotificationChannel() 27 NotificationChannelGroup getNotificationChannelGroup(String pkg, int uid, String channelId); in getNotificationChannelGroup()
|
D | NotificationHistoryDatabase.java | 156 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()
|
D | NotificationHistoryManager.java | 209 public void deleteNotificationChannel(String pkg, int uid, String channelId) { in deleteNotificationChannel() 276 @UserIdInt int userId, String packageName, String channelId, int maxNotifications) { in readFilteredNotificationHistory()
|
D | NotificationHistoryProtoHelper.java | 117 String channelId = parser.readString(Notification.CHANNEL_ID); in readNotification() local
|
D | NotificationShellCmd.java | 305 String channelId = getNextArgRequired(); in onCommand() local
|
D | PreferencesHelper.java | 1129 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/ |
D | DirectReportChannel.cpp | 26 DirectReportChannel::DirectReportChannel(::android::SensorManager& manager, int channelId) in DirectReportChannel()
|
D | SensorManager.cpp | 100 int channelId = manager.createDirectChannel( in createDirectChannel() local
|
/frameworks/base/core/tests/coretests/src/android/service/notification/ |
D | StatusBarNotificationTest.java | 243 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/ |
D | RecoverableSecurityException.java | 113 public void showAsNotification(Context context, String channelId) { in showAsNotification()
|
D | NotificationHistory.java | 169 public Builder setChannelId(String channelId) { in setChannelId() 409 public boolean removeChannelFromWrite(String packageName, String channelId) { in removeChannelFromWrite()
|
D | INotificationManager.aidl | 104 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()
|
D | NotificationManager.java | 953 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/ |
D | NotificationChannelController.java | 134 public static NotificationChannel getChannel(String channelId, Context context) { in getChannel()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationHistoryFilterTest.java | 44 private HistoricalNotification getHistoricalNotification(String packageName, String channelId, in getHistoricalNotification()
|
D | NotificationHistoryManagerTest.java | 383 String channelId = "channelId"; in testDeleteNotificationChannel_userUnlocked() local
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | UiccPort.java | 402 public void onLogicalChannelClosed(int channelId) { in onLogicalChannelClosed() 414 public OpenLogicalChannelRecord getOpenLogicalChannelRecord(int channelId) { in getOpenLogicalChannelRecord()
|
/frameworks/base/native/android/ |
D | sensor.cpp | 192 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/ |
D | TvContract.java | 476 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/ |
D | BatterySaverStateMachine.java | 855 @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/ |
D | UsageStatsXmlV1.java | 237 final String channelId = in loadEvent() local
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | SimResponse.java | 248 public void iccOpenLogicalChannelResponse(RadioResponseInfo responseInfo, int channelId, in iccOpenLogicalChannelResponse()
|
D | RadioSimProxy.java | 270 public void iccCloseLogicalChannel(int serial, int channelId) throws RemoteException { in iccCloseLogicalChannel()
|
/frameworks/base/services/core/java/android/app/usage/ |
D | UsageStatsManagerInternal.java | 95 public abstract void reportInterruptiveNotification(String packageName, String channelId, in reportInterruptiveNotification()
|