/packages/services/Car/service/src/com/android/car/audio/ |
D | CarAudioDeviceInfo.java | 110 int getChannelCount() { in getChannelCount() method in CarAudioDeviceInfo 225 + " channelCount: " + getChannelCount() in toString() 236 getSampleRate(), getEncodingFormat(), getChannelCount()); in dump()
|
D | CarAudioDynamicRouting.java | 74 .setChannelMask(info.getChannelCount()) in setupAudioDynamicRoutingForGroup() 88 address, carAudioContext, info.getSampleRate(), info.getChannelCount(), in setupAudioDynamicRoutingForGroup()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/zen/ |
D | ZenModeAddBypassingAppsPreferenceControllerTest.java | 95 when(mBackend.getChannelCount( in testUpdateAppList() 104 when(mBackend.getChannelCount( in testUpdateAppList() 118 when(mBackend.getChannelCount( in testUpdateAppList()
|
/packages/providers/TvProvider/tests/src/com/android/providers/tv/ |
D | PackageRemovedReceiverTest.java | 132 assertEquals(2, Utils.getChannelCount(mResolver)); in testPackageRemoved() 151 1, Utils.getChannelCount(mResolver)); in testPackageRemoved() 168 0, Utils.getChannelCount(mResolver)); in testPackageRemoved()
|
D | TransientRowHelperTests.java | 165 private long getChannelCount() { in getChannelCount() method in TransientRowHelperTests 201 2, getChannelCount()); in testTransientRowsAreDeletedAfterReboot() 207 1, getChannelCount()); in testTransientRowsAreDeletedAfterReboot()
|
D | BootCompletedReceiverTest.java | 152 assertEquals(2, Utils.getChannelCount(mResolver)); in testPackageRemoved() 172 1, Utils.getChannelCount(mResolver)); in testPackageRemoved()
|
D | Utils.java | 368 public static long getChannelCount(ContentResolver resolver) { in getChannelCount() method in Utils
|
/packages/apps/TV/tests/unit/src/com/android/tv/data/ |
D | ChannelDataManagerTest.java | 173 assertThat(mChannelDataManager.getChannelCount()) in testGetChannels() 205 assertThat(mChannelDataManager.getChannelCount()).isEqualTo(0); in testGetChannels_noChannels() 330 assertThat(mChannelDataManager.getChannelCount()) in testChannelListChanged() 352 assertThat(mChannelDataManager.getChannelCount()) in testChannelListChanged() 370 assertThat(mChannelDataManager.getChannelCount()) in testChannelListChanged()
|
/packages/apps/TV/tests/robotests/src/com/android/tv/guide/ |
D | ProgramTableAdapterTest.java | 92 assertThat(mProgramManager.getChannelCount()).isEqualTo(3); in testOnTableEntryChanged() 96 assertThat(mProgramManager.getChannelCount()).isEqualTo(1); in testOnTableEntryChanged()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/ |
D | CarAudioDeviceInfoTest.java | 188 int channelCount = info.getChannelCount(); in getChannelCount_withNoChannelMasks_returnsOne() 200 int channelCount = info.getChannelCount(); in getChannelCount_withMultipleChannels_returnsHighestCount()
|
/packages/apps/TV/src/com/android/tv/guide/ |
D | ProgramManager.java | 379 int getChannelCount() { in getChannelCount() method in ProgramManager 388 if (channelIndex < 0 || channelIndex >= getChannelCount()) { in getChannel()
|
D | ProgramTableAdapter.java | 197 if (DEBUG) Log.d(TAG, "update " + mProgramManager.getChannelCount() + " channels"); in update() 202 for (int i = 0; i < mProgramManager.getChannelCount(); i++) { in update()
|
/packages/apps/TV/src/com/android/tv/onboarding/ |
D | OnboardingActivity.java | 232 if (manager.getChannelCount() == 0) { in executeAction()
|
/packages/apps/TV/src/com/android/tv/ui/sidepanel/ |
D | SettingsFragment.java | 76 setEnabled(getChannelDataManager().getChannelCount() != 0); in getItemList()
|
/packages/apps/Settings/src/com/android/settings/notification/zen/ |
D | ZenModeAddBypassingAppsPreferenceController.java | 139 final int appChannels = mNotificationBackend.getChannelCount(pkg, entry.info.uid); in updateAppList()
|
D | ZenModeAllBypassingAppsPreferenceController.java | 124 final int appChannels = mNotificationBackend.getChannelCount(pkg, app.info.uid); in updateAppList()
|
/packages/apps/Settings/src/com/android/settings/notification/ |
D | NotificationBackend.java | 95 row.channelCount = getChannelCount(row.pkg, row.uid); in loadAppRow() 398 public int getChannelCount(String pkg, int uid) { in getChannelCount() method in NotificationBackend
|
/packages/apps/TV/src/com/android/tv/ |
D | MainActivity.java | 539 && mChannelDataManager.getChannelCount() <= 0; in onCreate() 1711 if (mChannelDataManager.getChannelCount() > 0) { in tune() 1720 && mChannelDataManager.getChannelCount() > 0 in tune()
|
/packages/apps/TV/src/com/android/tv/data/ |
D | ChannelDataManager.java | 273 public int getChannelCount() { in getChannelCount() method in ChannelDataManager
|
D | ProgramDataManager.java | 737 int channelCount = mChannelDataManager.getChannelCount(); in getFetchDuration()
|
/packages/apps/TV/src/com/android/tv/ui/ |
D | TvOverlayManager.java | 575 if (mChannelDataManager.getChannelCount() == 0) { in closeSetupFragment()
|