Searched refs:channelId (Results 1 – 6 of 6) sorted by relevance
/cts/tests/tests/tv/src/android/media/tv/cts/ |
D | TvContractTest.java | 150 private static ContentValues createDummyProgramValues(long channelId) { in createDummyProgramValues() argument 152 values.put(Programs.COLUMN_CHANNEL_ID, channelId); in createDummyProgramValues() 169 private static ContentValues createDummyPreviewProgramValues(long channelId) { in createDummyPreviewProgramValues() argument 171 values.put(PreviewPrograms.COLUMN_CHANNEL_ID, channelId); in createDummyPreviewProgramValues() 229 private static ContentValues createDummyRecordedProgramValues(String inputId, long channelId) { in createDummyRecordedProgramValues() argument 232 values.put(RecordedPrograms.COLUMN_CHANNEL_ID, channelId); in createDummyRecordedProgramValues() 305 private void verifyChannel(Uri channelUri, ContentValues expectedValues, long channelId) { in verifyChannel() argument 306 verifyChannel(channelUri, expectedValues, channelId, true); in verifyChannel() 309 private void verifyChannel(Uri channelUri, ContentValues expectedValues, long channelId, in verifyChannel() argument 316 assertEquals(channelId, cursor.getLong(cursor.getColumnIndex(Channels._ID))); in verifyChannel() [all …]
|
D | TvViewTest.java | 233 long channelId = cursor.getLong(0); in tryTuneAllChannels() local 234 Uri channelUri = TvContract.buildChannelUri(channelId); in tryTuneAllChannels() 413 long channelId = cursor.getLong(0); in testOnUnhandledInputEventListener() local 414 Uri channelUri = TvContract.buildChannelUri(channelId); in testOnUnhandledInputEventListener()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/ |
D | LockTaskUiTestActivity.java | 330 String channelId = getTestId(); in issueTestNotification() local 331 if (mNotifyMgr.getNotificationChannel(channelId) == null) { in issueTestNotification() 333 channelId, getTestId(), NotificationManager.IMPORTANCE_HIGH); in issueTestNotification() 337 Notification note = new Notification.Builder(this, channelId) in issueTestNotification()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/ |
D | AttentionManagementVerifierActivity.java | 1005 final String channelId = noisy ? NOTIFICATION_CHANNEL_ID_NOISY : NOTIFICATION_CHANNEL_ID; in sendNotifications() local 1008 Notification.Builder bob = new Notification.Builder(mContext, channelId) in sendNotifications() 1020 new Notification.Builder(mContext, channelId) in sendNotifications() 1031 Notification.Builder alice = new Notification.Builder(mContext, channelId) in sendNotifications() 1045 final String channelId = NOTIFICATION_CHANNEL_ID; in sendEventAlarmReminderNotifications() local 1049 Notification.Builder alice = new Notification.Builder(mContext, channelId) in sendEventAlarmReminderNotifications() 1060 Notification.Builder bob = new Notification.Builder(mContext, channelId) in sendEventAlarmReminderNotifications() 1072 new Notification.Builder(mContext, channelId) in sendEventAlarmReminderNotifications() 1084 final String channelId = NOTIFICATION_CHANNEL_ID; in sendAlarmOtherMediaNotifications() local 1088 Notification.Builder alice = new Notification.Builder(mContext, channelId) in sendAlarmOtherMediaNotifications()
|
/cts/hostsidetests/net/app2/src/com/android/cts/net/hostside/app2/ |
D | MyBroadcastReceiver.java | 199 static void sendNotification(Context context, String channelId, int notificationId, in sendNotification() argument 208 final Notification.Builder builder = new Notification.Builder(context, channelId) in sendNotification()
|
/cts/tests/tvprovider/src/android/tvprovider/cts/ |
D | TvProviderPerfTest.java | 238 long channelId = ContentUris.parseId(channelUri); in testPrograms() 241 values.put(Programs.COLUMN_CHANNEL_ID, channelId); in testPrograms()
|