Searched refs:runWithCleanCallingIdentity (Results 1 – 13 of 13) sorted by relevance
/aosp14/frameworks/base/telephony/java/android/telephony/ims/ |
H A D | ImsCallSession.java | 1268 TelephonyUtils.runWithCleanCallingIdentity(()-> { in callSessionInitiating() 1277 TelephonyUtils.runWithCleanCallingIdentity(()-> { in callSessionProgressing() 1286 TelephonyUtils.runWithCleanCallingIdentity(()-> { in callSessionInitiated() 1295 TelephonyUtils.runWithCleanCallingIdentity(()-> { in callSessionInitiatingFailed() 1304 TelephonyUtils.runWithCleanCallingIdentity(()-> { in callSessionInitiatedFailed() 1313 TelephonyUtils.runWithCleanCallingIdentity(()-> { in callSessionTerminated() 1325 TelephonyUtils.runWithCleanCallingIdentity(()-> { in callSessionHeld() 1334 TelephonyUtils.runWithCleanCallingIdentity(()-> { in callSessionHoldFailed() 1343 TelephonyUtils.runWithCleanCallingIdentity(()-> { in callSessionHoldReceived() 1352 TelephonyUtils.runWithCleanCallingIdentity(()-> { in callSessionResumed() [all …]
|
H A D | ImsService.java | 621 () -> TelephonyUtils.runWithCleanCallingIdentity(r), in executeMethodAsync() 631 () -> TelephonyUtils.runWithCleanCallingIdentity(r), getCachedExecutor()); in executeMethodAsyncForResult()
|
/aosp14/frameworks/base/telephony/common/com/android/internal/telephony/util/ |
H A D | TelephonyUtils.java | 106 public static void runWithCleanCallingIdentity( in runWithCleanCallingIdentity() method in TelephonyUtils 124 public static void runWithCleanCallingIdentity( in runWithCleanCallingIdentity() method in TelephonyUtils 128 executor.execute(() -> runWithCleanCallingIdentity(action)); in runWithCleanCallingIdentity() 130 runWithCleanCallingIdentity(action); in runWithCleanCallingIdentity() 144 public static <T> T runWithCleanCallingIdentity( in runWithCleanCallingIdentity() method in TelephonyUtils
|
/aosp14/frameworks/base/telephony/java/android/telephony/ims/stub/ |
H A D | ImsRegistrationImplBase.java | 271 () -> TelephonyUtils.runWithCleanCallingIdentity(r), mExecutor).join(); 282 () -> TelephonyUtils.runWithCleanCallingIdentity(r), mExecutor).join(); 292 () -> TelephonyUtils.runWithCleanCallingIdentity(r), mExecutor);
|
H A D | ImsUtImplBase.java | 285 () -> TelephonyUtils.runWithCleanCallingIdentity(r), mExecutor).join(); 296 () -> TelephonyUtils.runWithCleanCallingIdentity(r), mExecutor);
|
H A D | ImsEcbmImplBase.java | 88 () -> TelephonyUtils.runWithCleanCallingIdentity(r), mExecutor).join();
|
H A D | ImsMultiEndpointImplBase.java | 92 () -> TelephonyUtils.runWithCleanCallingIdentity(r), mExecutor).join();
|
H A D | ImsCallSessionImplBase.java | 388 () -> TelephonyUtils.runWithCleanCallingIdentity(r), mExecutor).join(); 398 () -> TelephonyUtils.runWithCleanCallingIdentity(r), mExecutor);
|
H A D | ImsConfigImplBase.java | 501 () -> TelephonyUtils.runWithCleanCallingIdentity(r), mExecutor).join(); in executeMethodAsync() 512 () -> TelephonyUtils.runWithCleanCallingIdentity(r), mExecutor); in executeMethodAsyncForResult()
|
/aosp14/frameworks/base/telephony/java/android/telephony/ims/feature/ |
H A D | MmTelFeature.java | 396 () -> TelephonyUtils.runWithCleanCallingIdentity(r), mExecutor).join(); 407 () -> TelephonyUtils.runWithCleanCallingIdentity(r), mExecutor).join(); 418 () -> TelephonyUtils.runWithCleanCallingIdentity(r), executor).join(); 428 () -> TelephonyUtils.runWithCleanCallingIdentity(r), mExecutor); 441 () -> TelephonyUtils.runWithCleanCallingIdentity(r), mExecutor); 454 () -> TelephonyUtils.runWithCleanCallingIdentity(r), executor);
|
H A D | RcsFeature.java | 163 () -> TelephonyUtils.runWithCleanCallingIdentity(r), mExecutor).join(); in executeMethodAsync() 176 () -> TelephonyUtils.runWithCleanCallingIdentity(r), mExecutor); in executeMethodAsyncForResult()
|
/aosp14/frameworks/base/telephony/java/android/telephony/satellite/stub/ |
H A D | SatelliteImplBase.java | 220 () -> TelephonyUtils.runWithCleanCallingIdentity(r), mExecutor).join();
|
/aosp14/frameworks/base/telephony/java/android/telephony/ |
H A D | DomainSelectionService.java | 800 () -> TelephonyUtils.runWithCleanCallingIdentity(r), executor).join(); in executeMethodAsync() 811 () -> TelephonyUtils.runWithCleanCallingIdentity(r), executor).join(); in executeMethodAsyncNoException()
|