Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/services/telephony/
DTelecomAccountRegistry.java929 public boolean isVideoPauseSupported() { in isVideoPauseSupported() method in TelecomAccountRegistry.AccountEntry
1191 boolean isVideoPauseSupported(PhoneAccountHandle handle) { in isVideoPauseSupported() method in TelecomAccountRegistry
1195 return entry.isVideoPauseSupported(); in isVideoPauseSupported()
DTelephonyConnection.java2788 public void setVideoPauseSupported(boolean isVideoPauseSupported) { in setVideoPauseSupported() argument
2789 mIsVideoPauseSupported = isVideoPauseSupported; in setVideoPauseSupported()
DTelephonyConnectionService.java1876 TelecomAccountRegistry.getInstance(this).isVideoPauseSupported( in createConnectionFor()