HomeSort by relevance Sort by last modified time
    Searched refs:CHANNEL_ID (Results 1 - 17 of 17) sorted by null

  /packages/apps/TV/tests/common/src/com/android/tv/testing/dvr/
RecordingTestUtils.java 25 private static final int CHANNEL_ID = 273;
43 return ScheduledRecording.builder(INPUT_ID, CHANNEL_ID, startTime, endTime)
51 return ScheduledRecording.builder(INPUT_ID, CHANNEL_ID, startTime, endTime)
  /frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
ServiceIntentSender.java 33 private final static String CHANNEL_ID = "device_notification_channel";
41 CHANNEL_ID,
82 return new Notification.Builder(context, CHANNEL_ID)
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
Utils.java 41 private static final String CHANNEL_ID = "BugReport";
85 NotificationChannel channel = new NotificationChannel(CHANNEL_ID,
86 CHANNEL_ID, NotificationManager.IMPORTANCE_HIGH);
89 .setChannelId(CHANNEL_ID)
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/service/
TriggerService.java 59 private static final String CHANNEL_ID = "trigger_service_channel";
112 NotificationChannel channel = new NotificationChannel(CHANNEL_ID, name, importance);
124 Notification.Builder builder = new Notification.Builder(this, CHANNEL_ID);
ScriptingLayerService.java 64 private static final String CHANNEL_ID = "scripting_layer_service_channel";
110 NotificationChannel channel = new NotificationChannel(CHANNEL_ID, name, importance);
124 Notification.Builder builder = new Notification.Builder(this, CHANNEL_ID);
148 Notification.Builder builder = new Notification.Builder(this, CHANNEL_ID);
  /packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/preprovisioning/
ResumeNotificationHelperTest.java 18 import static com.android.managedprovisioning.preprovisioning.EncryptionController.CHANNEL_ID;
74 assertEquals(notification.getNotification().getChannel(), CHANNEL_ID);
  /developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/java/com/example/android/mediasession/service/notifications/
MediaNotificationManager.java 56 private static final String CHANNEL_ID = "com.example.android.musicplayer.channel";
135 NotificationCompat.Builder builder = new NotificationCompat.Builder(mService, CHANNEL_ID);
180 if (mNotificationManager.getNotificationChannel(CHANNEL_ID) == null) {
186 NotificationChannel mChannel = new NotificationChannel(CHANNEL_ID, name, importance);
  /developers/samples/android/media/MediaBrowserService/Application/src/main/java/com/example/android/mediasession/service/notifications/
MediaNotificationManager.java 56 private static final String CHANNEL_ID = "com.example.android.musicplayer.channel";
135 NotificationCompat.Builder builder = new NotificationCompat.Builder(mService, CHANNEL_ID);
180 if (mNotificationManager.getNotificationChannel(CHANNEL_ID) == null) {
186 NotificationChannel mChannel = new NotificationChannel(CHANNEL_ID, name, importance);
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/preprovisioning/
EncryptionController.java 53 public static final String CHANNEL_ID = "encrypt";
206 NotificationChannel channel = new NotificationChannel(CHANNEL_ID,
213 .setChannel(CHANNEL_ID)
  /packages/apps/StorageManager/src/com/android/storagemanager/automatic/
NotificationController.java 86 private static final String CHANNEL_ID = "storage";
199 builder = new Notification.Builder(context, CHANNEL_ID);
230 CHANNEL_ID,
  /external/sl4a/Utils/src/com/googlecode/android_scripting/
Log.java 29 private static final String CHANNEL_ID = "log_channel";
55 NotificationChannel channel = new NotificationChannel(CHANNEL_ID, name, importance);
71 Notification.Builder builder = new Notification.Builder(context, CHANNEL_ID);
  /platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
NotificationInteractionTests.java 65 private static final String CHANNEL_ID = "my_channel";
326 NotificationChannel mChannel = new NotificationChannel(CHANNEL_ID, "Channel",
332 new Notification.Builder(context, CHANNEL_ID)
  /cts/tests/tests/app.usage/src/android/app/usage/cts/
UsageStatsTest.java 98 private static final String CHANNEL_ID = "my_channel";
472 NotificationChannel mChannel = new NotificationChannel(CHANNEL_ID, "Channel",
478 new Notification.Builder(context, CHANNEL_ID)
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
AndroidFacade.java 102 private static final String CHANNEL_ID = "android_facade_channel";
848 NotificationChannel channel = new NotificationChannel(CHANNEL_ID, name, importance);
861 Notification.Builder builder = new Notification.Builder(mService, CHANNEL_ID);
    [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationRecord.java 398 proto.write(NotificationRecordProto.CHANNEL_ID, getChannel().getId());
    [all...]
  /external/conscrypt/openjdk/src/test/java/org/conscrypt/
NativeCryptoTest.java 111 private static byte[] CHANNEL_ID;
241 CHANNEL_ID = new BigInteger(
    [all...]
  /frameworks/base/core/java/android/app/
Notification.java 127 public static final String EXTRA_CHANNEL_ID = "android.intent.extra.CHANNEL_ID";
    [all...]

Completed in 363 milliseconds