Searched refs:isPullable (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/base/telephony/java/android/telephony/ims/ |
H A D | ImsExternalCallState.java | 90 public ImsExternalCallState(int callId, Uri address, boolean isPullable, in ImsExternalCallState() argument 94 mIsPullable = isPullable; in ImsExternalCallState() 103 boolean isPullable, @ExternalCallState int callState, int callType, in ImsExternalCallState() argument 108 mIsPullable = isPullable; in ImsExternalCallState() 128 @Nullable Uri localAddress, boolean isPullable, @ExternalCallState int callState, in ImsExternalCallState() argument 133 mIsPullable = isPullable; in ImsExternalCallState()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
H A D | ImsExternalConnection.java | 85 protected ImsExternalConnection(Phone phone, int callId, Uri address, boolean isPullable) { in ImsExternalConnection() argument 92 mIsPullable = isPullable; in ImsExternalConnection() 229 public void setIsPullable(boolean isPullable) { in setIsPullable() argument 230 mIsPullable = isPullable; in setIsPullable()
|
/aosp12/frameworks/av/services/mediametrics/ |
H A D | MediaMetricsService.h | 107 static bool isPullable(const std::string &key);
|
H A D | MediaMetricsService.cpp | 474 if (isPullable(item->getKey())) { in saveItem() 535 bool MediaMetricsService::isPullable(const std::string &key) in isPullable() function in android::MediaMetricsService
|
/aosp12/packages/services/Telephony/src/com/android/services/telephony/ |
H A D | TelephonyConnection.java | 1429 isExternalConnection() && isPullable()); in updateConnectionCapabilities() 2631 private boolean isPullable() { in isPullable() method in TelephonyConnection
|