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