Home
last modified time | relevance | path

Searched refs:myIntent (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0481/src/android/security/cts/CVE_2021_0481/
DDeviceTest.java78 Intent myIntent = new Intent("android.settings.USER_SETTINGS"); in testUserPhotoSetUp() local
80 myIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in testUserPhotoSetUp()
82 getApplicationContext().startActivity(myIntent); in testUserPhotoSetUp()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/net/
DMultiNetworkConnectivityTestActivity.java267 Intent myIntent = new Intent(Settings.ACTION_MANAGE_OVERLAY_PERMISSION); in requestSystemAlertWindowPerimissionIfRequired()
268 startActivity(myIntent); in requestSystemAlertWindowPerimissionIfRequired()