Home
last modified time | relevance | path

Searched defs:getChannelCount (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Settings/src/com/android/settings/spa/notification/
DAppNotificationRepository.kt178 private fun getChannelCount(app: ApplicationInfo): Int = try { in getChannelCount() method
/packages/providers/TvProvider/tests/src/com/android/providers/tv/
DTransientRowHelperTests.java165 private long getChannelCount() { in getChannelCount() method in TransientRowHelperTests
DUtils.java368 public static long getChannelCount(ContentResolver resolver) { in getChannelCount() method in Utils
/packages/services/Car/service/src/com/android/car/audio/
DCarAudioDeviceInfo.java259 int getChannelCount() { in getChannelCount() method in CarAudioDeviceInfo
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeAudioCodecConfig.java430 public @ChannelCount int getChannelCount() { in getChannelCount() method in BluetoothLeAudioCodecConfig
/packages/apps/TV/src/com/android/tv/data/
DChannelDataManager.java273 public int getChannelCount() { in getChannelCount() method in ChannelDataManager
/packages/apps/TV/src/com/android/tv/guide/
DProgramManager.java379 int getChannelCount() { in getChannelCount() method in ProgramManager
/packages/apps/Settings/src/com/android/settings/notification/
DNotificationBackend.java416 public int getChannelCount(String pkg, int uid) { in getChannelCount() method in NotificationBackend
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_le_audio.cpp67 jmethodID getChannelCount; member