Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/ims/aidl/
DIImsMmTelFeature.aidl48 int shouldProcessCall(in String[] uris); in shouldProcessCall() method
/frameworks/opt/net/ims/src/java/com/android/ims/
DMmTelFeatureConnection.java676 public @MmTelFeature.ProcessCallResult int shouldProcessCall(boolean isEmergency, in shouldProcessCall() method in MmTelFeatureConnection
686 return getServiceInterface(mBinder).shouldProcessCall(numbers); in shouldProcessCall()
DImsManager.java3325 public @MmTelFeature.ProcessCallResult int shouldProcessCall(boolean isEmergency, in shouldProcessCall() method in ImsManager
3329 return c.shouldProcessCall(isEmergency, numbers); in shouldProcessCall()
/frameworks/base/telephony/java/android/telephony/ims/feature/
DMmTelFeature.java163 public int shouldProcessCall(String[] numbers) {
165 MmTelFeature.this.shouldProcessCall(numbers), "shouldProcessCall");
1617 public @ProcessCallResult int shouldProcessCall(@NonNull String[] numbers) { in shouldProcessCall() method in MmTelFeature
/frameworks/opt/net/ims/tests/src/com/android/ims/
DImsManagerTest.java1022 assertThrows(ImsException.class, () -> imsManager.shouldProcessCall(true, new String[1])); in testShouldProcessCall_ThrowsExceptionIfServiceIsStillInitializing()
1029 int ret = imsManager.shouldProcessCall(true, new String[1]); in testShouldProcessCall_DoesNotThrowExceptionWhenServiceInitialized()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java1834 processCallResult = mImsManager.shouldProcessCall(isEmergency, in shouldNumberBePlacedOnIms()
/frameworks/base/core/api/
Dsystem-current.txt17353 method public int shouldProcessCall(@NonNull String[]);