/aosp14/frameworks/base/telephony/java/android/telephony/ims/stub/ |
H A D | ImsRegistrationImplBase.java | 268 private void executeMethodAsync(Runnable r, String errorLogName) throws RemoteException { 273 Log.w(LOG_TAG, "ImsRegistrationImplBase Binder - " + errorLogName + " exception: " 279 private void executeMethodAsyncNoException(Runnable r, String errorLogName) { 284 Log.w(LOG_TAG, "ImsRegistrationImplBase Binder - " + errorLogName + " exception: " 290 String errorLogName) throws RemoteException { 296 Log.w(LOG_TAG, "ImsRegistrationImplBase Binder - " + errorLogName + " exception: "
|
H A D | ImsUtImplBase.java | 282 private void executeMethodAsync(Runnable r, String errorLogName) throws RemoteException { 287 Log.w(TAG, "ImsUtImplBase Binder - " + errorLogName + " exception: " 294 String errorLogName) throws RemoteException { 300 Log.w(TAG, "ImsUtImplBase Binder - " + errorLogName + " exception: "
|
H A D | ImsEcbmImplBase.java | 85 private void executeMethodAsync(Runnable r, String errorLogName) { 90 Log.w(TAG, "ImsEcbmImplBase Binder - " + errorLogName + " exception: "
|
H A D | ImsMultiEndpointImplBase.java | 89 private void executeMethodAsync(Runnable r, String errorLogName) { 94 Log.w(TAG, "ImsMultiEndpointImplBase Binder - " + errorLogName + " exception: "
|
H A D | ImsCallSessionImplBase.java | 385 private void executeMethodAsync(Runnable r, String errorLogName) { 390 Log.w(LOG_TAG, "ImsCallSessionImplBase Binder - " + errorLogName + " exception: " 396 String errorLogName) { 402 Log.w(LOG_TAG, "ImsCallSessionImplBase Binder - " + errorLogName + " exception: "
|
H A D | ImsConfigImplBase.java | 498 private void executeMethodAsync(Runnable r, String errorLogName) throws RemoteException { in executeMethodAsync() argument 503 Log.w(TAG, "ImsConfigImplBase Binder - " + errorLogName + " exception: " in executeMethodAsync() 510 String errorLogName) throws RemoteException { in executeMethodAsyncForResult() argument 516 Log.w(TAG, "ImsConfigImplBase Binder - " + errorLogName + " exception: " in executeMethodAsyncForResult()
|
/aosp14/frameworks/base/telephony/java/android/telephony/ims/feature/ |
H A D | MmTelFeature.java | 398 Log.w(LOG_TAG, "MmTelFeature Binder - " + errorLogName + " exception: " 404 private void executeMethodAsyncNoException(Runnable r, String errorLogName) { 409 Log.w(LOG_TAG, "MmTelFeature Binder - " + errorLogName + " exception: " 414 private void executeMethodAsyncNoException(Runnable r, String errorLogName, 420 Log.w(LOG_TAG, "MmTelFeature Binder - " + errorLogName + " exception: " 426 String errorLogName) throws RemoteException { 432 Log.w(LOG_TAG, "MmTelFeature Binder - " + errorLogName + " exception: " 439 String errorLogName) { 445 Log.w(LOG_TAG, "MmTelFeature Binder - " + errorLogName + " exception: " 452 String errorLogName, Executor executor) { [all …]
|
H A D | RcsFeature.java | 157 private void executeMethodAsync(Runnable r, String errorLogName) in executeMethodAsync() argument 165 Log.w(LOG_TAG, "RcsFeatureBinder - " + errorLogName + " exception: " in executeMethodAsync() 172 String errorLogName) throws RemoteException { in executeMethodAsyncForResult() argument 180 Log.w(LOG_TAG, "RcsFeatureBinder - " + errorLogName + " exception: " in executeMethodAsyncForResult()
|
/aosp14/frameworks/base/telephony/java/android/telephony/satellite/stub/ |
H A D | SatelliteImplBase.java | 217 private void executeMethodAsync(Runnable r, String errorLogName) throws RemoteException { 222 Log.w(TAG, "SatelliteImplBase Binder - " + errorLogName + " exception: "
|
/aosp14/frameworks/base/telephony/java/android/telephony/ |
H A D | DomainSelectionService.java | 797 @NonNull String tag, @NonNull String errorLogName) throws RemoteException { in executeMethodAsync() argument 802 Rlog.w(tag, "Binder - " + errorLogName + " exception: " + e.getMessage()); in executeMethodAsync() 808 @NonNull String tag, @NonNull String errorLogName) { in executeMethodAsyncNoException() argument 813 Rlog.w(tag, "Binder - " + errorLogName + " exception: " + e.getMessage()); in executeMethodAsyncNoException()
|
/aosp14/frameworks/base/telephony/java/android/telephony/ims/ |
H A D | ImsService.java | 618 private void executeMethodAsync(Runnable r, String errorLogName) { in executeMethodAsync() argument 624 Log.w(LOG_TAG, "ImsService Binder - " + errorLogName + " exception: " in executeMethodAsync() 629 private <T> T executeMethodAsyncForResult(Supplier<T> r, String errorLogName) { in executeMethodAsyncForResult() argument 635 Log.w(LOG_TAG, "ImsService Binder - " + errorLogName + " exception: " in executeMethodAsyncForResult()
|