HomeSort by relevance Sort by last modified time
    Searched refs:activityIntent (Results 1 - 19 of 19) 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 202 Intent activityIntent = new Intent(Intent.ACTION_VIEW);
203 activityIntent.setDataAndTypeAndNormalize(path, mimetype);
206 .queryIntentActivities(activityIntent,
217 activityIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
218 activityIntent.setFlags(Intent.FLAG_GRANT_READ_URI_PERMISSION);
219 activityIntent.setFlags(Intent.FLAG_GRANT_WRITE_URI_PERMISSION);
223 context.startActivity(activityIntent);
  /frameworks/support/customtabs/src/android/support/customtabs/
CustomTabsClient.java 95 Intent activityIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("http://"));
98 ResolveInfo defaultViewHandlerInfo = pm.resolveActivity(activityIntent, 0);
  /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) {
  /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/samples/Support13Demos/src/com/example/android/supportv13/
Support13Demos.java 95 addItem(myData, nextLabel, activityIntent(
121 protected Intent activityIntent(String pkg, String componentName) {
  /frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/
Support4Demos.java 95 addItem(myData, nextLabel, activityIntent(
121 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/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) {
  /pdk/apps/HelloPDK/src/com/example/android/helloPDK/
MainActivity.java 97 addItem(myData, nextLabel, activityIntent(
124 protected Intent activityIntent(String pkg, String componentName) {
  /prebuilts/sdk/current/support/customtabs/libs/
android-support-customtabs.jar 
  /frameworks/base/core/java/android/app/
ActivityThread.java     [all...]

Completed in 709 milliseconds