Home
last modified time | relevance | path

Searched refs:settingsIntent (Results 1 – 3 of 3) 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 settingsIntent, PackageManager.MATCH_DEFAULT_ONLY); 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()
/development/samples/Support7Demos/src/com/example/android/supportv7/media/
DSampleMediaRouteProvider.java170 Intent settingsIntent = new Intent(Intent.ACTION_MAIN); in publishRoutes() local
171 settingsIntent.setClass(getContext(), SampleMediaRouteSettingsActivity.class); in publishRoutes()
172 IntentSender is = PendingIntent.getActivity(getContext(), 99, settingsIntent, in publishRoutes()