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
1142 boolean isVideoPauseSupported(PhoneAccountHandle handle) { in isVideoPauseSupported() method in TelecomAccountRegistry
1146 return entry.isVideoPauseSupported(); in isVideoPauseSupported()
DTelephonyConnection.java2480 public void setVideoPauseSupported(boolean isVideoPauseSupported) { in setVideoPauseSupported() argument
2481 mIsVideoPauseSupported = isVideoPauseSupported; in setVideoPauseSupported()
DTelephonyConnectionService.java1841 TelecomAccountRegistry.getInstance(this).isVideoPauseSupported( in createConnectionFor()