/frameworks/base/telephony/java/android/telephony/ims/feature/ |
D | MmTelFeature.java | 395 private void executeMethodAsync(Runnable r, String errorLogName) throws RemoteException { 400 Log.w(LOG_TAG, "MmTelFeature Binder - " + errorLogName + " exception: " 406 private void executeMethodAsyncNoException(Runnable r, String errorLogName) { 411 Log.w(LOG_TAG, "MmTelFeature Binder - " + errorLogName + " exception: " 416 private void executeMethodAsyncNoException(Runnable r, String errorLogName, 422 Log.w(LOG_TAG, "MmTelFeature Binder - " + errorLogName + " exception: " 428 String errorLogName) throws RemoteException { 434 Log.w(LOG_TAG, "MmTelFeature Binder - " + errorLogName + " exception: " 441 String errorLogName) { 447 Log.w(LOG_TAG, "MmTelFeature Binder - " + errorLogName + " exception: " [all …]
|
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()
|
/frameworks/base/telephony/java/android/telephony/ims/stub/ |
D | ImsEcbmImplBase.java | 85 private void executeMethodAsync(Runnable r, String errorLogName) { 90 Log.w(TAG, "ImsEcbmImplBase Binder - " + errorLogName + " exception: "
|
D | ImsMultiEndpointImplBase.java | 89 private void executeMethodAsync(Runnable r, String errorLogName) { 94 Log.w(TAG, "ImsMultiEndpointImplBase Binder - " + errorLogName + " exception: "
|
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: "
|
D | ImsRegistrationImplBase.java | 294 private void executeMethodAsync(Runnable r, String errorLogName) throws RemoteException { 299 Log.w(LOG_TAG, "ImsRegistrationImplBase Binder - " + errorLogName + " exception: " 305 private void executeMethodAsyncNoException(Runnable r, String errorLogName) { 310 Log.w(LOG_TAG, "ImsRegistrationImplBase Binder - " + errorLogName + " exception: " 316 String errorLogName) throws RemoteException { 322 Log.w(LOG_TAG, "ImsRegistrationImplBase Binder - " + errorLogName + " exception: "
|
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: "
|
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()
|
/frameworks/base/telephony/java/android/telephony/ims/ |
D | ImsService.java | 647 private void executeMethodAsync(Runnable r, String errorLogName) { in executeMethodAsync() argument 653 Log.w(LOG_TAG, "ImsService Binder - " + errorLogName + " exception: " in executeMethodAsync() 658 private <T> T executeMethodAsyncForResult(Supplier<T> r, String errorLogName) { in executeMethodAsyncForResult() argument 664 Log.w(LOG_TAG, "ImsService Binder - " + errorLogName + " exception: " in executeMethodAsyncForResult()
|
/frameworks/base/telephony/java/android/telephony/ |
D | DomainSelectionService.java | 821 @NonNull String tag, @NonNull String errorLogName) throws RemoteException { in executeMethodAsync() argument 826 Rlog.w(tag, "Binder - " + errorLogName + " exception: " + e.getMessage()); in executeMethodAsync() 832 @NonNull String tag, @NonNull String errorLogName) { in executeMethodAsyncNoException() argument 837 Rlog.w(tag, "Binder - " + errorLogName + " exception: " + e.getMessage()); in executeMethodAsyncNoException()
|
/frameworks/base/telephony/java/android/telephony/satellite/stub/ |
D | SatelliteImplBase.java | 283 private void executeMethodAsync(Runnable r, String errorLogName) throws RemoteException { 288 Log.w(TAG, "SatelliteImplBase Binder - " + errorLogName + " exception: "
|