OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ACTION_GET_CONTENT
(Results
1 - 25
of
48
) sorted by null
1
2
/development/samples/ApiDemos/src/com/example/android/apis/app/
Intents.java
37
Intent intent = new Intent(Intent.
ACTION_GET_CONTENT
);
43
Intent intent = new Intent(Intent.
ACTION_GET_CONTENT
);
49
Intent intent = new Intent(Intent.
ACTION_GET_CONTENT
);
/cts/tests/tests/provider/src/android/provider/cts/
ContactsContractIntentsTest.java
52
Intent intent = new Intent(Intent.
ACTION_GET_CONTENT
);
/packages/apps/Gallery/src/com/android/camera/
Wallpaper.java
45
Intent intent = new Intent(Intent.
ACTION_GET_CONTENT
, null);
PhotoAppWidgetConfigure.java
60
Intent intent = new Intent(Intent.
ACTION_GET_CONTENT
, null);
/packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/
AllIntentsActivity.java
235
Intent intent = new Intent(Intent.
ACTION_GET_CONTENT
);
241
Intent intent = new Intent(Intent.
ACTION_GET_CONTENT
);
247
Intent intent = new Intent(Intent.
ACTION_GET_CONTENT
);
253
Intent intent = new Intent(Intent.
ACTION_GET_CONTENT
);
259
Intent intent = new Intent(Intent.
ACTION_GET_CONTENT
);
265
Intent intent = new Intent(Intent.
ACTION_GET_CONTENT
);
/development/samples/ApiDemos/src/com/example/android/apis/content/
PickContact.java
59
Intent intent = new Intent(Intent.
ACTION_GET_CONTENT
);
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DocumentsActivity.java
24
import static com.android.documentsui.DocumentsActivity.State.
ACTION_GET_CONTENT
;
207
if (mState.action ==
ACTION_GET_CONTENT
) {
237
} else if (Intent.
ACTION_GET_CONTENT
.equals(action)) {
238
mState.action =
ACTION_GET_CONTENT
;
243
if (mState.action == ACTION_OPEN || mState.action ==
ACTION_GET_CONTENT
) {
346
if (mExternal && mState.action ==
ACTION_GET_CONTENT
) {
437
if (mState.action == ACTION_OPEN || mState.action ==
ACTION_GET_CONTENT
) {
[
all
...]
RootsFragment.java
19
import static com.android.documentsui.DocumentsActivity.State.
ACTION_GET_CONTENT
;
142
if (state.action ==
ACTION_GET_CONTENT
) {
TestActivity.java
185
Intent intent = new Intent(Intent.
ACTION_GET_CONTENT
);
/cts/tests/tests/content/src/android/content/cts/
AvailableIntentsTest.java
225
Intent intent = new Intent(Intent.
ACTION_GET_CONTENT
);
232
Intent intent = new Intent(Intent.
ACTION_GET_CONTENT
);
/packages/apps/Browser/src/com/android/browser/
UploadHandler.java
216
Intent i = new Intent(Intent.
ACTION_GET_CONTENT
);
236
Intent i = new Intent(Intent.
ACTION_GET_CONTENT
);
/packages/apps/Gallery2/src/com/android/gallery3d/app/
Wallpaper.java
92
Intent request = new Intent(Intent.
ACTION_GET_CONTENT
)
GalleryActivity.java
81
if (Intent.
ACTION_GET_CONTENT
.equalsIgnoreCase(action)) {
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
ThirdPartyWallpaperPickerListAdapter.java
75
Intent pickImageIntent = new Intent(Intent.
ACTION_GET_CONTENT
);
/development/samples/NotePad/src/com/example/android/notepad/
NotesList.java
455
if (Intent.ACTION_PICK.equals(action) || Intent.
ACTION_GET_CONTENT
.equals(action)) {
/external/chromium_org/ui/android/java/src/org/chromium/ui/base/
SelectFileDialog.java
79
Intent getContentIntent = new Intent(Intent.
ACTION_GET_CONTENT
);
/packages/apps/Contacts/src/com/android/contacts/list/
ContactsIntentResolver.java
106
} else if (Intent.
ACTION_GET_CONTENT
.equals(action)) {
/packages/apps/Gallery2/src/com/android/gallery3d/gadget/
WidgetConfigure.java
204
.setAction(Intent.
ACTION_GET_CONTENT
)
/packages/apps/Tag/src/com/android/apps/tag/record/
VCardRecord.java
147
Intent intent = new Intent(Intent.
ACTION_GET_CONTENT
);
/packages/apps/Settings/src/com/android/settings/users/
RestrictedProfileSettings.java
400
Intent intent = new Intent(Intent.
ACTION_GET_CONTENT
);
413
Intent intent = new Intent(Intent.
ACTION_GET_CONTENT
, null);
/development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
DeviceDetailFragment.java
111
Intent intent = new Intent(Intent.
ACTION_GET_CONTENT
);
/packages/apps/Contacts/src/com/android/contacts/detail/
PhotoSelectionHandler.java
303
final Intent intent = new Intent(Intent.
ACTION_GET_CONTENT
, null);
/packages/apps/Music/src/com/android/music/
MediaPickerActivity.java
103
if (Intent.
ACTION_GET_CONTENT
.equals(action)) {
/packages/services/Telephony/src/com/android/phone/
EditPhoneNumberPreference.java
124
mContactListIntent = new Intent(Intent.
ACTION_GET_CONTENT
);
/packages/apps/Mms/src/com/android/mms/ui/
SlideEditorActivity.java
290
Intent intent = new Intent(Intent.
ACTION_GET_CONTENT
, null);
437
Intent intent = new Intent(Intent.
ACTION_GET_CONTENT
, null);
468
intent = new Intent(Intent.
ACTION_GET_CONTENT
);
[
all
...]
Completed in 909 milliseconds
1
2