Home
last modified time | relevance | path

Searched refs:ACTION_CROSS_PROFILE_TO_WORK (Results 1 – 3 of 3) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DCrossProfileTestActivity.java40 public static final String ACTION_CROSS_PROFILE_TO_WORK = field in CrossProfileTestActivity
DDeviceAdminTestReceiver.java192 filter.addAction(CrossProfileTestActivity.ACTION_CROSS_PROFILE_TO_WORK); in setupProfile()
DByodFlowTestActivity.java391 Intent intent = new Intent(CrossProfileTestActivity.ACTION_CROSS_PROFILE_TO_WORK); in setupTests()