Home
last modified time | relevance | path

Searched refs:launch (Results 1 – 15 of 15) sorted by relevance

/development/samples/browseable/BasicManagedProfile/src/com.example.android.basicmanagedprofile/
DBasicDeviceAdminReceiver.java38 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/
DEnforcerDeviceAdminReceiver.java38 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/
DDeviceOwnerReceiver.java43 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/
DTestBase.java83 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/
DShortcutListFragment.java118 private void launch(ShortcutInfo si) { in launch() method in ShortcutListFragment
220 return R.id.launch; in getLaunchId()
245 launch(si); in onLaunchClicked()
DBaseActivityListFragment.java152 final View v = view.findViewById(R.id.launch); in bindView()
186 case R.id.launch: in onClick()
/development/samples/MultiDisplay/src/com/example/android/multidisplay/launcher/
DLauncherActivity.java120 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/
DShortcutPublisher.java294 void launch(ShortcutInfo si) { in launch() method in ShortcutPublisher
372 return R.id.launch; in getLaunchId()
397 launch(si); in onLaunchClicked()
/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
DAttractionListFragment.java194 DetailActivity.launch( in onItemClick()
/development/samples/UiAutomator/
DREADME4 All Apps view and select and application to launch. Then we will
/development/samples/browseable/WatchFace/
D_index.jd14 Configurations to "Do not launch Activity" for both the Wear and Application modules. If you are
/development/samples/TicTacToeMain/
DREADME.txt40 - In ADT, just open import both projects and launch the main project.
/development/apps/Development/src/com/android/development/
DShowActivity.java60 mLaunch = (TextView)findViewById(R.id.launch); in onCreate()
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/
Dcommit.csv800 …tform/cts,fake_DGbnL6-oQrG-BP4td_yJEA@fakeemail.com,Improve check for activity on top after launch.
1209 …ake_vGkRrayISaC6H5ijCsLTww@fakeemail.com,DO NOT MERGE Test permissions to launch to virtual display
2630 …884SJGhWCSYXLX2ew@fakeemail.com,Add CTS tests for findDocumentPath() and launch picker at location.
2855 …kRrayISaC6H5ijCsLTww@fakeemail.com,DO NOT MERGE Test consequent activity launch on virtual displays
2914 …7617ee,platform/cts,fake_DGbnL6-oQrG-BP4td_yJEA@fakeemail.com,Uses IME to launch auto-fill request.
3618 …tform/cts,fake_vGkRrayISaC6H5ijCsLTww@fakeemail.com,Update tests for new launch restrictions on vi…
4114 …rm/cts,fake_vGkRrayISaC6H5ijCsLTww@fakeemail.com,Add new CTS tests for external display launch APIs
4140 …9583,platform/cts,fake_WYa7hmHCQ42NYhfobk58Bw@fakeemail.com,Update multi-launch tests to support w…
4181 …3db,platform/cts,fake_vGkRrayISaC6H5ijCsLTww@fakeemail.com,Test activity launch after display crea…
4321 …atform/cts,fake_vGkRrayISaC6H5ijCsLTww@fakeemail.com,Test permissions to launch activities on seco…
[all …]