/frameworks/base/core/tests/coretests/src/android/service/notification/ |
D | StatusBarNotificationTest.java | 58 private static final String CHANNEL_ID = "channel"; field in StatusBarNotificationTest 80 final LogMaker logMaker = getNotification(PKG, GROUP_ID_1, CHANNEL_ID).getLogMaker(); in testLogMaker() 81 assertEquals(CHANNEL_ID, in testLogMaker() 100 StatusBarNotification sbn = getNotification(PKG, GROUP_ID_1, CHANNEL_ID); in testLogMakerNoStaleData() 109 Notification.Builder builder = getNotificationBuilder(GROUP_ID_1, CHANNEL_ID) in testLogMakerWithCategory() 134 final LogMaker logMaker = getNotification(PKG, null, CHANNEL_ID).getLogMaker(); in testLogMakerNoGroup() 142 final LogMaker logMaker = getNotification(PKG, GROUP_ID_LONG, CHANNEL_ID) in testLogMakerLongGroup() 153 StatusBarNotification sbn = getNotification(PKG, GROUP_ID_1, CHANNEL_ID); in testLogMakerOverrideGroup() 168 Notification.Builder builder = getNotificationBuilder(GROUP_ID_1, CHANNEL_ID) in testLogMakerWithPerson() 177 Notification.Builder builder = getNotificationBuilder(GROUP_ID_1, CHANNEL_ID) in testLogMakerWithStyle()
|
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/ |
D | ServiceIntentSender.java | 33 private final static String CHANNEL_ID = "device_notification_channel"; field in ServiceIntentSender 41 CHANNEL_ID, in ServiceIntentSender() 82 return new Notification.Builder(context, CHANNEL_ID) in createNotification()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationShellCmd.java | 100 public static final String CHANNEL_ID = "shell_cmd"; field in NotificationShellCmd 286 new NotificationChannel(CHANNEL_ID, CHANNEL_NAME, CHANNEL_IMP); in ensureChannel() 291 UserHandle.getUserId(callingUid), callingPackage, CHANNEL_ID)); in ensureChannel() 324 final Notification.Builder builder = new Notification.Builder(context, CHANNEL_ID); in doNotify()
|
D | NotificationRecord.java | 426 proto.write(NotificationRecordProto.CHANNEL_ID, getChannel().getId()); in dump()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/ |
D | RecordingService.java | 62 private static final String CHANNEL_ID = "screen_record"; field in RecordingService 284 CHANNEL_ID, in createRecordingNotification() 293 mRecordingNotificationBuilder = new Notification.Builder(this, CHANNEL_ID) in createRecordingNotification() 357 Notification.Builder builder = new Notification.Builder(this, CHANNEL_ID) in createSaveNotification()
|
/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/ |
D | TetheringNotificationUpdater.java | 66 private static final String CHANNEL_ID = "TETHERING_STATUS"; field in TetheringNotificationUpdater 146 CHANNEL_ID, in TetheringNotificationUpdater()
|
/frameworks/base/core/java/android/app/ |
D | Notification.java | 2979 proto.write(NotificationProto.CHANNEL_ID, getChannelId()); in writeToProto()
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 5321 field public static final String EXTRA_CHANNEL_ID = "android.intent.extra.CHANNEL_ID"; 27678 field public static final String EXTRA_CHANNEL_ID = "android.media.tv.extra.CHANNEL_ID"; 39000 field public static final String EXTRA_CHANNEL_ID = "android.provider.extra.CHANNEL_ID";
|
/frameworks/base/api/ |
D | current.txt | 5321 field public static final String EXTRA_CHANNEL_ID = "android.intent.extra.CHANNEL_ID"; 27808 field public static final String EXTRA_CHANNEL_ID = "android.media.tv.extra.CHANNEL_ID"; 39144 field public static final String EXTRA_CHANNEL_ID = "android.provider.extra.CHANNEL_ID";
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 8134 Landroid/app/NotificationProto;->CHANNEL_ID:J 63689 Landroid/service/notification/NotificationRecordProto;->CHANNEL_ID:J
|