HomeSort by relevance Sort by last modified time
    Searched refs:getSupportedExternalSourceTypes (Results 1 - 4 of 4) sorted by null

  /packages/services/Car/car-lib/src/android/car/media/
ICarAudio.aidl 40 String[] getSupportedExternalSourceTypes() = 10;
CarAudioManager.java 170 * listed in {@link #getSupportedExternalSourceTypes()}.
192 public String[] getSupportedExternalSourceTypes() throws CarNotConnectedException {
194 return mService.getSupportedExternalSourceTypes();
  /packages/services/Car/tests/carservice_test/src/com/android/car/test/
CarAudioExtFocusTest.java 118 String[] nonRadioTypes = mCarAudioManager.getSupportedExternalSourceTypes();
    [all...]
  /packages/services/Car/service/src/com/android/car/
CarAudioService.java 581 public String[] getSupportedExternalSourceTypes() {
    [all...]

Completed in 92 milliseconds