OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:createchooser
(Results
1 - 25
of
102
) sorted by null
1
2
3
4
5
/packages/experimental/DreamTheater/src/com/android/dreamtheater/
DreamTheaterActivity.java
11
startActivity(Intent.
createChooser
(new Intent(Intent.ACTION_MAIN)
/development/samples/ApiDemos/src/com/example/android/apis/app/
Intents.java
39
startActivity(Intent.
createChooser
(intent, "Select music"));
45
startActivity(Intent.
createChooser
(intent, "Select image"));
51
startActivity(Intent.
createChooser
(intent, "Select stream"));
/frameworks/base/docs/html-intl/intl/ja/training/basics/intents/
sending.jd
232
android.content.Intent#
createChooser
createChooser
()} ????? {@link android.content.Intent} ?????{@link
243
Intent chooser = Intent.
createChooser
(intent, title);
252
android.content.Intent#
createChooser
createChooser
()} ??????????????????????????????????????????????????????????????????
/frameworks/base/docs/html-intl/intl/zh-cn/training/basics/intents/
sending.jd
232
android.content.Intent#
createChooser
createChooser
()} ??{@link android.content.Intent} ?????? {@link
243
Intent chooser = Intent.
createChooser
(intent, title);
252
android.content.Intent#
createChooser
createChooser
()} ?????????????????????
/frameworks/base/docs/html-intl/intl/zh-tw/training/basics/intents/
sending.jd
232
android.content.Intent#
createChooser
createChooser
()} ?? {@link android.content.Intent}??????? {@link
243
Intent chooser = Intent.
createChooser
(intent, title);
252
android.content.Intent#
createChooser
createChooser
()} ??)???????????????????
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/action/
ShareCodeAction.java
32
context.startActivity(Intent.
createChooser
(sharingIntent, title));
ShareMockupAction.java
76
activity.startActivity(Intent.
createChooser
(share, title));
/frameworks/base/docs/html-intl/intl/ko/training/basics/intents/
sending.jd
232
android.content.Intent#
createChooser
createChooser
()}? ???? {@link android.content.Intent}? ??? ? {@link
243
Intent chooser = Intent.
createChooser
(intent, title);
252
android.content.Intent#
createChooser
createChooser
()} ???? ??? ???? ???? ? ??? ??? ?? ??? ???? ??? ????
/frameworks/base/docs/html-intl/intl/ru/training/basics/intents/
sending.jd
232
android.content.Intent#
createChooser
createChooser
()} ? ????????? ??? {@link
243
Intent chooser = Intent.
createChooser
(intent, title);
252
android.content.Intent#
createChooser
createChooser
()} ? ?????????? ????????? ????? ? ????????
/developers/build/prebuilts/gradle/DirectShare/Application/src/main/java/com/example/android/directshare/
MainActivity.java
61
startActivity(Intent.
createChooser
(sharingIntent, getString(R.string.send_intent_title)));
/developers/samples/android/content/DirectShare/Application/src/main/java/com/example/android/directshare/
MainActivity.java
61
startActivity(Intent.
createChooser
(sharingIntent, getString(R.string.send_intent_title)));
/development/samples/ApiDemos/src/com/example/android/apis/content/
ShareContent.java
55
startActivity(Intent.
createChooser
(intent, "Select share target"));
DocumentsSample.java
201
startActivityForResult(Intent.
createChooser
(intent, "Kittens!"), CODE_READ);
215
startActivityForResult(Intent.
createChooser
(intent, "Kittens!"), CODE_TREE);
/development/samples/browseable/DirectShare/src/com.example.android.directshare/
MainActivity.java
61
startActivity(Intent.
createChooser
(sharingIntent, getString(R.string.send_intent_title)));
/frameworks/base/docs/html/training/sharing/
send.jd
81
{@link android.content.Intent#
createChooser
(android.content.Intent, CharSequence)
82
Intent.
createChooser
()}, passing it your {@link android.content.Intent} object, it returns a version
100
startActivity(<strong>Intent.
createChooser
(sendIntent, getResources().getText(R.string.send_to))</strong>);
129
startActivity(Intent.
createChooser
(shareIntent, getResources().getText(R.string.send_to)));
181
startActivity(Intent.
createChooser
(shareIntent, "Share images to.."));
/frameworks/base/docs/html/training/basics/intents/
sending.jd
233
android.content.Intent#
createChooser
createChooser
()} and pass it to {@link
244
Intent chooser = Intent.
createChooser
(intent, title);
253
android.content.Intent#
createChooser
createChooser
()} method and uses the supplied text as the
/frameworks/base/docs/html-intl/intl/pt-br/training/basics/intents/
sending.jd
232
android.content.Intent#
createChooser
createChooser
()} e transmita para {@link
243
Intent chooser = Intent.
createChooser
(intent, title);
252
android.content.Intent#
createChooser
createChooser
()} e utiliza o texto fornecido como
/packages/providers/ContactsProvider/src/com/android/providers/contacts/debug/
ContactsDumpActivity.java
124
startActivityForResult(Intent.
createChooser
(intent,
/frameworks/base/docs/html/sdk/api_diff/22/changes/
android.content.Intent.html
87
<nobr><code>Intent</code> <A HREF="../../../../reference/android/content/Intent.html#
createChooser
(android.content.Intent, java.lang.CharSequence, android.content.IntentSender)" target="_top"><code>
createChooser
</code></A>(<code>Intent,</nobr> CharSequence<nobr>,</nobr> IntentSender<nobr><nobr></code>)</nobr>
/packages/apps/Gallery2/src/com/android/photos/
MultiChoiceManager.java
238
mContext.startActivity(Intent.
createChooser
(intent, null));
264
mContext.startActivity(Intent.
createChooser
(
/frameworks/base/docs/html-intl/intl/ja/guide/components/
intents-filters.jd
420
android.content.Intent#
createChooser
createChooser
()} ????? {@link android.content.Intent} ?????{@link
431
Intent chooser = Intent.
createChooser
(sendIntent, title);
440
android.content.Intent#
createChooser
createChooser
()} ????????????????????????????????????????
/frameworks/base/docs/html-intl/intl/ko/guide/components/
intents-filters.jd
420
android.content.Intent#
createChooser
createChooser
()}? ???? {@link android.content.Intent}? ??? ? {@link
431
Intent chooser = Intent.
createChooser
(sendIntent, title);
440
android.content.Intent#
createChooser
createChooser
()} ???? ??? ???? ???? ? ??? ??? ?? ??? ???? ??? ????
/frameworks/base/docs/html-intl/intl/ru/guide/components/
intents-filters.jd
420
android.content.Intent#
createChooser
createChooser
()} ? ????????? ??? {@link
431
Intent chooser = Intent.
createChooser
(sendIntent, title);
440
android.content.Intent#
createChooser
createChooser
()} ? ?????????? ????????? ????? ? ????????
[
all
...]
/frameworks/base/docs/html-intl/intl/zh-cn/guide/components/
intents-filters.jd
420
android.content.Intent#
createChooser
createChooser
()} ?? {@link android.content.Intent}??????? {@link
431
Intent chooser = Intent.
createChooser
(sendIntent, title);
440
android.content.Intent#
createChooser
createChooser
()}
/frameworks/base/docs/html-intl/intl/zh-tw/guide/components/
intents-filters.jd
420
android.content.Intent#
createChooser
createChooser
()} ?? {@link android.content.Intent}??????? {@link
431
Intent chooser = Intent.
createChooser
(sendIntent, title);
440
android.content.Intent#
createChooser
createChooser
()} ??)???????????????????
Completed in 438 milliseconds
1
2
3
4
5