Home
last modified time | relevance | path

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

/cts/tests/tests/vcn/src/android/net/vcn/cts/
DVcnManagerTest.java374 CarrierPrivilegeUtils.withCarrierPrivilegesForShell(mContext, subId, () -> { in testVcnManagedNetworkLosesNotVcnManagedCapability()
452 CarrierPrivilegeUtils.withCarrierPrivilegesForShell(mContext, subId, () -> { in testSetVcnConfigOnTestNetwork()
573 CarrierPrivilegeUtils.withCarrierPrivilegesForShell(mContext, subId, () -> { in testVcnMigrationAfterNetworkDies()
672 CarrierPrivilegeUtils.withCarrierPrivilegesForShell(mContext, subId, () -> { in testVcnSafemodeOnTestNetwork()
/cts/tests/tests/telephony/current/src/android/telephony/cts/util/
DCarrierPrivilegeUtils.java186 public static void withCarrierPrivilegesForShell(Context c, int subId, ThrowingRunnable action) in withCarrierPrivilegesForShell() method in CarrierPrivilegeUtils