Home
last modified time | relevance | path

Searched refs:shouldProcessCall (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/telephony/java/android/telephony/ims/feature/
DMmTelFeature.java104 public int shouldProcessCall(String[] numbers) {
106 return MmTelFeature.this.shouldProcessCall(numbers);
668 public @ProcessCallResult int shouldProcessCall(@NonNull String[] numbers) { in shouldProcessCall() method in MmTelFeature
/frameworks/base/telephony/java/android/telephony/ims/aidl/
DIImsMmTelFeature.aidl41 int shouldProcessCall(in String[] uris); in shouldProcessCall() method
/frameworks/opt/net/ims/src/java/com/android/ims/
DMmTelFeatureConnection.java538 public @MmTelFeature.ProcessCallResult int shouldProcessCall(boolean isEmergency, in shouldProcessCall() method in MmTelFeatureConnection
548 return getServiceInterface(mBinder).shouldProcessCall(numbers); in shouldProcessCall()
DImsManager.java2559 public @MmTelFeature.ProcessCallResult int shouldProcessCall(boolean isEmergency, in shouldProcessCall() method in ImsManager
2562 return mMmTelFeatureConnection.shouldProcessCall(isEmergency, numbers); in shouldProcessCall()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java1280 processCallResult = mImsManager.shouldProcessCall(isEmergency, in shouldNumberBePlacedOnIms()
/frameworks/base/telephony/api/
Dsystem-current.txt1850 method public int shouldProcessCall(@NonNull String[]);
/frameworks/base/api/
Dtest-current.txt3865 …oid.telephony.ims.feature.MmTelFeature.ProcessCallResult public int shouldProcessCall(@NonNull Str…
Dsystem-current.txt10076 …oid.telephony.ims.feature.MmTelFeature.ProcessCallResult public int shouldProcessCall(@NonNull Str…
/frameworks/base/non-updatable-api/
Dsystem-current.txt9974 …oid.telephony.ims.feature.MmTelFeature.ProcessCallResult public int shouldProcessCall(@NonNull Str…