Home
last modified time | relevance | path

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

/development/apps/Development/src/com/android/development/
DDevelopment.java38 Intent settingsIntent = new Intent(Settings.ACTION_APPLICATION_DEVELOPMENT_SETTINGS); in onSortResultList() local
40 …ResolveInfo topItem = getPackageManager().resolveActivity(settingsIntent, PackageManager.MATCH_DEF… in onSortResultList()
/development/samples/training/location-aware/src/com/example/android/location/
DLocationActivity.java153 Intent settingsIntent = new Intent(Settings.ACTION_LOCATION_SOURCE_SETTINGS); in enableLocationSettings() local
154 startActivity(settingsIntent); in enableLocationSettings()