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.java887 public boolean isVideoPauseSupported() { in isVideoPauseSupported() method in TelecomAccountRegistry.AccountEntry
1141 boolean isVideoPauseSupported(PhoneAccountHandle handle) { in isVideoPauseSupported() method in TelecomAccountRegistry
1145 return entry.isVideoPauseSupported(); in isVideoPauseSupported()
DTelephonyConnection.java2471 public void setVideoPauseSupported(boolean isVideoPauseSupported) { in setVideoPauseSupported() argument
2472 mIsVideoPauseSupported = isVideoPauseSupported; in setVideoPauseSupported()
DTelephonyConnectionService.java1829 TelecomAccountRegistry.getInstance(this).isVideoPauseSupported( in createConnectionFor()