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.java1084 public boolean isVideoPauseSupported() { in isVideoPauseSupported() method in TelecomAccountRegistry.AccountEntry
1371 boolean isVideoPauseSupported(PhoneAccountHandle handle) { in isVideoPauseSupported() method in TelecomAccountRegistry
1375 return entry.isVideoPauseSupported(); in isVideoPauseSupported()
DTelephonyConnection.java2896 public void setVideoPauseSupported(boolean isVideoPauseSupported) { in setVideoPauseSupported() argument
2897 mIsVideoPauseSupported = isVideoPauseSupported; in setVideoPauseSupported()
DTelephonyConnectionService.java3518 TelecomAccountRegistry.getInstance(this).isVideoPauseSupported( in createConnectionFor()