Home
last modified time | relevance | path

Searched refs:CHANNEL_ID (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/service/notification/
DStatusBarNotificationTest.java58 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/
DServiceIntentSender.java33 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/
DNotificationShellCmd.java100 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()
DNotificationRecord.java426 proto.write(NotificationRecordProto.CHANNEL_ID, getChannel().getId()); in dump()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
DRecordingService.java62 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/
DTetheringNotificationUpdater.java66 private static final String CHANNEL_ID = "TETHERING_STATUS"; field in TetheringNotificationUpdater
146 CHANNEL_ID, in TetheringNotificationUpdater()
/frameworks/base/core/java/android/app/
DNotification.java2979 proto.write(NotificationProto.CHANNEL_ID, getChannelId()); in writeToProto()
/frameworks/base/non-updatable-api/
Dcurrent.txt5321 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/
Dcurrent.txt5321 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/
Dhiddenapi-greylist-max-o.txt8134 Landroid/app/NotificationProto;->CHANNEL_ID:J
63689 Landroid/service/notification/NotificationRecordProto;->CHANNEL_ID:J