Home
last modified time | relevance | path

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

/development/samples/browseable/BasicManagedProfile/src/com.example.android.basicmanagedprofile/
DBasicDeviceAdminReceiver.java38 Intent launch = new Intent(context, EnableProfileActivity.class); in onProfileProvisioningComplete() local
/development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/
DEnforcerDeviceAdminReceiver.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
/development/samples/ShortcutDemo/launcher/src/com/example/android/pm/shortcutlauncherdemo/
DShortcutListFragment.java118 private void launch(ShortcutInfo si) { in launch() method in ShortcutListFragment
/development/samples/MultiDisplay/src/com/example/android/multidisplay/launcher/
DLauncherActivity.java200 void launch(Intent launchIntent) { in launch() method in LauncherActivity
/development/samples/ShortcutDemo/publisher/src/com/example/android/pm/shortcutdemo/
DShortcutPublisher.java294 void launch(ShortcutInfo si) { in launch() method in ShortcutPublisher