Searched refs:launch (Results 1 – 5 of 5) sorted by relevance
38 Intent launch = new Intent(context, EnableProfileActivity.class); in onProfileProvisioningComplete() local39 launch.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in onProfileProvisioningComplete()40 context.startActivity(launch); in onProfileProvisioningComplete()
4 All Apps view and select and application to launch. Then we will
40 - In ADT, just open import both projects and launch the main project.
60 mLaunch = (TextView)findViewById(R.id.launch); in onCreate()