Searched refs:update (Results 276 - 300 of 316) sorted by relevance

<<111213

/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteDatabase.java168 * or updating the current row. Thus the insert or update always occurs.
210 public static final int OPEN_READWRITE = 0x00000000; // update native code if changing
216 public static final int OPEN_READONLY = 0x00000001; // update native code if changing
218 private static final int OPEN_READ_MASK = 0x00000001; // update native code if changing
228 public static final int NO_LOCALIZED_COLLATORS = 0x00000010; // update native code if changing
234 public static final int CREATE_IF_NECESSARY = 0x10000000; // update native code if changing
928 * Mark this table as syncable. When an update occurs in this table the
942 * table. When an update occurs in this table the _sync_dirty field of the
946 * @param table an update on this table will trigger a sync time removal
1512 * @param table the table to update i
1522 public int update(String table, ContentValues values, String whereClause, String[] whereArgs) { method in class:SQLiteDatabase
[all...]
/frameworks/base/core/java/android/provider/
H A DMediaStore.java1713 return res.update(uri, values, null, null) != 0;
/frameworks/base/core/java/android/widget/
H A DListPopupWindow.java605 // The call to PopupWindow's update method below can accept -1 for any
606 // value you do not want to update.
616 // The call to PopupWindow's update method below can accept -1 for any
617 // value you do not want to update.
636 mPopup.update(getAnchorView(), mDropDownHorizontalOffset,
H A DEditor.java755 mErrorPopup.update(mTextView, getErrorX(), getErrorY(),
1422 // so turn this into a full update.
1747 // only needs to update its drawing location.
3082 mPopupWindow.update(positionX, positionY, -1, -1);
4097 // Don't update drawable during dragging.
4246 * @param forceUpdatePosition whether to force update the position. This should be true
4253 // Will update controllers' state, hiding them and stopping selection mode if needed
4316 mContainer.update(pts[0], pts[1], -1, -1);
4741 // We're on a boundary or this is the first direction change -- just update
4748 // We've just moved past the boundary so update th
5653 public void update(int x, int y, int w, int h, boolean force) { method in class:Editor.ErrorPopup
[all...]
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_CameraMetadata.cpp142 return metadata->update(tag, dataPtr, dataCount); \
365 "Internal error while trying to update metadata");
368 "Unknown error (%d) while trying to update "
H A Dandroid_view_SurfaceControl.cpp148 res = screenshot->update(displayToken, sourceCrop, width, height,
/frameworks/base/media/java/android/mtp/
H A DMtpDatabase.java792 // finally update database
797 // note - we are relying on a special case in MediaProvider.update() to update
799 updated = mMediaProvider.update(mObjectsUri, values, ID_WHERE, whereArgs);
801 Log.e(TAG, "RemoteException in mMediaProvider.update", e);
804 Log.e(TAG, "Unable to update path for " + path + " to " + newPath);
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPageAdapter.java205 public void update(PageRange[] writtenPages, PageRange[] selectedPages, method in class:PageAdapter
461 // Now update the empty state drawable, as it depends on the page
478 // Now update the empty state drawable, as it depends on the page
606 // after the update
/frameworks/base/services/core/java/com/android/server/display/
H A DWifiDisplayController.java503 mDesiredDevice.update(device);
853 // from the sink, update both mConnectingDevice and mDesiredDevice
/frameworks/base/services/core/java/com/android/server/pm/
H A DEphemeralApplicationRegistry.java681 messageDigest.update(pkg.mSignatures[0].toByteArray());
/frameworks/base/services/net/java/android/net/ip/
H A DIpManager.java437 public void update() {
/frameworks/native/vulkan/libvulkan/
H A Ddriver.cpp35 callstack.update(); \
/frameworks/opt/telephony/src/java/android/provider/
H A DTelephony.java473 return 1 == SqliteWrapper.update(context, context.getContentResolver(),
1126 * re-sync or update the change. The uri that was used to call the provider
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DCatService.java1066 public void update(CommandsInterface ci, method in class:CatService
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
H A DDcTrackerTest.java727 mDct.update();
728 // The auto attach flag should be reset after update
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DListPopupWindow.java643 // The call to PopupWindow's update method below can accept -1 for any
644 // value you do not want to update.
654 // The call to PopupWindow's update method below can accept -1 for any
655 // value you do not want to update.
674 mPopup.update(getAnchorView(), mDropDownHorizontalOffset,
/frameworks/base/core/java/com/android/internal/app/procstats/
H A DProcessStats.java509 public boolean evaluateSystemProperties(boolean update) { argument
515 if (update) {
1172 // If this has active services, we need to update their process pointer
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiConfigManager.java114 * - Add/update/remove a WifiConfiguration
448 // When updating this condition, update WifiStateMachine's CONNECT_NETWORK handler to
750 * Add/update the specified configuration and save config
753 * @return network update result
905 * Add/update a network. Note that there is no saveConfig operation.
910 * @param config wifi configuration to add/update
1171 csum.update(source.getBytes(), 0, source.getBytes().length);
1343 * Update a network according to the update reason and its current state
1344 * @param netId The network ID of the network need update
1345 * @param reason The reason to update th
[all...]
/frameworks/base/core/tests/coretests/src/android/database/
H A DDatabaseGeneralTest.java105 assertEquals(1, mDatabase.update("test", values, "_id=1", null));
/frameworks/base/docs/html/training/
H A Dtraining_toc.cs2076 "How to use and update Google Play services security provider, to
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsBackupAgent.java623 // bounce-and-update operation a little ways in the future. The
850 checkSummer.update(data);
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageManagerTests.java788 boolean update = false; field in class:PackageManagerTests.ReplaceReceiver
794 if (update) {
819 if (!update) {
3005 * Check if an apk signed by a key other than the upgrade keyset can update
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java976 previewPopup.update(mPopupPreviewX, mPopupPreviewY,
/frameworks/base/core/java/com/android/internal/widget/
H A DFloatingToolbar.java587 mPopupWindow.update(
/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManager.java2129 /** True if a sync was in progress on the most recent call to update() */
2137 public synchronized void update() { method in class:SyncManager.SyncTimeTracker
2426 mSyncTimeTracker.update();
2716 "Time since last update: %ds. Delta transferred: %dMBs,%dKBs,%dBs",

Completed in 1807 milliseconds

<<111213