Home
last modified time | relevance | path

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

/frameworks/base/telephony/common/com/android/internal/telephony/util/
DTelephonyUtils.java100 public static void runWithCleanCallingIdentity( in runWithCleanCallingIdentity() method in TelephonyUtils
119 public static <T> T runWithCleanCallingIdentity( in runWithCleanCallingIdentity() method in TelephonyUtils
/frameworks/base/telephony/java/android/telephony/ims/feature/
DRcsFeature.java161 () -> TelephonyUtils.runWithCleanCallingIdentity(r), mExecutor).join(); in executeMethodAsync()
174 () -> TelephonyUtils.runWithCleanCallingIdentity(r), mExecutor); in executeMethodAsyncForResult()