Searched refs:extras (Results 51 - 75 of 102) sorted by relevance

12345

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContentResolver.java94 public void startSync(Uri uri, Bundle extras) { argument
H A DBridgeWindow.java76 int z, Bundle extras, boolean sync) {
75 dispatchWallpaperCommand(String action, int x, int y, int z, Bundle extras, boolean sync) argument
/frameworks/base/location/java/android/location/
H A DLocationManager.java72 * <p> The extras Bundle for the GPS location provider can contain the
196 public void onStatusChanged(String provider, int status, Bundle extras) { argument
202 if (extras != null) {
203 b.putBundle("extras", extras);
233 Bundle extras = b.getBundle("extras");
234 mListener.onStatusChanged(provider, status, extras);
619 * KEY_STATUS_CHANGED and an integer value indicating the new status. Any extras associated
675 * KEY_STATUS_CHANGED and an integer value indicating the new status. Any extras associate
1173 setTestProviderStatus(String provider, int status, Bundle extras, long updateTime) argument
1429 sendExtraCommand(String provider, String command, Bundle extras) argument
[all...]
H A DAddress.java417 public void setExtras(Bundle extras) { argument
418 mExtras = (extras == null) ? null : new Bundle(extras);
469 sb.append(",extras=");
/frameworks/base/core/java/android/content/
H A DIntentSender.java96 * @param resultExtras The final extras collected by a broadcast.
117 String data, Bundle extras, boolean serialized, boolean sticky) {
121 mResultExtras = extras;
116 performReceive(Intent intent, int resultCode, String data, Bundle extras, boolean serialized, boolean sticky) argument
H A DContentService.java231 public void requestSync(Account account, String authority, Bundle extras) { argument
232 ContentResolver.validateSyncExtrasBundle(extras);
239 syncManager.scheduleSync(account, authority, extras, 0 /* no delay */,
315 public void addPeriodicSync(Account account, String authority, Bundle extras, argument
322 account, authority, extras, pollFrequency);
328 public void removePeriodicSync(Account account, String authority, Bundle extras) { argument
333 getSyncManager().getSyncStorageEngine().removePeriodicSync(account, authority, extras);
H A DSyncManager.java490 * <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
510 scheduleSync(Account requestedAccount, String requestedAuthority, Bundle extras, long delay, boolean onlyThoseWithUnkownSyncableState) argument
[all...]
H A DIContentProvider.java52 public Bundle call(String method, String arg, Bundle extras) throws RemoteException; argument
H A DSyncQueue.java60 op.account, op.syncSource, op.authority, op.extras, 0 /* delay */,
106 operation.authority, operation.extras, operation.expedited);
H A DContentProvider.java236 public Bundle call(String method, String arg, Bundle extras) { argument
237 return ContentProvider.this.call(method, arg, extras);
982 * @param extras provider-defined Bundle argument. May be null.
986 public Bundle call(String method, String arg, Bundle extras) { argument
/frameworks/base/core/java/android/database/
H A DCursorToBulkCursorAdaptor.java282 public Bundle respond(Bundle extras) { argument
286 return mCursor.respond(extras);
/frameworks/base/opengl/tests/lib/
H A DAndroid.mk21 LOCAL_C_INCLUDES += system/extras/tests/include \
/frameworks/base/services/java/com/android/server/location/
H A DLocationProviderProxy.java320 public int getStatus(Bundle extras) { argument
327 return provider.getStatus(extras);
436 public boolean sendExtraCommand(String command, Bundle extras) { argument
441 return provider.sendExtraCommand(command, extras);
/frameworks/base/test-runner/src/android/test/mock/
H A DMockCursor.java172 public Bundle respond(Bundle extras) { argument
/frameworks/base/core/java/android/test/
H A DInstrumentationTestCase.java77 * 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);
89 launchActivity( String pkg, Class<T> activityCls, Bundle extras) argument
/frameworks/base/services/jni/
H A Dcom_android_server_location_GpsLocationProvider.cpp189 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);
/frameworks/base/core/java/android/webkit/
H A DGeolocationService.java115 * @param extras an optional Bundle with provider specific data.
117 public void onStatusChanged(String providerName, int status, Bundle extras) { argument
/frameworks/base/core/java/android/accounts/
H A DIAccountManager.aidl36 boolean addAccount(in Account account, String password, in Bundle extras);
/frameworks/base/core/java/android/app/
H A DIApplicationThread.java68 int resultCode, String data, Bundle extras, boolean sync) throws RemoteException;
106 int resultCode, String data, Bundle extras, boolean ordered, boolean sticky)
67 scheduleReceiver(Intent intent, ActivityInfo info, CompatibilityInfo compatInfo, int resultCode, String data, Bundle extras, boolean sync) argument
105 scheduleRegisteredReceiver(IIntentReceiver receiver, Intent intent, int resultCode, String data, Bundle extras, boolean ordered, boolean sticky) argument
H A DLoadedApk.java645 String data, Bundle extras, boolean ordered, boolean sticky) {
653 rd.performReceive(intent, resultCode, data, extras,
664 if (extras != null) {
665 extras.setAllowFds(false);
667 mgr.finishReceiver(this, resultCode, data, extras, false);
802 String data, Bundle extras, boolean ordered, boolean sticky) {
808 Args args = new Args(intent, resultCode, data, extras, ordered, sticky);
644 performReceive(Intent intent, int resultCode, String data, Bundle extras, boolean ordered, boolean sticky) argument
801 performReceive(Intent intent, int resultCode, String data, Bundle extras, boolean ordered, boolean sticky) argument
H A DLauncherActivity.java71 public Bundle extras; field in class:LauncherActivity.ListItem
124 if (item.extras != null) {
125 intent.putExtras(item.extras);
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java113 Bundle extras; field in class:WallpaperService.WallpaperCommand
290 int z, Bundle extras, boolean sync) {
298 cmd.extras = extras;
440 * @param extras Any additional parameters.
447 Bundle extras, boolean resultRequested) {
851 cmd.extras, cmd.sync);
977 int z, Bundle extras) {
979 mEngine.mWindow.dispatchWallpaperCommand(action, x, y, z, extras, false);
446 onCommand(String action, int x, int y, int z, Bundle extras, boolean resultRequested) argument
976 dispatchWallpaperCommand(String action, int x, int y, int z, Bundle extras) argument
/frameworks/base/core/java/android/view/
H A DIWindowSession.aidl172 int z, in Bundle extras, boolean sync);
/frameworks/base/tests/appwidgets/AppWidgetHostTest/src/com/android/tests/appwidgethost/
H A DAppWidgetHostActivity.java101 Bundle extras = intent.getExtras();
102 int appWidgetId = extras.getInt(AppWidgetManager.EXTRA_APPWIDGET_ID);
/frameworks/base/core/java/android/widget/
H A DSuggestionsAdapter.java231 Bundle extras = cursor != null ? cursor.getExtras() : null;
234 + (extras != null
235 ? extras.getBoolean(SearchManager.CURSOR_EXTRA_KEY_IN_PROGRESS)
239 if (extras != null
240 && extras.getBoolean(SearchManager.CURSOR_EXTRA_KEY_IN_PROGRESS)) {

Completed in 2112 milliseconds

12345