Home
last modified time | relevance | path

Searched defs:errorLogName (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/telephony/java/android/telephony/ims/feature/
H A DRcsFeature.java157 private void executeMethodAsync(Runnable r, String errorLogName) in executeMethodAsync()
172 String errorLogName) throws RemoteException { in executeMethodAsyncForResult()
/aosp14/frameworks/base/telephony/java/android/telephony/ims/
H A DImsService.java618 private void executeMethodAsync(Runnable r, String errorLogName) { in executeMethodAsync()
629 private <T> T executeMethodAsyncForResult(Supplier<T> r, String errorLogName) { in executeMethodAsyncForResult()
/aosp14/frameworks/base/telephony/java/android/telephony/ims/stub/
H A DImsConfigImplBase.java498 private void executeMethodAsync(Runnable r, String errorLogName) throws RemoteException { in executeMethodAsync()
510 String errorLogName) throws RemoteException { in executeMethodAsyncForResult()
/aosp14/frameworks/base/telephony/java/android/telephony/
H A DDomainSelectionService.java797 @NonNull String tag, @NonNull String errorLogName) throws RemoteException { in executeMethodAsync()
808 @NonNull String tag, @NonNull String errorLogName) { in executeMethodAsyncNoException()