Searched defs:isAudioOnly (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
H A DVideoProfile.java68 * Instead, use the {@link VideoProfile#isAudioOnly(int)} helper function to check if a
73 * if (VideoProfile.isAudioOnly(videoState)) {
218 if (isAudioOnly(videoState)) {
243 public static boolean isAudioOnly(int videoState) { method in class:VideoProfile

Completed in 185 milliseconds