HomeSort by relevance Sort by last modified time
    Searched refs:activityIntent (Results 1 - 25 of 25) sorted by null

  /packages/services/Telephony/src/com/android/phone/settings/
VoicemailProviderListPreference.java 93 private void initVoicemailProviders(Intent activityIntent) {
97 String action = activityIntent.getAction();
100 && activityIntent.hasExtra(VoicemailSettingsActivity.IGNORE_PROVIDER_EXTRA)) {
104 activityIntent.getStringExtra(VoicemailSettingsActivity.IGNORE_PROVIDER_EXTRA);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppUtility.java 215 Intent activityIntent = new Intent(Intent.ACTION_VIEW);
216 activityIntent.setDataAndTypeAndNormalize(path, mimetype);
219 .queryIntentActivities(activityIntent,
222 activityIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
223 activityIntent.addFlags(Intent.FLAG_GRANT_READ_URI_PERMISSION);
227 context.startActivity(activityIntent);
  /frameworks/support/samples/SupportPreferenceDemos/src/com/example/android/supportpreference/
SupportPreferenceDemos.java 94 addItem(myData, nextLabel, activityIntent(
122 protected Intent activityIntent(String pkg, String componentName) {
  /frameworks/support/samples/SupportTransitionDemos/src/com/example/android/support/transition/
SupportTransitionDemos.java 92 addItem(myData, nextLabel, activityIntent(
120 protected Intent activityIntent(String pkg, String componentName) {
  /packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/
UseOpenWifiPreferenceControllerTest.java 141 Intent activityIntent = mIntentCaptor.getValue();
142 assertThat(activityIntent.getComponent()).isEqualTo(ENABLE_ACTIVITY_COMPONENT);
143 assertThat(activityIntent.getAction()).isEqualTo(NetworkScoreManager.ACTION_CUSTOM_ENABLE);
  /cts/tests/camera/src/android/hardware/multiprocess/camera/cts/
CameraEvictionTest.java 373 Intent activityIntent = new Intent(a, CameraCtsActivity.class);
374 activityIntent.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);
375 a.startActivity(activityIntent);
436 Intent activityIntent = new Intent(a, klass);
437 a.startActivity(activityIntent);
  /cts/tests/tests/content/src/android/content/pm/cts/
PackageManagerTest.java 70 Intent activityIntent = new Intent(ACTIVITY_ACTION_NAME);
74 new ComponentName(PACKAGE_NAME, cmpActivityName), null, activityIntent, 0);
79 new ComponentName(PACKAGE_NAME, ACTIVITY_NAME), null, activityIntent, 0);
84 mPackageManager.queryIntentActivities(activityIntent, 0);
  /development/samples/ApiDemos/src/com/example/android/apis/
ApiDemos.java 95 addItem(myData, nextLabel, activityIntent(
121 protected Intent activityIntent(String pkg, String componentName) {
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
HwTests.java 98 addItem(myData, nextLabel, activityIntent(
125 protected Intent activityIntent(String pkg, String componentName) {
  /frameworks/base/tests/UiBench/src/com/android/test/uibench/
MainActivity.java 122 addItem(myData, nextLabel, activityIntent(
149 protected Intent activityIntent(String pkg, String componentName) {
  /frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/
VectorDrawableTest.java 97 addItem(myData, nextLabel, activityIntent(
124 protected Intent activityIntent(String pkg, String componentName) {
  /frameworks/support/customtabs/src/android/support/customtabs/
CustomTabsClient.java 101 Intent activityIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("http://"));
104 ResolveInfo defaultViewHandlerInfo = pm.resolveActivity(activityIntent, 0);
  /frameworks/support/samples/Support13Demos/src/com/example/android/supportv13/
Support13Demos.java 95 addItem(myData, nextLabel, activityIntent(
122 protected Intent activityIntent(String pkg, String componentName) {
  /frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/
Support4Demos.java 95 addItem(myData, nextLabel, activityIntent(
122 protected Intent activityIntent(String pkg, String componentName) {
  /frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/
Support7Demos.java 95 addItem(myData, nextLabel, activityIntent(
123 protected Intent activityIntent(String pkg, String componentName) {
  /frameworks/support/samples/SupportAnimationDemos/src/com/example/android/support/animation/
BrowseActivity.java 97 addItem(myData, nextLabel, activityIntent(
123 protected Intent activityIntent(String pkg, String componentName) {
  /frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/
SupportDesignDemos.java 95 addItem(myData, nextLabel, activityIntent(
123 protected Intent activityIntent(String pkg, String componentName) {
  /frameworks/support/samples/SupportPercentDemos/src/com/example/android/support/percent/
SupportPercentDemos.java 95 addItem(myData, nextLabel, activityIntent(
123 protected Intent activityIntent(String pkg, String componentName) {
  /frameworks/support/samples/SupportVectorDrawableDemos/src/com/example/android/support/vectordrawable/app/
SupportVectorDrawableDemos.java 99 addItem(myData, nextLabel, activityIntent(
127 protected Intent activityIntent(String pkg, String componentName) {
  /pdk/apps/HelloPDK/src/com/example/android/helloPDK/
MainActivity.java 97 addItem(myData, nextLabel, activityIntent(
124 protected Intent activityIntent(String pkg, String componentName) {
  /cts/tests/app/src/android/app/cts/
ActivityManagerProcessStateTest.java 584 final Intent activityIntent = new Intent();
585 activityIntent.setClassName(SIMPLE_PACKAGE_NAME,
614 activityIntent.putExtra("service", mServiceIntent);
615 mContext.startActivity(activityIntent);
  /packages/apps/Dialer/java/com/android/incallui/
InCallPresenter.java     [all...]
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbProfileGroupSettingsManager.java     [all...]
  /prebuilts/sdk/current/support/customtabs/
android-support-customtabs.jar 
  /frameworks/base/core/java/android/app/
ActivityThread.java     [all...]

Completed in 904 milliseconds