Searched refs:settingsIntent (Results 1 - 9 of 9) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCarrierServiceStateTracker.java158 PendingIntent settingsIntent = PendingIntent.getActivity(context, 0, notificationIntent,
176 .setContentIntent(settingsIntent)
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DNetworkController.java95 void onSettingsActivityTriggered(Intent settingsIntent); argument
/frameworks/base/media/lib/remotedisplay/java/com/android/media/remotedisplay/
H A DRemoteDisplayProvider.java290 Intent settingsIntent = new Intent(Settings.ACTION_CAST_SETTINGS);
291 settingsIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK
295 mContext, 0, settingsIntent, 0, null);
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
H A DTrackerActivity.java222 Intent settingsIntent = new Intent();
223 settingsIntent.setClass(this, SettingsActivity.class);
224 startActivity(settingsIntent);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSDetail.java201 final Intent settingsIntent = adapter.getSettingsIntent();
202 mDetailSettingsButton.setVisibility(settingsIntent != null ? VISIBLE : GONE);
206 mHost.startActivityDismissingKeyguard(settingsIntent);
H A DQSFooter.java165 final Intent settingsIntent = new Intent(ACTION_VPN_SETTINGS);
166 mHost.startActivityDismissingKeyguard(settingsIntent);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DWifiTile.java325 public void onSettingsActivityTriggered(Intent settingsIntent) { argument
326 mHost.startActivityDismissingKeyguard(settingsIntent);
/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
H A DSampleMediaRouteProvider.java161 Intent settingsIntent = new Intent(Intent.ACTION_MAIN);
162 settingsIntent.setClass(getContext(), SampleMediaRouteSettingsActivity.class);
163 IntentSender is = PendingIntent.getActivity(getContext(), 99, settingsIntent,
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
H A DSampleMediaRouteProvider.java161 Intent settingsIntent = new Intent(Intent.ACTION_MAIN);
162 settingsIntent.setClass(getContext(), SampleMediaRouteSettingsActivity.class);
163 IntentSender is = PendingIntent.getActivity(getContext(), 99, settingsIntent,

Completed in 259 milliseconds