Searched refs:isVideoPauseSupported (Results 1 - 3 of 3) sorted by relevance

/packages/services/Telephony/src/com/android/services/telephony/
H A DTelecomAccountRegistry.java411 public boolean isVideoPauseSupported() { method in class:TelecomAccountRegistry.AccountEntry
521 boolean isVideoPauseSupported(PhoneAccountHandle handle) { method in class:TelecomAccountRegistry
525 return entry.isVideoPauseSupported();
H A DTelephonyConnection.java1544 * @param isVideoPauseSupported {@code true} if pause state supported, {@code false} otherwise.
1546 public void setVideoPauseSupported(boolean isVideoPauseSupported) { argument
1547 mIsVideoPauseSupported = isVideoPauseSupported;
H A DTelephonyConnectionService.java857 TelecomAccountRegistry.getInstance(this).isVideoPauseSupported(

Completed in 46 milliseconds