Searched refs:postIntent (Results 1 – 1 of 1) sorted by relevance
2438 final Intent postIntent = new Intent("com.android.setupwizard.OEM_POST_SETUP"); in testNetworkSetupWizardPermission() local2439 postIntent.addCategory(Intent.CATEGORY_DEFAULT); in testNetworkSetupWizardPermission()2441 .resolveActivity(postIntent, PackageManager.MATCH_DISABLED_COMPONENTS); in testNetworkSetupWizardPermission()