/development/samples/browseable/BasicManagedProfile/src/com.example.android.basicmanagedprofile/ |
D | BasicDeviceAdminReceiver.java | 38 Intent launch = new Intent(context, EnableProfileActivity.class); in onProfileProvisioningComplete() local 39 launch.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in onProfileProvisioningComplete() 40 context.startActivity(launch); in onProfileProvisioningComplete()
|
/development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/ |
D | EnforcerDeviceAdminReceiver.java | 38 Intent launch = new Intent(context, EnableProfileActivity.class); in onProfileProvisioningComplete() local 39 launch.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in onProfileProvisioningComplete() 40 context.startActivity(launch); in onProfileProvisioningComplete()
|
/development/samples/browseable/DeviceOwner/src/com.example.android.deviceowner/ |
D | DeviceOwnerReceiver.java | 43 Intent launch = new Intent(context, MainActivity.class); in onProfileProvisioningComplete() local 44 launch.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in onProfileProvisioningComplete() 45 context.startActivity(launch); in onProfileProvisioningComplete()
|
/development/samples/IntentPlayground/src/com/example/android/intentplayground/ |
D | TestBase.java | 83 Intent launch = nextIntents.remove(0) in startActivities() 87 Log.d(TAG, "Launching " + launch.getComponent().toString()); in startActivities() 89 mContext.startActivity(launch); in startActivities()
|
/development/samples/ShortcutDemo/launcher/src/com/example/android/pm/shortcutlauncherdemo/ |
D | ShortcutListFragment.java | 118 private void launch(ShortcutInfo si) { in launch() method in ShortcutListFragment 220 return R.id.launch; in getLaunchId() 245 launch(si); in onLaunchClicked()
|
D | BaseActivityListFragment.java | 152 final View v = view.findViewById(R.id.launch); in bindView() 186 case R.id.launch: in onClick()
|
/development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/ui/ |
D | DetailActivity.java | 41 public static void launch(Activity activity, String attraction, View heroView) { in launch() method in DetailActivity
|
D | AttractionListFragment.java | 194 DetailActivity.launch( in onItemClick()
|
/development/samples/MultiDisplay/src/com/example/android/multidisplay/launcher/ |
D | LauncherActivity.java | 120 launch(entry.getLaunchIntent()); in onCreate() 133 launch(entry.getLaunchIntent()); in onCreate() 200 void launch(Intent launchIntent) { in launch() method in LauncherActivity
|
/development/samples/UiAutomator/ |
D | README | 4 All Apps view and select and application to launch. Then we will
|
/development/samples/ShortcutDemo/publisher/src/com/example/android/pm/shortcutdemo/ |
D | ShortcutPublisher.java | 294 void launch(ShortcutInfo si) { in launch() method in ShortcutPublisher 372 return R.id.launch; in getLaunchId() 397 launch(si); in onLaunchClicked()
|
/development/samples/browseable/WatchFace/ |
D | _index.jd | 14 Configurations to "Do not launch Activity" for both the Wear and Application modules. If you are
|
/development/samples/TicTacToeMain/ |
D | README.txt | 40 - In ADT, just open import both projects and launch the main project.
|
/development/apps/Development/src/com/android/development/ |
D | ShowActivity.java | 60 mLaunch = (TextView)findViewById(R.id.launch); in onCreate()
|