Searched refs:executeMethodAsyncNoException (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ims/feature/ |
D | MmTelFeature.java | 120 executeMethodAsyncNoException(() -> MmTelFeature.this.setListener(l), "setListener"); 250 executeMethodAsyncNoException(() -> MmTelFeature.this 256 executeMethodAsyncNoException(() -> MmTelFeature.this 263 executeMethodAsyncNoException(() -> MmTelFeature.this 271 executeMethodAsyncNoException(() -> queryCapabilityConfigurationInternal( 279 executeMethodAsyncNoException(() -> setMediaThreshold(sessionType, mediaThreshold), 282 executeMethodAsyncNoException(() -> clearMediaThreshold(sessionType), 297 executeMethodAsyncNoException(() -> MmTelFeature.this.setSmsListener(l), 304 executeMethodAsyncNoException(() -> MmTelFeature.this 311 executeMethodAsyncNoException(() -> MmTelFeature.this [all …]
|
/frameworks/base/telephony/java/android/telephony/ |
D | DomainSelectionService.java | 588 executeMethodAsyncNoException(mExecutor, in onWwanSelected() 620 executeMethodAsyncNoException(mExecutor, in onCompleted() 654 executeMethodAsyncNoException(mExecutor, in reselectDomain() 663 executeMethodAsyncNoException(mExecutor, in finishSelection() 742 executeMethodAsyncNoException(mExecutor, in onComplete() 805 executeMethodAsyncNoException(getCachedExecutor(), 813 executeMethodAsyncNoException(getCachedExecutor(), 831 private void executeMethodAsyncNoException(@NonNull Executor executor, @NonNull Runnable r, in executeMethodAsyncNoException() method in DomainSelectionService
|
/frameworks/base/telephony/java/android/telephony/ims/stub/ |
D | ImsRegistrationImplBase.java | 269 executeMethodAsyncNoException(() -> ImsRegistrationImplBase.this 276 executeMethodAsyncNoException(() -> ImsRegistrationImplBase.this 282 executeMethodAsyncNoException(() -> ImsRegistrationImplBase.this 288 executeMethodAsyncNoException(() -> ImsRegistrationImplBase.this 305 private void executeMethodAsyncNoException(Runnable r, String errorLogName) {
|