Home
last modified time | relevance | path

Searched refs:ACTION_VIEW (Results 1 – 25 of 88) sorted by relevance

1234

/frameworks/base/docs/html/training/beam-files/
Dreceive-files.jd46 {@link android.content.Intent#ACTION_VIEW ACTION_VIEW}, the MIME type of the first file that
62 Matches the {@link android.content.Intent#ACTION_VIEW ACTION_VIEW} intent sent from the
98 {@link android.content.Intent#ACTION_VIEW ACTION_VIEW} intent. Other apps on the receiving
132 app may also receive an {@link android.content.Intent#ACTION_VIEW ACTION_VIEW} intent from a
161 * For ACTION_VIEW, the Activity is being asked to display data.
164 if (TextUtils.equals(action, Intent.ACTION_VIEW)) {
214 You can also receive an incoming {@link android.content.Intent#ACTION_VIEW ACTION_VIEW}
222 {@link android.content.Intent#ACTION_VIEW ACTION_VIEW} intent if the first incoming file
/frameworks/base/tests/SharedLibrary/lib/src/com/google/android/test/shared_library/
DVersionDialog.java60 activity.startActivity(new Intent(Intent.ACTION_VIEW, in onCreateDialog()
64 activity.startActivity(new Intent(Intent.ACTION_VIEW, in onCreateDialog()
/frameworks/base/docs/html-intl/intl/ja/training/basics/intents/
Dsending.jd81 Intent mapIntent = new Intent(Intent.ACTION_VIEW, location);
87 Intent webIntent = new Intent(Intent.ACTION_VIEW, webpage);
134 {@link android.content.Intent#ACTION_VIEW} のインテントを使用して画像を表示する場合、
195 Intent mapIntent = new Intent(Intent.ACTION_VIEW, location);
/frameworks/base/docs/html-intl/intl/zh-tw/training/basics/intents/
Dsending.jd81 Intent mapIntent = new Intent(Intent.ACTION_VIEW, location);
87 Intent webIntent = new Intent(Intent.ACTION_VIEW, webpage);
133 android.content.Intent},這一點非常重要。例如,若您希望使用 {@link android.content.Intent#ACTION_VIEW} 意圖顯示影像,應將 MIME…
195 Intent mapIntent = new Intent(Intent.ACTION_VIEW, location);
/frameworks/base/docs/html-intl/intl/ko/training/basics/intents/
Dsending.jd81 Intent mapIntent = new Intent(Intent.ACTION_VIEW, location);
87 Intent webIntent = new Intent(Intent.ACTION_VIEW, webpage);
133 android.content.Intent}는 되도록 구체적으로 정의해야 합니다. 예를 들어 {@link android.content.Intent#ACTION_VIEW} 인텐트를
195 Intent mapIntent = new Intent(Intent.ACTION_VIEW, location);
/frameworks/base/docs/html-intl/intl/zh-cn/training/basics/intents/
Dsending.jd81 Intent mapIntent = new Intent(Intent.ACTION_VIEW, location);
87 Intent webIntent = new Intent(Intent.ACTION_VIEW, webpage);
133 android.content.Intent} 非常重要。例如,如果您想要使用 {@link android.content.Intent#ACTION_VIEW} 意向显示图像,您应指定
195 Intent mapIntent = new Intent(Intent.ACTION_VIEW, location);
/frameworks/base/docs/html-intl/intl/ru/training/basics/intents/
Dsending.jd81 Intent mapIntent = new Intent(Intent.ACTION_VIEW, location);
87 Intent webIntent = new Intent(Intent.ACTION_VIEW, webpage);
134 с помощью объекта Intent {@link android.content.Intent#ACTION_VIEW}, вам следует указать тип MIME
195 Intent mapIntent = new Intent(Intent.ACTION_VIEW, location);
/frameworks/base/core/java/android/text/style/
DURLSpan.java72 Intent intent = new Intent(Intent.ACTION_VIEW, uri); in onClick()
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DFilesActivity.java110 } else if (Intent.ACTION_VIEW.equals(intent.getAction())) { in onCreate()
301 final boolean isViewing = Intent.ACTION_VIEW.equals(getIntent().getAction()); in onDocumentPicked()
343 intent = new Intent(Intent.ACTION_VIEW); in openDocument()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
DMediaMimeTest.java117 Intent viewIntent = new Intent(Intent.ACTION_VIEW); in resolveMime()
/frameworks/support/customtabs/tests/src/android/support/customtabs/
DCustomTabsIntentTest.java44 assertEquals(Intent.ACTION_VIEW, intent.getAction()); in testBareboneCustomTabIntent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
DUsbAccessoryUriActivity.java87 Intent intent = new Intent(Intent.ACTION_VIEW, mUri); in onClick()
/frameworks/base/core/java/android/app/assist/
DAssistContent.java41 if (intent != null && Intent.ACTION_VIEW.equals(intent.getAction())) { in setDefaultIntent()
/frameworks/base/core/tests/notificationtests/src/android/app/
DNotificationStressTest.java113 Intent intent = new Intent(Intent.ACTION_VIEW); in sendNotification()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
DMediaFrameworkTest.java124 Intent intent = new Intent(Intent.ACTION_VIEW); in startPlayback()
/frameworks/base/docs/html/training/basics/intents/
Dsending.jd81 Intent mapIntent = new Intent(Intent.ACTION_VIEW, location);
87 Intent webIntent = new Intent(Intent.ACTION_VIEW, webpage);
134 using the {@link android.content.Intent#ACTION_VIEW} intent, you should specify a MIME type of
196 Intent mapIntent = new Intent(Intent.ACTION_VIEW, location);
/frameworks/support/customtabs/src/android/support/customtabs/
DCustomTabsClient.java95 Intent activityIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("http://")); in getPackageName()
DCustomTabsIntent.java256 private final Intent mIntent = new Intent(Intent.ACTION_VIEW);
/frameworks/base/docs/html-intl/intl/pt-br/training/basics/intents/
Dsending.jd81 Intent mapIntent = new Intent(Intent.ACTION_VIEW, location);
87 Intent webIntent = new Intent(Intent.ACTION_VIEW, webpage);
134 usando a intenção {@link android.content.Intent#ACTION_VIEW}, especifique o tipo de MIME do
195 Intent mapIntent = new Intent(Intent.ACTION_VIEW, location);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
DHelpUtils.java153 Intent intent = new Intent(Intent.ACTION_VIEW, fullUri); in getHelpIntent()
/frameworks/opt/photoviewer/src/com/android/ex/photo/
DIntents.java283 mIntent.setAction(Intent.ACTION_VIEW); in build()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DAddPrinterActivity.java692 startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse(searchUri))); in performAction()
701 startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse(getString( in performAction()
/frameworks/base/docs/html-intl/intl/ja/guide/topics/providers/
Dcalendar-provider.jd923 {@link android.content.Intent#ACTION_VIEW VIEW} <br></td>
934 <td><p>{@link android.content.Intent#ACTION_VIEW VIEW} </p>
1126 <p>カレンダー プロバイダには、{@link android.content.Intent#ACTION_VIEW VIEW} インテントを使用する次の 2 つの方法が用意されています。</p>
1139 Intent intent = new Intent(Intent.ACTION_VIEW)
1147 Intent intent = new Intent(Intent.ACTION_VIEW)
/frameworks/base/docs/html-intl/intl/ru/guide/topics/providers/
Dcalendar-provider.jd923 {@link android.content.Intent#ACTION_VIEW VIEW} <br></td>
934 <td><p>{@link android.content.Intent#ACTION_VIEW VIEW} </p>
1126 <p>Поставщик календаря позволяет использовать намерение {@link android.content.Intent#ACTION_VIEW V…
1139 Intent intent = new Intent(Intent.ACTION_VIEW)
1147 Intent intent = new Intent(Intent.ACTION_VIEW)
/frameworks/base/docs/html-intl/intl/ko/guide/topics/providers/
Dcalendar-provider.jd923 {@link android.content.Intent#ACTION_VIEW VIEW} <br></td>
934 <td><p>{@link android.content.Intent#ACTION_VIEW VIEW} </p>
1126 <p>캘린더 제공자는 {@link android.content.Intent#ACTION_VIEW VIEW} 인텐트를 사용하는 두 가지 방식을 제공합니다.</p>
1139 Intent intent = new Intent(Intent.ACTION_VIEW)
1147 Intent intent = new Intent(Intent.ACTION_VIEW)

1234