/frameworks/base/core/tests/coretests/src/android/app/activity/ |
LocalProvider.java | 130 public int update(Uri url, ContentValues values, String where, String[] whereArgs) { method in class:LocalProvider 139 count = db.update("data", values, "_id=" + rowId, null); 144 "Cannot update URL: " + url);
|
/frameworks/base/core/tests/coretests/src/android/content/ |
MemoryFileProvider.java | 163 public int update(Uri url, ContentValues values, String where, String[] whereArgs) { method in class:MemoryFileProvider 164 throw new UnsupportedOperationException("update not supported");
|
/frameworks/base/core/tests/coretests/src/android/text/ |
DynamicLayoutBlocksTest.java | 63 private void update(int startLine, int endLine, int newLineCount) { method in class:DynamicLayoutBlocksTest 97 update(0, 0, 0); 100 update(0, 0, 1); 103 update(0, 0, 10); 110 update(0, 0, 0); 113 update(0, 10, 0); 116 update(0, 100, 0); 119 update(20, 30, 0); 122 update(20, 20, 0); 125 update(40, 100, 0) [all...] |
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
KeyguardMessageArea.java | 59 update(); 85 update(); method 144 update(); method 159 private void update() { method in class:KeyguardMessageArea
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/ |
CustomPrinterIconCache.java | 72 md.update(
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
ViewInvertHelper.java | 92 public void update(boolean invert) { method in class:ViewInvertHelper 123 update(invert);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
FreeformWorkspaceLayoutAlgorithm.java | 56 public void update(List<Task> freeformTasks, TaskStackLayoutAlgorithm stackLayout) { method in class:FreeformWorkspaceLayoutAlgorithm 95 // The new row is too high, so we need to try fitting again. Update the
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
LightStatusBarController.java | 72 update(fullscreenStackBounds, dockedStackBounds); method 97 private void update(Rect fullscreenStackBounds, Rect dockedStackBounds) { method in class:LightStatusBarController
|
UnlockMethodCache.java | 51 update(true /* updateAlways */); 87 private void update(boolean updateAlways) { method in class:UnlockMethodCache 116 update(false /* updateAlways */); 121 update(false /* updateAlways */); 126 update(false /* updateAlways */); 131 update(false /* updateAlways */); 139 update(false /* updateAlways */); 144 update(false /* updateAlways */); 149 update(false /* updateAlways */);
|
/frameworks/base/services/core/java/com/android/server/job/controllers/ |
AppIdleController.java | 162 GlobalUpdateFunc update = new GlobalUpdateFunc(); local 163 mJobSchedulerService.getJobStore().forEachJob(update); 164 if (update.mChanged) { 182 PackageUpdateFunc update = new PackageUpdateFunc(userId, packageName, idle); local 183 mJobSchedulerService.getJobStore().forEachJob(update); 184 if (update.mChanged) {
|
/frameworks/base/services/core/java/com/android/server/pm/ |
ProcessLoggingHandler.java | 107 md.update(buffer, 0, size);
|
/frameworks/base/services/usage/java/com/android/server/usage/ |
IntervalStats.java | 95 void update(String packageName, long timeStamp, int eventType) { method in class:IntervalStats
|
/frameworks/base/tests/FixVibrateSetting/src/com/android/fixvibratesetting/ |
FixVibrateSetting.java | 64 update(); method 84 update(); method 87 update(); method 90 update(); method 94 private void update() { method in class:FixVibrateSetting
|
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/ |
TrackerProvider.java | 122 public int update(Uri uri, ContentValues values, String selection, method in class:TrackerProvider
|
/frameworks/base/tools/orientationplot/ |
orientationplot.py | 183 self.timer.add_callback(lambda: self.update()) 262 # Update samples. 263 def update(self): member in class:Plotter 454 plotter.update()
|
/frameworks/base/tools/velocityplot/ |
velocityplot.py | 118 self.timer.add_callback(lambda: self.update()) 176 # Update samples. 177 def update(self): member in class:Plotter 286 plotter.update()
|
/frameworks/base/wifi/java/android/net/wifi/p2p/ |
WifiP2pDeviceList.java | 81 * Add/update a device to the list. If the device is not found, a new device entry 86 public void update(WifiP2pDevice device) { method in class:WifiP2pDeviceList 207 deviceList.update((WifiP2pDevice)in.readParcelable(null));
|
/frameworks/ex/common/java/com/android/common/content/ |
SyncStateContentProviderHelper.java | 28 * and implements query/insert/update/delete to access that table using the 95 public int update(SQLiteDatabase db, ContentValues values, method in class:SyncStateContentProviderHelper 97 return db.update(SYNC_STATE_TABLE, values, selection, selectionArgs); 100 public int update(SQLiteDatabase db, long rowId, Object data) { method in class:SyncStateContentProviderHelper 105 db.execSQL("UPDATE " + SYNC_STATE_TABLE
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/ |
ImsPhoneCallTest.java | 119 mImsCallUT.update(null, mImsCall, Call.State.ALERTING); 122 mImsCallUT.update(null, mImsCall, Call.State.ACTIVE);
|
/hardware/bsp/intel/peripheral/libupm/src/itg3200/ |
itg3200.cxx | 75 Itg3200::update(); 88 Itg3200::update(); 130 Itg3200::update(void) function in class:Itg3200
|
/hardware/bsp/intel/peripheral/libupm/src/mpu9150/ |
mpu60x0.cxx | 105 void MPU60X0::update() function in class:MPU60X0
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
encodemv.c | 180 /* Motion vector probability table update depends on benefit. 181 * Small correction allows for the fact that an update to an MV probability 198 static void update( function 326 update(w, is_short_ct, Pcur + mvpis_short, Pnew[mvpis_short], *Pupdate++, updated); 328 update(w, sign_ct, Pcur + MVPsign, Pnew[MVPsign], *Pupdate++, updated); 338 update(w, short_bct[j], cur_p + j, new_p[j], *Pupdate++, updated); 351 update(w, bit_ct[j], cur_p + j, new_p[j], *Pupdate++, updated);
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/ |
HwcLayer.cpp | 236 bool HwcLayer::update(hwc_layer_1_t *layer) function in class:android::intel::HwcLayer 238 // update layer 242 // if not a FB layer & a plane was attached update plane's data buffer 296 // TODO: same handle does not mean there is always no update 300 // update handle always as it can become "NULL"
|
/hardware/libhardware/include/hardware/ |
keymaster1.h | 412 * update(), finish() or abort(). 418 * operations. Any result other than KM_ERROR_OK from begin(), update() or finish() implicitly 448 * update(), finish() or abort(). If operation_handle is NULL, begin() will return 461 * If operation_handle is invalid, update() will return KM_ERROR_INVALID_OPERATION_HANDLE. 463 * update() may not consume all of the data provided in the data buffer. update() will return 473 * calls to update(), but only until input data has been provided. 476 * Note that update() may or may not consume all of the data provided. See \p input_consumed. 478 * \param[out] input_consumed Amount of data that was consumed by update(). If this is less 480 * update() 495 keymaster_error_t (*update)(const struct keymaster1_device* dev, member in struct:keymaster1_device [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/ |
Adler32Test.java | 42 adl.update(1); 45 assertEquals("update(int) failed to update the checksum to the correct value ", 52 adl.update(Integer.MIN_VALUE); 55 assertEquals("update(min) failed to update the checksum to the correct value ", 65 adl.update(1); 68 assertEquals("update(int) failed to update the checksum to the correct value ", 76 * java.util.zip.Adler32#update(int [all...] |