Home
last modified time | relevance | path

Searched refs:runWithCleanCallingIdentity (Results 1 – 13 of 13) sorted by relevance

/aosp14/frameworks/base/telephony/java/android/telephony/ims/
H A DImsCallSession.java1268 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 DImsService.java621 () -> TelephonyUtils.runWithCleanCallingIdentity(r), in executeMethodAsync()
631 () -> TelephonyUtils.runWithCleanCallingIdentity(r), getCachedExecutor()); in executeMethodAsyncForResult()
/aosp14/frameworks/base/telephony/common/com/android/internal/telephony/util/
H A DTelephonyUtils.java106 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 DImsRegistrationImplBase.java271 () -> TelephonyUtils.runWithCleanCallingIdentity(r), mExecutor).join();
282 () -> TelephonyUtils.runWithCleanCallingIdentity(r), mExecutor).join();
292 () -> TelephonyUtils.runWithCleanCallingIdentity(r), mExecutor);
H A DImsUtImplBase.java285 () -> TelephonyUtils.runWithCleanCallingIdentity(r), mExecutor).join();
296 () -> TelephonyUtils.runWithCleanCallingIdentity(r), mExecutor);
H A DImsEcbmImplBase.java88 () -> TelephonyUtils.runWithCleanCallingIdentity(r), mExecutor).join();
H A DImsMultiEndpointImplBase.java92 () -> TelephonyUtils.runWithCleanCallingIdentity(r), mExecutor).join();
H A DImsCallSessionImplBase.java388 () -> TelephonyUtils.runWithCleanCallingIdentity(r), mExecutor).join();
398 () -> TelephonyUtils.runWithCleanCallingIdentity(r), mExecutor);
H A DImsConfigImplBase.java501 () -> 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 DMmTelFeature.java396 () -> 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 DRcsFeature.java163 () -> 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 DSatelliteImplBase.java220 () -> TelephonyUtils.runWithCleanCallingIdentity(r), mExecutor).join();
/aosp14/frameworks/base/telephony/java/android/telephony/
H A DDomainSelectionService.java800 () -> TelephonyUtils.runWithCleanCallingIdentity(r), executor).join(); in executeMethodAsync()
811 () -> TelephonyUtils.runWithCleanCallingIdentity(r), executor).join(); in executeMethodAsyncNoException()