Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DLocationTestActivity.java77 Intent locationSettingsIntent = new Intent(Settings.ACTION_LOCATION_SOURCE_SETTINGS); in runPrepare() local
78 if (locationSettingsIntent.resolveActivity(getPackageManager()) != null) { in runPrepare()
79 startActivityForResult(locationSettingsIntent, REQUEST_LOCATION_SETTING); in runPrepare()