Home
last modified time | relevance | path

Searched refs:launch (Results 1 – 5 of 5) 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/UiAutomator/
DREADME4 All Apps view and select and application to launch. Then we will
/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()