Searched refs:shouldProcessCall (Results 1 – 7 of 7) sorted by relevance
48 int shouldProcessCall(in String[] uris); in shouldProcessCall() method
676 public @MmTelFeature.ProcessCallResult int shouldProcessCall(boolean isEmergency, in shouldProcessCall() method in MmTelFeatureConnection686 return getServiceInterface(mBinder).shouldProcessCall(numbers); in shouldProcessCall()
3325 public @MmTelFeature.ProcessCallResult int shouldProcessCall(boolean isEmergency, in shouldProcessCall() method in ImsManager3329 return c.shouldProcessCall(isEmergency, numbers); in shouldProcessCall()
163 public int shouldProcessCall(String[] numbers) {165 MmTelFeature.this.shouldProcessCall(numbers), "shouldProcessCall");1617 public @ProcessCallResult int shouldProcessCall(@NonNull String[] numbers) { in shouldProcessCall() method in MmTelFeature
1022 assertThrows(ImsException.class, () -> imsManager.shouldProcessCall(true, new String[1])); in testShouldProcessCall_ThrowsExceptionIfServiceIsStillInitializing()1029 int ret = imsManager.shouldProcessCall(true, new String[1]); in testShouldProcessCall_DoesNotThrowExceptionWhenServiceInitialized()
1834 processCallResult = mImsManager.shouldProcessCall(isEmergency, in shouldNumberBePlacedOnIms()
17353 method public int shouldProcessCall(@NonNull String[]);