Home
last modified time | relevance | path

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

12

/frameworks/support/tv-provider/src/androidTest/java/androidx/tvprovider/media/tv/
DPreviewChannelHelperTest.java67 private static PreviewProgram.Builder createFullyPopulatedPreviewProgram(long channelId) { in createFullyPopulatedPreviewProgram()
286 long channelId = helper.publishDefaultChannel(builder.build()); in testPreviewChannelCreation() local
318 long channelId = helper.publishChannel(builder.build()); in testPreviewChannelCreationWithNullProviderId() local
334 long channelId) { in getPreviewChannel()
382 long channelId = helper.publishChannel(builder.build()); in testPreviewChannelUpdate() local
413 long channelId = helper.publishChannel(builder.build()); in testDefensiveUpdatePreviewChannel() local
436 long channelId = helper.publishChannel(builder.build()); in testPreviewResolverChannelDeletion() local
452 long channelId = helper.publishChannel(channelBuilder.build()); in testPreviewProgramCreation() local
466 long channelId = helper.publishChannel(channelBuilder.build()); in testPreviewProgramUpdate() local
494 long channelId = helper.publishChannel(channelBuilder.build()); in testDefensivePreviewProgramUpdateRequests() local
[all …]
DProgramTest.java189 private static Program createFullyPopulatedProgram(long channelId) { in createFullyPopulatedProgram()
DPreviewProgramTest.java268 private static PreviewProgram createFullyPopulatedPreviewProgram(long channelId) { in createFullyPopulatedPreviewProgram()
/frameworks/support/tv-provider/src/main/java/androidx/tvprovider/media/tv/
DChannelLogoUtils.java77 public static boolean storeChannelLogo(@NonNull Context context, long channelId, in storeChannelLogo()
125 public static boolean storeChannelLogo(@NonNull Context context, long channelId, in storeChannelLogo()
150 public static Bitmap loadChannelLogo(@NonNull Context context, long channelId) { in loadChannelLogo()
DPreviewChannelHelper.java133 long channelId = ContentUris.parseId(channelUri); in publishChannel() local
170 long channelId = publishChannel(channel); in publishDefaultChannel() local
205 public PreviewChannel getPreviewChannel(long channelId) { in getPreviewChannel()
227 public void updatePreviewChannel(long channelId, in updatePreviewChannel()
250 protected void updatePreviewChannelInternal(long channelId, @NonNull PreviewChannel upgrade) { in updatePreviewChannelInternal()
265 private boolean addChannelLogo(long channelId, @NonNull PreviewChannel channel) { in addChannelLogo()
354 public void deletePreviewChannel(long channelId) { in deletePreviewChannel()
DPreviewProgram.java221 public Builder setChannelId(long channelId) { in setChannelId()
DTvContractCompat.java353 public static Uri buildChannelUri(long channelId) { in buildChannelUri()
371 public static Uri buildChannelLogoUri(long channelId) { in buildChannelLogoUri()
408 public static Uri buildProgramsUriForChannel(long channelId) { in buildProgramsUriForChannel()
431 public static Uri buildProgramsUriForChannel(long channelId, long startTime, in buildProgramsUriForChannel()
478 public static Uri buildPreviewProgramsUriForChannel(long channelId) { in buildPreviewProgramsUriForChannel()
579 public static void requestChannelBrowsable(Context context, long channelId) { in requestChannelBrowsable()
DProgram.java247 public Builder setChannelId(long channelId) { in setChannelId()
/frameworks/base/services/core/java/com/android/server/notification/
DRankingConfig.java43 …NotificationChannel getNotificationChannel(String pkg, int uid, String channelId, boolean includeD… in getNotificationChannel()
44 void deleteNotificationChannel(String pkg, int uid, String channelId); in deleteNotificationChannel()
45 void permanentlyDeleteNotificationChannel(String pkg, int uid, String channelId); in permanentlyDeleteNotificationChannel()
DNotificationManagerInternal.java23 NotificationChannel getNotificationChannel(String pkg, int uid, String channelId); in getNotificationChannel()
/frameworks/base/core/java/android/app/
DRecoverableSecurityException.java121 final String channelId = TAG + "_" + mUserAction.getActionIntent().getCreatorUid(); in showAsNotification() local
146 public void showAsNotification(Context context, String channelId) { in showAsNotification()
DINotificationManager.aidl76 NotificationChannel getNotificationChannel(String pkg, String channelId); in getNotificationChannel()
77 …NotificationChannel getNotificationChannelForPackage(String pkg, int uid, String channelId, boolea… in getNotificationChannelForPackage()
78 void deleteNotificationChannel(String pkg, String channelId); in deleteNotificationChannel()
DNotificationManager.java553 public NotificationChannel getNotificationChannel(String channelId) { in getNotificationChannel()
581 public void deleteNotificationChannel(String channelId) { in deleteNotificationChannel()
584 service.deleteNotificationChannel(mContext.getPackageName(), channelId); in deleteNotificationChannel() local
/frameworks/base/core/java/android/bluetooth/
DBluetoothHealthCallback.java65 int channelId) { in onHealthChannelStateChange()
DBluetoothHealth.java290 BluetoothHealthAppConfiguration config, int channelId) { in disconnectChannel()
441 ParcelFileDescriptor fd, int channelId) { in onHealthChannelStateChange()
/frameworks/native/services/sensorservice/hidl/
DDirectReportChannel.cpp26 DirectReportChannel::DirectReportChannel(::android::SensorManager& manager, int channelId) in DirectReportChannel()
DSensorManager.cpp97 int channelId = manager.createDirectChannel( in createDirectChannel() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/util/
DNotificationChannelController.java113 public static NotificationChannel getChannel(String channelId, Context context) { in getChannel()
/frameworks/base/packages/ExtServices/src/android/ext/services/notification/
DAssistant.java220 String channelId = mLiveNotifications.remove(sbn.getKey()); in onNotificationRemoved() local
278 protected String getKey(String pkg, int userId, String channelId) { in getKey()
/frameworks/base/native/android/
Dsensor.cpp181 void ASensorManager_destroyDirectChannel(ASensorManager *manager, int channelId) { in ASensorManager_destroyDirectChannel()
188 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/opt/net/wifi/service/java/com/android/server/wifi/
DFrameworkFacade.java208 public Notification.Builder makeNotificationBuilder(Context context, String channelId) { in makeNotificationBuilder()
/frameworks/base/services/core/java/com/android/server/connectivity/
DNetworkNotificationManager.java207 final String channelId = highPriority ? SystemNotificationChannels.NETWORK_ALERTS : in showNotification() local
/frameworks/support/compat/src/androidTest/java/androidx/core/app/
DNotificationCompatTest.java118 String channelId = "new ID"; in testNotificationChannel() local
131 String channelId = "new ID"; in testNotificationChannel_assignedFromBuilder() local
/frameworks/base/core/java/android/app/usage/
DUsageStatsManagerInternal.java68 public abstract void reportInterruptiveNotification(String packageName, String channelId, in reportInterruptiveNotification()

12