Searched defs:bundle (Results 1 - 25 of 41) sorted by relevance

12

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
H A DUploaderService.java57 private boolean isUploadingUnconditionally(final Bundle bundle) { argument
58 if (bundle == null) return false;
59 if (bundle.containsKey(EXTRA_UPLOAD_UNCONDITIONALLY)) {
60 return bundle.getBoolean(EXTRA_UPLOAD_UNCONDITIONALLY);
H A DFeedbackFragment.java69 final Bundle bundle = getActivity().getIntent().getExtras();
70 if (bundle != null) {
71 restoreState(bundle);
82 final Bundle bundle = new Bundle();
83 onSaveInstanceState(bundle);
88 researchLogger.setFeedbackDialogBundle(bundle);
118 public void onSaveInstanceState(final Bundle bundle) { argument
121 bundle.putString(KEY_FEEDBACK_STRING, savedFeedbackString);
122 bundle.putBoolean(KEY_INCLUDE_ACCOUNT_NAME, mIncludingAccountNameCheckBox.isChecked());
123 bundle
126 restoreState(final Bundle bundle) argument
[all...]
/packages/apps/Contacts/src/com/android/contacts/util/
H A DDialogManager.java65 * The View needs to have a valid and unique Id. This function modifies the bundle by adding a
68 public void showDialogInView(final View view, final Bundle bundle) { argument
70 if (bundle.containsKey(VIEW_ID_KEY)) {
76 bundle.putInt(VIEW_ID_KEY, viewId);
78 mActivity.showDialog(dialogId, bundle);
85 public Dialog onCreateDialog(final int id, final Bundle bundle) { argument
93 if (!bundle.containsKey(VIEW_ID_KEY)) {
96 final int viewId = bundle.getInt(VIEW_ID_KEY);
101 final Dialog dialog = ((DialogShowingView)view).createDialog(bundle);
123 Dialog createDialog(Bundle bundle); argument
[all...]
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
H A DSelectAccountActivity.java52 protected void onCreate(Bundle bundle) { argument
53 super.onCreate(bundle);
100 protected Dialog onCreateDialog(int resId, Bundle bundle) { argument
112 return super.onCreateDialog(resId, bundle);
H A DCancelActivity.java84 protected Dialog onCreateDialog(int id, Bundle bundle) { argument
112 return super.onCreateDialog(id, bundle);
H A DExportVCardActivity.java148 protected void onCreate(Bundle bundle) { argument
149 super.onCreate(bundle);
212 protected Dialog onCreateDialog(int id, Bundle bundle) { argument
252 return super.onCreateDialog(id, bundle);
H A DNfcImportVCardActivity.java149 protected void onCreate(Bundle bundle) { argument
150 super.onCreate(bundle);
/packages/apps/UnifiedEmail/src/com/android/mail/
H A DConversationListContext.java65 * De-serializes a context from a bundle.
67 public static ConversationListContext forBundle(Bundle bundle) { argument
70 Account account = bundle.getParcelable(Utils.EXTRA_ACCOUNT);
71 Folder folder = bundle.getParcelable(Utils.EXTRA_FOLDER);
72 return new ConversationListContext(account, bundle.getString(EXTRA_SEARCH_QUERY), folder);
117 * Serializes the context to a bundle.
/packages/apps/Exchange/src/com/android/exchange/eas/
H A DEasFolderSync.java113 final Bundle bundle = new Bundle(3);
115 writeResultCode(bundle, RESULT_OTHER_FAILURE);
116 return bundle;
121 bundle.putInt(EmailServiceProxy.VALIDATE_BUNDLE_RESULT_CODE,
123 return bundle;
130 writeResultCode(bundle, result);
131 return bundle;
135 bundle.putString(EmailServiceProxy.VALIDATE_BUNDLE_PROTOCOL_VERSION, protocolVersion);
138 writeResultCode(bundle, performOperation(null));
139 return bundle;
189 writeResultCode(final Bundle bundle, final int resultCode) argument
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DWallpaper.java55 protected void onCreate(Bundle bundle) { argument
56 super.onCreate(bundle);
57 if (bundle != null) {
58 mState = bundle.getInt(KEY_STATE);
59 mPickedItem = (Uri) bundle.getParcelable(KEY_PICKED_ITEM);
H A DSinglePhotoDataAdapter.java123 private void onDecodeLargeComplete(ImageBundle bundle) { argument
125 setScreenNail(bundle.backupImage,
126 bundle.decoder.getWidth(), bundle.decoder.getHeight());
127 setRegionDecoder(bundle.decoder);
/packages/apps/Mms/src/com/android/mms/transaction/
H A DTransactionBundle.java83 * Constructor of a bundle used for TransactionBundle instances of type
98 * Constructor of a transaction bundle used for incoming bundle instances.
100 * @param bundle The incoming bundle
102 public TransactionBundle(Bundle bundle) { argument
103 mBundle = bundle;
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
H A DSelectCalendarsSyncFragment.java92 public SelectCalendarsSyncFragment(Bundle bundle) { argument
93 mAccount = new Account(bundle.getString(Calendars.ACCOUNT_NAME),
94 bundle.getString(Calendars.ACCOUNT_TYPE));
148 Bundle bundle = getArguments();
149 if (bundle != null && bundle.containsKey(Calendars.ACCOUNT_NAME)
150 && bundle.containsKey(Calendars.ACCOUNT_TYPE)) {
151 mAccount = new Account(bundle.getString(Calendars.ACCOUNT_NAME),
152 bundle.getString(Calendars.ACCOUNT_TYPE));
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DEventFieldEditorView.java142 public Dialog createDialog(Bundle bundle) { argument
143 if (bundle == null) throw new IllegalArgumentException("bundle must not be null");
144 int dialogId = bundle.getInt(DIALOG_ID_KEY);
149 return super.createDialog(bundle);
/packages/apps/Contacts/src/com/android/contacts/widget/
H A DPinnedHeaderListDemoActivity.java99 protected void onCreate(Bundle bundle) { argument
100 super.onCreate(bundle);
/packages/apps/Email/src/com/android/email/provider/
H A DFolderPickerActivity.java51 public void onCreate(Bundle bundle) { argument
52 super.onCreate(bundle);
/packages/apps/Email/src/com/android/email2/ui/
H A DMailActivityEmail.java170 public void onCreate(Bundle bundle) { argument
193 super.onCreate(bundle);
/packages/apps/PackageInstaller/src/com/android/packageinstaller/
H A DInstallAppProgress.java186 public Dialog onCreateDialog(int id, Bundle bundle) { argument
H A DPackageInstallerActivity.java230 public Dialog onCreateDialog(int id, Bundle bundle) { argument
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DWaitFragment.java137 public Loader<Cursor> onCreateLoader(int id, Bundle bundle) { argument
H A DActivityController.java141 * @param bundle
144 Dialog onCreateDialog(int id, Bundle bundle); argument
184 * @param bundle
186 void onPrepareDialog(int id, Dialog dialog, Bundle bundle); argument
/packages/apps/VideoEditor/src/com/android/videoeditor/
H A DProjectsActivity.java137 final Bundle bundle = new Bundle();
138 bundle.putString(PARAM_DIALOG_PATH_ID,
140 showDialog(DIALOG_REMOVE_PROJECT_ID, bundle);
191 public Dialog onCreateDialog(int id, final Bundle bundle) { argument
228 final String projectPath = bundle.getString(PARAM_DIALOG_PATH_ID);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DFastScrollingIndexCache.java162 Bundle bundle = new Bundle();
163 bundle.putStringArray(ContactCounts.EXTRA_ADDRESS_BOOK_INDEX_TITLES, titles);
164 bundle.putIntArray(ContactCounts.EXTRA_ADDRESS_BOOK_INDEX_COUNTS, counts);
165 return bundle;
231 String countExpression, Bundle bundle) {
237 bundle.getStringArray(ContactCounts.EXTRA_ADDRESS_BOOK_INDEX_TITLES),
238 bundle.getIntArray(ContactCounts.EXTRA_ADDRESS_BOOK_INDEX_COUNTS)));
230 put(Uri queryUri, String selection, String[] selectionArgs, String sortOrder, String countExpression, Bundle bundle) argument
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
H A DRawContactModifier.java877 private static void fixupLegacyImType(Bundle bundle) { argument
878 final String encodedString = bundle.getString(Insert.IM_PROTOCOL);
885 bundle.putInt(Insert.IM_PROTOCOL, (Integer)protocol);
887 bundle.putString(Insert.IM_PROTOCOL, (String)protocol);
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
H A DAudioTrackLinearLayout.java139 final Bundle bundle = new Bundle();
140 bundle.putString(PARAM_DIALOG_AUDIO_TRACK_ID, mAudioTrack.getId());
142 VideoEditorActivity.DIALOG_REMOVE_AUDIO_TRACK_ID, bundle);
576 * @param bundle The dialog bundle
580 public Dialog onCreateDialog(int id, final Bundle bundle) { argument
589 bundle.getString(PARAM_DIALOG_AUDIO_TRACK_ID));

Completed in 698 milliseconds

12