Searched refs:extras (Results 151 - 175 of 217) sorted by relevance

123456789

/packages/services/Car/service/src/com/android/car/cluster/
H A DInstrumentClusterService.java223 Bundle extras = new Bundle();
224 extras.putBinder(
227 intent.putExtras(extras);
/packages/services/Telephony/src/com/android/phone/settings/fdn/
H A DEditFdnContactScreen.java131 Bundle extras = (intent != null) ? intent.getExtras() : null;
132 if (extras != null) {
133 mPin2 = extras.getString("pin2");
/packages/apps/Camera2/src/com/android/camera/app/
H A DLegacyLocationProvider.java164 String provider, int status, Bundle extras) {
163 onStatusChanged( String provider, int status, Bundle extras) argument
/packages/apps/Car/LocalMediaPlayer/src/com/android/car/media/localmediaplayer/
H A DPlayer.java537 public void onPlayFromMediaId(String mediaId, Bundle extras) { argument
538 super.onPlayFromMediaId(mediaId, extras);
540 Log.d(TAG, "onPlayFromMediaId mediaId" + mediaId + " extras=" + extras);
574 public void onCustomAction(String action, Bundle extras) { argument
/packages/apps/LegacyCamera/src/com/android/camera/
H A DLocationManager.java163 String provider, int status, Bundle extras) {
162 onStatusChanged( String provider, int status, Bundle extras) argument
/packages/apps/Settings/src/com/android/settings/
H A DAppWidgetLoader.java57 // get and validate the extras they gave us
112 * inserting extras if provided.
135 Item createItem(Context context, AppWidgetProviderInfo info, Bundle extras); argument
/packages/apps/UnifiedEmail/src/com/android/mail/widget/
H A DBaseWidgetProvider.java147 final Bundle extras = intent.getExtras();
148 final Uri accountUri = extras.getParcelable(Utils.EXTRA_ACCOUNT_URI);
149 final Uri folderUri = extras.getParcelable(Utils.EXTRA_FOLDER_URI);
150 final boolean updateAllWidgets = extras.getBoolean(EXTRA_UPDATE_ALL_WIDGETS, false);
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DInCallServiceFixture.java119 public void onConnectionEvent(String callId, String event, Bundle extras) argument
H A DPhoneAccountRegistrarTest.java171 Bundle extras = result.getExtras();
172 assertFalse(extras.keySet().contains("EXTRA_STR2"));
173 assertFalse(extras.keySet().contains("EXTRA_SHORT"));
174 assertFalse(extras.keySet().contains("EXTRA_BYTE"));
175 assertFalse(extras.keySet().contains("EXTRA_PARC"));
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapObexServer.java515 final Bundle extras = new Bundle(2);
518 extras.putLong(BluetoothMapContract.EXTRA_UPDATE_FOLDER_ID,
520 extras.putLong(BluetoothMapContract.EXTRA_UPDATE_ACCOUNT_ID, accountId);
533 BluetoothMapContract.METHOD_UPDATE_FOLDER, null, extras);
728 final Bundle extras = new Bundle(5);
745 extras.putInt(BluetoothMapContract.EXTRA_PRESENCE_STATE, presenceState);
748 extras.putString(BluetoothMapContract.EXTRA_PRESENCE_STATUS, presenceStatus);
751 extras.putLong(BluetoothMapContract.EXTRA_LAST_ACTIVE, lastActivity);
755 extras.putInt(BluetoothMapContract.EXTRA_CHAT_STATE, chatState);
756 extras
[all...]
/packages/apps/Calendar/src/com/android/calendar/
H A DUtils.java220 Bundle extras = intent.getExtras();
226 if (extras != null) {
227 if (extras.getBoolean(INTENT_KEY_DETAIL_VIEW, false)) {
231 } else if (INTENT_VALUE_VIEW_TYPE_DAY.equals(extras.getString(INTENT_KEY_VIEW_TYPE))) {
862 Bundle extras = new Bundle();
863 extras.putBoolean(ContentResolver.SYNC_EXTRAS_MANUAL, true);
867 extras);
1752 Bundle extras = new Bundle();
1753 extras.putBoolean(ContentResolver.SYNC_EXTRAS_MANUAL, true);
1754 extras
[all...]
/packages/apps/DocumentsUI/src/com/android/documentsui/archives/
H A DArchivesProvider.java77 public Bundle call(String method, String arg, Bundle extras) { argument
88 return super.call(method, arg, extras);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DWallpaperChooserDialogFragment.java208 final String[] extras = resources.getStringArray(list);
209 for (String extra : extras) {
H A DLauncherProvider.java1158 // Read the extras
1159 Bundle extras = new Bundle();
1172 extras.putString(key, value);
1174 throw new RuntimeException("Widget extras must have a key and value");
1177 throw new RuntimeException("Widgets can contain only extras");
1182 return addAppWidget(db, values, cn, spanX, spanY, extras);
1189 int spanX, int spanY, Bundle extras) {
1209 if (extras != null && !extras.isEmpty()) {
1212 intent.putExtras(extras);
1188 addAppWidget(SQLiteDatabase db, ContentValues values, ComponentName cn, int spanX, int spanY, Bundle extras) argument
[all...]
/packages/apps/Settings/src/com/android/settings/sim/
H A DSimPreferenceDialog.java62 final Bundle extras = getIntent().getExtras();
63 mSlotId = extras.getInt(SimSettings.EXTRA_SLOT_ID, -1);
/packages/apps/Email/provider_src/com/android/email/
H A DSecurityPolicy.java584 final Bundle extras = new Bundle(3);
585 extras.putBoolean(ContentResolver.SYNC_EXTRAS_MANUAL, true);
586 extras.putBoolean(ContentResolver.SYNC_EXTRAS_DO_NOT_RETRY, true);
587 extras.putBoolean(ContentResolver.SYNC_EXTRAS_EXPEDITED, true);
588 ContentResolver.requestSync(amAccount, EmailContent.AUTHORITY, extras);
590 extras.toString());
/packages/apps/Launcher3/src/com/android/launcher3/
H A DAutoInstallsLayout.java460 * It adds a pending widget which allows the widget to come later. If there are extras, those
463 * should be passed as extras and the widget should support reading these widget options.
481 // Read the extras
482 Bundle extras = new Bundle();
495 extras.putString(key, value);
497 throw new RuntimeException("Widget extras must have a key and value");
500 throw new RuntimeException("Widgets can contain only extras");
504 return verifyAndInsert(new ComponentName(packageName, className), extras);
507 protected long verifyAndInsert(ComponentName cn, Bundle extras) { argument
514 if (!extras
[all...]
H A DUtilities.java473 Bundle extras = launchIntent.getExtras();
474 return extras == null || extras.keySet().isEmpty();
/packages/apps/Messaging/src/com/android/messaging/sms/
H A DMmsUtils.java1845 final long receivedTimestampInSeconds, Bundle extras) {
1885 if (extras == null) {
1886 extras = new Bundle();
1888 extras.putParcelable(DownloadMmsAction.EXTRA_NOTIFICATION_URI, notificationUri);
1889 extras.putInt(DownloadMmsAction.EXTRA_SUB_ID, subId);
1890 extras.putString(DownloadMmsAction.EXTRA_SUB_PHONE_NUMBER, subPhoneNumber);
1891 extras.putString(DownloadMmsAction.EXTRA_TRANSACTION_ID, transactionId);
1892 extras.putString(DownloadMmsAction.EXTRA_CONTENT_LOCATION, contentLocation);
1893 extras.putBoolean(DownloadMmsAction.EXTRA_AUTO_DOWNLOAD, autoDownload);
1894 extras
1842 downloadMmsMessage(final Context context, final Uri notificationUri, final int subId, final String subPhoneNumber, final String transactionId, final String contentLocation, final boolean autoDownload, final long receivedTimestampInSeconds, Bundle extras) argument
2087 sendMmsMessage(final Context context, final int subId, final Uri messageUri, final Bundle extras) argument
[all...]
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DPeopleActivity.java1112 final Bundle extras = getIntent().getExtras();
1113 final Account account = extras == null ? null :
1114 (Account) extras.getParcelable(Intents.Insert.EXTRA_ACCOUNT);
1118 final String dataSet = extras == null
1119 ? null : extras.getString(Intents.Insert.EXTRA_DATA_SET);
H A DContactSelectionActivity.java614 // Forward extras to the new activity
615 Bundle extras = getIntent().getExtras();
616 if (extras != null) {
617 intent.putExtras(extras);
/packages/apps/Gallery/src/com/android/camera/
H A DImageGallery.java314 /* pass through any extras that were passed in */
584 Bundle extras = intent.getExtras();
585 String title = (extras != null)
586 ? extras.getString("windowTitle")
592 if (extras != null) {
595 & extras.getInt("mediaTypes", mInclusion);
/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
H A DBluetoothMapEmailProvider.java640 public Bundle call(String method, String arg, Bundle extras) { argument
646 long accountId = extras.getLong(BluetoothMapContract.EXTRA_UPDATE_ACCOUNT_ID, -1);
651 long folderId = extras.getLong(BluetoothMapContract.EXTRA_UPDATE_FOLDER_ID, -1);
/packages/apps/Car/Media/src/com/android/car/media/
H A DMediaManager.java283 Log.d(TAG, "Package from extras: " + mediaPackageName);
312 Bundle extras = mPendingSearchIntent.getExtras();
313 // Remove two extras that are not meant to be seen by external apps.
316 extras.remove(key);
319 mController.getTransportControls().playFromSearch(query, extras);
/packages/apps/Settings/src/com/android/settings/accounts/
H A DAccountSyncSettings.java391 Bundle extras = new Bundle();
392 extras.putBoolean(ContentResolver.SYNC_EXTRAS_MANUAL, true);
394 extras);

Completed in 2029 milliseconds

123456789