Searched refs:settingsIntent (Results 1 – 3 of 3) 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()
170 Intent settingsIntent = new Intent(Intent.ACTION_MAIN); in publishRoutes() local171 settingsIntent.setClass(getContext(), SampleMediaRouteSettingsActivity.class); in publishRoutes()172 IntentSender is = PendingIntent.getActivity(getContext(), 99, settingsIntent, in publishRoutes()