Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DByodHelperActivity.java274 Intent installPersonalProfileIntent = new Intent(ACTION_INSTALL_APK_IN_PRIMARY); in onCreate() local
276 startActivityForResult(installPersonalProfileIntent, REQUEST_INSTALL_PACKAGE); in onCreate()