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

/packages/services/Telephony/src/com/android/services/telephony/
H A DTelecomAccountRegistry.java260 public boolean isVideoPauseSupported() { method in class:TelecomAccountRegistry.AccountEntry
328 boolean isVideoPauseSupported(PhoneAccountHandle handle) { method in class:TelecomAccountRegistry
331 return entry.isVideoPauseSupported();
H A DTelephonyConnection.java940 * @param isVideoPauseSupported {@code true} if pause state supported, {@code false} otherwise.
942 public void setVideoPauseSupported(boolean isVideoPauseSupported) { argument
943 mIsVideoPauseSupported = isVideoPauseSupported;

Completed in 205 milliseconds