Searched refs:myIntent (Results 1 – 2 of 2) sorted by relevance
78 Intent myIntent = new Intent("android.settings.USER_SETTINGS"); in testUserPhotoSetUp() local80 myIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in testUserPhotoSetUp()82 getApplicationContext().startActivity(myIntent); in testUserPhotoSetUp()
267 Intent myIntent = new Intent(Settings.ACTION_MANAGE_OVERLAY_PERMISSION); in requestSystemAlertWindowPerimissionIfRequired()268 startActivity(myIntent); in requestSystemAlertWindowPerimissionIfRequired()