HomeSort by relevance Sort by last modified time
    Searched refs:extras (Results 151 - 175 of 279) sorted by null

1 2 3 4 5 67 8 91011>>

  /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperPreview.java 72 Bundle extras = getIntent().getExtras(); local
73 mWallpaperIntent = (Intent) extras.get(EXTRA_LIVE_WALLPAPER_INTENT);
82 mSettings = extras.getString(EXTRA_LIVE_WALLPAPER_SETTINGS);
83 mPackageName = extras.getString(EXTRA_LIVE_WALLPAPER_PACKAGE);
  /frameworks/base/core/java/android/test/
InstrumentationTestCase.java 77 * extras = null, unless a custom bundle is provided here
86 * @param extras Optional extra stuff to pass to the activity.
92 Bundle extras) {
94 if (extras != null) {
95 intent.putExtras(extras);
  /packages/apps/BasicSmsReceiver/tests/src/com/android/basicsmsreceiver/
DialogSmsDisplayTests.java 123 Bundle extras = intent.getExtras();
125 if (extras == null)
128 Object[] pdus = (Object[]) extras.get("pdus");
  /packages/apps/Browser/src/com/android/browser/
ComboViewActivity.java 51 Bundle extras = getIntent().getExtras(); local
52 Bundle args = extras.getBundle(EXTRA_COMBO_ARGS);
53 String svStr = extras.getString(EXTRA_INITIAL_VIEW, null);
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertService.java 61 Bundle extras = intent.getExtras(); local
62 if (extras == null) {
63 Log.e(TAG, "received SMS_CB_RECEIVED_ACTION with no extras!");
67 Object[] pdus = (Object[]) extras.get("pdus");
  /packages/apps/Contacts/src/com/android/contacts/activities/
AttachPhotoActivity.java 154 final Bundle extras = result.getExtras(); local
155 if (extras != null && mRawContactIds != null) {
156 Bitmap photo = extras.getParcelable("data");
  /packages/apps/Settings/src/com/android/settings/
AccessibilitySettings.java 120 // Extras passed to sub-fragments.
358 Bundle extras = preference.getExtras(); local
359 extras.putString(EXTRA_PREFERENCE_KEY, preference.getKey());
360 extras.putBoolean(EXTRA_CHECKED, serviceEnabled);
361 extras.putString(EXTRA_TITLE, title);
367 extras.putString(EXTRA_SUMMARY, description);
371 extras.putString(EXTRA_ENABLE_WARNING_TITLE, getString(
373 extras.putString(EXTRA_ENABLE_WARNING_MESSAGE, getString(
376 extras.putString(EXTRA_DISABLE_WARNING_TITLE, getString(
379 extras.putString(EXTRA_DISABLE_WARNING_MESSAGE, getString
    [all...]
  /frameworks/base/core/java/android/content/
ContentService.java 231 public void requestSync(Account account, String authority, Bundle extras) {
232 ContentResolver.validateSyncExtrasBundle(extras);
239 syncManager.scheduleSync(account, authority, extras, 0 /* no delay */,
315 public void addPeriodicSync(Account account, String authority, Bundle extras,
322 account, authority, extras, pollFrequency);
328 public void removePeriodicSync(Account account, String authority, Bundle extras) {
333 getSyncManager().getSyncStorageEngine().removePeriodicSync(account, authority, extras);
SyncManager.java 490 * <p>If the ContentResolver.SYNC_EXTRAS_UPLOAD boolean in extras is
497 * then the extras can contain SyncAdapter-specific information
504 * @param extras a Map of SyncAdapter-specific information to control
511 Bundle extras, long delay, boolean onlyThoseWithUnkownSyncableState) {
517 if (extras == null) extras = new Bundle();
519 Boolean expedited = extras.getBoolean(ContentResolver.SYNC_EXTRAS_EXPEDITED, false);
539 final boolean uploadOnly = extras.getBoolean(ContentResolver.SYNC_EXTRAS_UPLOAD, false);
540 final boolean manualSync = extras.getBoolean(ContentResolver.SYNC_EXTRAS_MANUAL, false);
542 extras.putBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF, true)
656 final Bundle extras = new Bundle(); local
1758 final Bundle extras = info.periodicSyncs.get(i).first; local
    [all...]
IContentProvider.java 52 public Bundle call(String method, String arg, Bundle extras) throws RemoteException;
SyncQueue.java 60 op.account, op.syncSource, op.authority, op.extras, 0 /* delay */,
106 operation.authority, operation.extras, operation.expedited);
  /packages/apps/VideoEditor/src/com/android/videoeditor/
VideoEditorActivity.java     [all...]
  /frameworks/base/services/jni/
com_android_server_location_GpsLocationProvider.cpp 189 jstring extras = env->NewStringUTF(notification->extras); local
191 if (requestor_id && text && extras) {
197 notification->text_encoding, extras);
206 if (extras)
207 env->DeleteLocalRef(extras);
  /sdk/chimpchat/src/com/android/chimpchat/adb/
AdbChimpDevice.java 384 Collection<String> categories, Map<String, Object> extras, String component,
387 extras, component, flags);
394 Collection<String> categories, Map<String, Object> extras, String component,
397 extras, component, flags);
407 Collection<String> categories, Map<String, Object> extras, String component,
443 // Handle extras
444 for (Entry<String, Object> entry : extras.entrySet()) {
445 // Extras are either boolean, string, or int. See which we have
  /frameworks/base/location/java/android/location/
Address.java 417 public void setExtras(Bundle extras) {
418 mExtras = (extras == null) ? null : new Bundle(extras);
469 sb.append(",extras=");
  /packages/apps/Email/src/com/android/email/activity/
Welcome.java 163 Bundle extras = i.getExtras(); local
164 if (extras != null) {
165 String s = extras.getString(EXTRA_DEBUG_PANE_MODE);
  /packages/apps/Phone/src/com/android/phone/
EditFdnContactScreen.java 124 Bundle extras = (intent != null) ? intent.getExtras() : null; local
125 if (extras != null) {
126 mPin2 = extras.getString("pin2");
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyNetworkMonitor.java 42 public void performReceive(Intent intent, int resultCode, String data, Bundle extras,
  /frameworks/base/core/java/android/webkit/
GeolocationService.java 115 * @param extras an optional Bundle with provider specific data.
117 public void onStatusChanged(String providerName, int status, Bundle extras) {
  /packages/apps/Mms/src/com/android/mms/ui/
SlideshowAttachmentView.java 69 public void setAudio(Uri audio, String name, Map<String, ?> extras) {
  /packages/wallpapers/Galaxy4/src/com/android/galaxy4/
Galaxy4Wallpaper.java 100 public Bundle onCommand(String action, int x, int y, int z, Bundle extras,
103 // return mWallpaperRS.onCommand(action, x, y, z, extras, resultRequested);
  /packages/wallpapers/PhaseBeam/src/com/android/phasebeam/
PhaseBeamWallpaper.java 91 public Bundle onCommand(String action, int x, int y, int z, Bundle extras,
  /sdk/monkeyrunner/src/com/android/monkeyrunner/
MonkeyDevice.java 260 args = { "uri", "action", "data", "mimetype", "categories", "extras",
267 "A dictionary of extras to add to the Intent. Types of these extras " +
284 Map<String, Object> extras = JythonUtils.getMap(ap, 5); local
288 impl.startActivity(uri, action, data, mimetype, categories, extras, component, flags);
292 args = { "uri", "action", "data", "mimetype", "categories", "extras",
299 "A dictionary of extras to add to the Intent. Types of these extras " +
316 Map<String, Object> extras = JythonUtils.getMap(ap, 5); local
320 impl.broadcastIntent(uri, action, data, mimetype, categories, extras, component, flags)
    [all...]
  /frameworks/base/core/java/android/accounts/
IAccountManager.aidl 36 boolean addAccount(in Account account, String password, in Bundle extras);
  /frameworks/base/core/java/android/app/
IApplicationThread.java 68 int resultCode, String data, Bundle extras, boolean sync) throws RemoteException;
106 int resultCode, String data, Bundle extras, boolean ordered, boolean sticky)

Completed in 1085 milliseconds

1 2 3 4 5 67 8 91011>>