HomeSort by relevance Sort by last modified time
    Searched refs:CrossProfileTestActivity (Results 1 - 4 of 4) sorted by null

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
CrossProfileTestActivity.java 36 public class CrossProfileTestActivity extends Activity {
65 CrossProfileTestActivity.this.finish();
DeviceAdminTestReceiver.java 165 filter.addAction(CrossProfileTestActivity.ACTION_CROSS_PROFILE_TO_WORK);
193 filter.addAction(CrossProfileTestActivity.ACTION_CROSS_PROFILE_TO_PERSONAL);
ByodHelperActivity.java 347 CrossProfileTestActivity.ACTION_CROSS_PROFILE_TO_PERSONAL));
576 toSend.putExtra(CrossProfileTestActivity.EXTRA_STARTED_FROM_WORK, true);
ByodFlowTestActivity.java 338 Intent intent = new Intent(CrossProfileTestActivity.ACTION_CROSS_PROFILE_TO_WORK);
339 intent.putExtra(CrossProfileTestActivity.EXTRA_STARTED_FROM_WORK, false);
    [all...]

Completed in 3304 milliseconds