Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/cts/util/
DCarrierPrivilegeUtils.java175 public static void withCarrierPrivileges(Context c, int subId, ThrowingRunnable action) in withCarrierPrivileges() method in CarrierPrivilegeUtils
196 public static <R> R withCarrierPrivileges(Context c, int subId, ThrowingSupplier<R> action) in withCarrierPrivileges() method in CarrierPrivilegeUtils
/cts/tests/tests/vcn/src/android/net/vcn/cts/
DVcnManagerTest.java163 CarrierPrivilegeUtils.withCarrierPrivileges(mContext, dataSubId, () -> { in testSetVcnConfig_withCarrierPrivileges()
181 CarrierPrivilegeUtils.withCarrierPrivileges(mContext, dataSubId, () -> { in testClearVcnConfig_withCarrierPrivileges()
300 CarrierPrivilegeUtils.withCarrierPrivileges(mContext, subId, () -> { in registerVcnStatusCallbackForSubId()