/packages/apps/TV/src/com/android/tv/guide/ |
D | ProgramListAdapter.java | 45 private long mChannelId; field in ProgramListAdapter 63 mChannelId = channel.getId(); in onTableEntriesUpdated() 64 if (DEBUG) Log.d(TAG, "update for channel " + mChannelId); in onTableEntriesUpdated() 71 return mProgramManager.getTableEntryCount(mChannelId); in getItemCount() 81 return mProgramManager.getTableEntry(mChannelId, position).getId(); in getItemId() 86 TableEntry tableEntry = mProgramManager.getTableEntry(mChannelId, position); in onBindViewHolder()
|
/packages/apps/TV/src/com/android/tv/dvr/data/ |
D | SeriesRecording.java | 251 private long mChannelId; field in SeriesRecording.Builder 299 mChannelId = channelId; in setChannelId() 366 mChannelId, in build() 417 private final long mChannelId; field in SeriesRecording 436 return mChannelId; in getChannelId() 537 && mChannelId == that.mChannelId in equals() 556 mChannelId, in hashCode() 577 + mChannelId in toString() 631 this.mChannelId = channelId; in SeriesRecording() 655 out.writeLong(mChannelId); in writeToParcel() [all …]
|
D | ScheduledRecording.java | 144 private long mChannelId; field in ScheduledRecording.Builder 182 mChannelId = channelId; in setChannelId() 281 mChannelId, in build() 308 .setChannelId(orig.mChannelId) in buildFrom() 619 private final long mChannelId; field in ScheduledRecording 667 mChannelId = channelId; in ScheduledRecording() 704 return mChannelId; in getChannelId() 850 TvSingletons.getSingletons(context).getChannelDataManager().getChannel(mChannelId); in getProgramDisplayTitle() 1019 + mChannelId in toString() 1075 out.writeLong(mChannelId); in writeToParcel() [all …]
|
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/utils/ |
D | MockMessageNotificationBuilder.java | 66 private final String mChannelId; field in MockMessageNotificationBuilder 92 mChannelId = channelId; in MockMessageNotificationBuilder() 101 mChannelId).setSmallIcon(mSmallIconId).setContentText( in build() 280 new RemoteInput.Builder(mChannelId).build()).setSemanticAction( in getNonMockReplyAction() 295 mChannelId).build()}); in getMockReplyAction() 307 new RemoteInput.Builder(mChannelId).build()).setSemanticAction( in getNonMockMarkAsReadAction() 322 mChannelId).build()}); in getMockMarkAsReadAction()
|
/packages/apps/TV/src/com/android/tv/data/ |
D | ProgramImpl.java | 188 program.mChannelId = in.readLong(); in fromParcel() 235 private long mChannelId; field in ProgramImpl 272 return mChannelId; in getChannelId() 278 return mChannelId >= 0; in isValid() 424 mChannelId, in hashCode() 452 && mChannelId == program.mChannelId in equals() 483 .append(mChannelId) in toString() 607 mChannelId = other.getChannelId(); in copyFrom() 638 mProgram.mChannelId = Channel.INVALID_ID; in Builder() 693 mProgram.mChannelId = channelId; in setChannelId() [all …]
|
D | ProgramDataManager.java | 756 long mChannelId; field in ProgramDataManager.SingleChannelPrefetchTask 767 mChannelId = channelId; in SingleChannelPrefetchTask() 782 mChannelIdProgramCache.put(mChannelId, programs); in onPostExecute() 870 private final long mChannelId; field in ProgramDataManager.UpdateCurrentProgramForChannelTask 881 mChannelId = channelId; in UpdateCurrentProgramForChannelTask() 895 mProgramUpdateTaskMap.remove(mChannelId); in onPostExecute() 896 updateCurrentProgram(mChannelId, program); in onPostExecute()
|
/packages/apps/Settings/src/com/android/settings/applications/appinfo/ |
D | AppNotificationPreferenceController.java | 34 private String mChannelId = null; field in AppNotificationPreferenceController 48 mChannelId = parent.getActivity().getIntent().getStringExtra(EXTRA_FRAGMENT_ARG_KEY); in setParentFragment() 65 if (mChannelId != null) { in getArguments() 67 bundle.putString(EXTRA_FRAGMENT_ARG_KEY, mChannelId); in getArguments()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/admin/ |
D | NotificationHelperValidImportanceTest.java | 73 private final String mChannelId; field in NotificationHelperValidImportanceTest 78 mChannelId = channelId; in NotificationHelperValidImportanceTest() 108 assertWithMessage("channel id").that(channel.getId()).isEqualTo(mChannelId); in testNewNotificationBuilder()
|
/packages/apps/TV/src/com/android/tv/dvr/ui/ |
D | DvrConflictFragment.java | 292 private long mChannelId; field in DvrConflictFragment.DvrChannelWatchConflictFragment 299 mChannelId = args.getLong(DvrHalfSizedDialogFragment.KEY_CHANNEL_ID); in onCreateView() 301 SoftPreconditions.checkArgument(mChannelId != Channel.INVALID_ID); in onCreateView() 354 checker.setCheckedConflictsForChannel(mChannelId, getConflicts()); in onTrackedGuidedActionClicked()
|
/packages/apps/TV/src/com/android/tv/util/ |
D | AsyncDbTask.java | 399 protected final long mChannelId; field in AsyncDbTask.LoadProgramsForChannelTask 415 mChannelId = channelId; in LoadProgramsForChannelTask() 419 return mChannelId; in getChannelId()
|
/packages/apps/TV/src/com/android/tv/dvr/ui/browse/ |
D | DetailsContent.java | 218 private long mChannelId; field in DetailsContent.Builder 283 mChannelId = channelId; in setChannelId() 349 .getChannel(mChannelId); in build()
|
/packages/apps/TV/src/com/android/tv/dvr/recorder/ |
D | ConflictChecker.java | 186 public void setCheckedConflictsForChannel(long mChannelId, List<ScheduledRecording> conflicts) { in setCheckedConflictsForChannel() argument 187 mCheckedConflictsMap.put(mChannelId, new ArrayList<>(conflicts)); in setCheckedConflictsForChannel()
|
/packages/apps/TV/tests/common/src/com/android/tv/testing/fakes/ |
D | FakeTvProvider.java | 2413 private final long mChannelId; field in FakeTvProvider.PipeMonitor 2418 mChannelId = channelId; in PipeMonitor() 2429 Log.e(TAG, "Failed to decode logo image for channel ID " + mChannelId); in doInBackground() 2459 Uri uri = TvContractCompat.buildChannelLogoUri(mChannelId); in doInBackground() 2463 Log.e(TAG, "Failed to write logo for channel ID " + mChannelId, e); in doInBackground() 2468 mPfd.closeWithError("Failed to write logo for channel ID " + mChannelId); in doInBackground()
|
/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/ |
D | TunerSessionWorkerExoV2.java | 682 private final long mChannelId; field in TunerSessionWorkerExoV2.RecordedProgram 694 mChannelId = cursor.getLong(index++); in RecordedProgram() 700 mChannelId = channelId; in RecordedProgram() 722 return mChannelId; in getChannelId()
|
D | TunerSessionWorker.java | 687 private final long mChannelId; field in TunerSessionWorker.RecordedProgram 699 mChannelId = cursor.getLong(index++); in RecordedProgram() 705 mChannelId = channelId; in RecordedProgram() 727 return mChannelId; in getChannelId()
|
/packages/apps/TV/src/com/android/tv/ |
D | TimeShiftManager.java | 1242 + mChannelId in onPostExecute() 1297 + (mChannel == null ? "null" : mChannelId) in onCancelled()
|
/packages/providers/TvProvider/src/com/android/providers/tv/ |
D | TvProvider.java | 2259 private final long mChannelId; field in TvProvider.PipeMonitor 2264 mChannelId = channelId; in PipeMonitor() 2276 Log.e(TAG, "Failed to decode logo image for channel ID " + mChannelId); in doInBackground() 2299 Uri uri = TvContract.buildChannelLogoUri(mChannelId); in doInBackground() 2305 mPfd.closeWithError("Failed to write logo for channel ID " + mChannelId); in doInBackground()
|