Home
last modified time | relevance | path

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

/development/samples/browseable/BasicManagedProfile/src/com.example.android.basicmanagedprofile/
DBasicDeviceAdminReceiver.java38 Intent launch = new Intent(context, EnableProfileActivity.class); in onProfileProvisioningComplete()
DEnableProfileActivity.java31 public class EnableProfileActivity extends Activity implements View.OnClickListener { class
/development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/
DEnforcerDeviceAdminReceiver.java38 Intent launch = new Intent(context, EnableProfileActivity.class); in onProfileProvisioningComplete()
DEnableProfileActivity.java30 public class EnableProfileActivity extends FragmentActivity { class