Searched refs:settingsIntent (Results 1 – 2 of 2) sorted by relevance
38 Intent settingsIntent = new Intent(Settings.ACTION_APPLICATION_DEVELOPMENT_SETTINGS); in onSortResultList() local40 settingsIntent, PackageManager.MATCH_DEFAULT_ONLY); in onSortResultList()
153 Intent settingsIntent = new Intent(Settings.ACTION_LOCATION_SOURCE_SETTINGS); in enableLocationSettings() local154 startActivity(settingsIntent); in enableLocationSettings()