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.java331 public boolean isVideoPauseSupported() { in isVideoPauseSupported() method in TelecomAccountRegistry.AccountEntry
407 boolean isVideoPauseSupported(PhoneAccountHandle handle) { in isVideoPauseSupported() method in TelecomAccountRegistry
410 return entry.isVideoPauseSupported(); in isVideoPauseSupported()
DTelephonyConnection.java1256 public void setVideoPauseSupported(boolean isVideoPauseSupported) { in setVideoPauseSupported() argument
1257 mIsVideoPauseSupported = isVideoPauseSupported; in setVideoPauseSupported()
DTelephonyConnectionService.java563 TelecomAccountRegistry.getInstance(this).isVideoPauseSupported( in createConnectionFor()