Home
last modified time | relevance | path

Searched defs:launch (Results 1 – 4 of 4) sorted by relevance

/development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/
DEnforcerDeviceAdminReceiver.java38 Intent launch = new Intent(context, EnableProfileActivity.class); in onProfileProvisioningComplete() local
/development/samples/browseable/BasicManagedProfile/src/com.example.android.basicmanagedprofile/
DBasicDeviceAdminReceiver.java38 Intent launch = new Intent(context, EnableProfileActivity.class); in onProfileProvisioningComplete() local
/development/samples/browseable/DeviceOwner/src/com.example.android.deviceowner/
DDeviceOwnerReceiver.java43 Intent launch = new Intent(context, MainActivity.class); in onProfileProvisioningComplete() local
/development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/ui/
DDetailActivity.java41 public static void launch(Activity activity, String attraction, View heroView) { in launch() method in DetailActivity