Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/ims/feature/
DMmTelFeature.java395 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 …]
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()
/frameworks/base/telephony/java/android/telephony/ims/stub/
DImsEcbmImplBase.java85 private void executeMethodAsync(Runnable r, String errorLogName) {
90 Log.w(TAG, "ImsEcbmImplBase Binder - " + errorLogName + " exception: "
DImsMultiEndpointImplBase.java89 private void executeMethodAsync(Runnable r, String errorLogName) {
94 Log.w(TAG, "ImsMultiEndpointImplBase Binder - " + errorLogName + " exception: "
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: "
DImsRegistrationImplBase.java294 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: "
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: "
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()
/frameworks/base/telephony/java/android/telephony/ims/
DImsService.java647 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/
DDomainSelectionService.java821 @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/
DSatelliteImplBase.java283 private void executeMethodAsync(Runnable r, String errorLogName) throws RemoteException {
288 Log.w(TAG, "SatelliteImplBase Binder - " + errorLogName + " exception: "