/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/tools/motion/motion_test_watcher_app/ |
D | .gitignore | 19 *.launch 27 !.vscode/launch.json
|
D | README.md | 21 then launch the golden updater via
|
/development/tools/winscope/ |
D | .gitignore | 22 *.launch 30 !.vscode/launch.json
|
/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/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/UiAutomator/ |
D | README | 4 All Apps view and select and application to launch. Then we will
|
/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()
|
/development/samples/VirtualDeviceManager/ |
D | README.md | 24 launch apps on the virtual device, which are streamed to the client. 110 1. They should find each other and connect automatically. On the first launch 138 - Clicking an app icon will create a new virtual display, launch the app there 143 display to launch the app on instead of creating a new one. 146 new virtual display, launch the secondary home activity there and start
|
/development/samples/VirtualDeviceManager/client/src/com/example/android/vdmdemo/client/ |
D | MainActivity.java | 159 mRequestPermissionLauncher.launch(android.Manifest.permission.RECORD_AUDIO); in onResume()
|
D | DisplayAdapter.java | 347 mFullscreenLauncher.launch(intent); in onBind()
|