Home
last modified time | relevance | path

Searched refs:errorLogName (Results 1 – 11 of 11) sorted by relevance

/aosp14/frameworks/base/telephony/java/android/telephony/ims/stub/
H A DImsRegistrationImplBase.java268 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 DImsUtImplBase.java282 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 DImsEcbmImplBase.java85 private void executeMethodAsync(Runnable r, String errorLogName) {
90 Log.w(TAG, "ImsEcbmImplBase Binder - " + errorLogName + " exception: "
H A DImsMultiEndpointImplBase.java89 private void executeMethodAsync(Runnable r, String errorLogName) {
94 Log.w(TAG, "ImsMultiEndpointImplBase Binder - " + errorLogName + " exception: "
H A DImsCallSessionImplBase.java385 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 DImsConfigImplBase.java498 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 DMmTelFeature.java398 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 DRcsFeature.java157 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 DSatelliteImplBase.java217 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 DDomainSelectionService.java797 @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 DImsService.java618 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()