/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/ |
CRC32Test.java | 42 crc.update(Integer.MAX_VALUE); 46 assertEquals("update(max) failed to update the checksum to the correct value ", 51 crc.update(byteEmpty); 55 assertEquals("update(byte[]) failed to update the checksum to the correct value ", 59 crc.update(1); 63 // assertEquals("update(int) failed to update the checksum to the correct 76 crc.update(1) [all...] |
/libcore/luni/src/test/java/libcore/java/util/logging/ |
OldLogRecordTest.java | 76 public LogRecord lr = null; //will be update by the thread 79 update(); method 82 public synchronized void update(){ method in class:OldLogRecordTest.MockThread
|
/libcore/ojluni/src/main/java/java/util/jar/ |
JarInputStream.java | 212 jv.update(n, b, off, len, mev);
|
/libcore/ojluni/src/main/java/java/util/zip/ |
GZIPOutputStream.java | 147 crc.update(buf, off, len);
|
/libcore/tzdata/tools/src/main/libcore/tzdata/update/tools/ |
CreateTzDataBundle.java | 16 package libcore.tzdata.update.tools; 26 import libcore.tzdata.update.ConfigBundle; 27 import libcore.tzdata.update.FileUtils; 30 * A command-line tool for creating a TZ data update bundle. 82 System.out.println("Update contains checksums for " + (i-1) + " files");
|
/libcore/tzdata/update/src/main/libcore/tzdata/update/ |
TzDataBundleInstaller.java | 16 package libcore.tzdata.update; 57 Slog.i(logTag, "Applying time zone update"); 61 Slog.i(logTag, "Update not applied: Bundle is missing files"); 74 Slog.i(logTag, "Update applied: " + currentTzDataDir + " successfully created"); 77 Slog.i(logTag, "Update not applied: System checksum did not match"); 97 Slog.i(logTag, "Unpacking update content to: " + targetDir);
|
/libcore/tzdata/update/src/test/libcore/tzdata/update/ |
ConfigBundleTest.java | 16 package libcore.tzdata.update;
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
MmsFileProvider.java | 74 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:MmsFileProvider
|
/packages/apps/Calendar/src/com/android/calendar/alerts/ |
DismissAlarmsService.java | 97 resolver.update(uri, values, selection, null);
|
SnoozeAlarmsService.java | 76 resolver.update(uri, dismissValues, selection, null);
|
/packages/apps/Calendar/tests/src/com/android/calendar/ |
DbTestUtils.java | 142 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:DbTestUtils.FakeContentProvider
|
/packages/apps/Camera2/src/com/android/camera/async/ |
ConcurrentBufferQueue.java | 143 public void update(@Nonnull T element) { method in class:ConcurrentBufferQueue
|
/packages/apps/DeskClock/src/com/android/deskclock/timer/ |
TimerCircleView.java | 84 void update(Timer timer) { method in class:TimerCircleView
|
/packages/apps/Dialer/InCallUI/src/com/android/incallui/ |
ConferenceManagerFragment.java | 125 public void update(Context context, List<Call> participants, boolean parentCanSeparate) { method in class:ConferenceManagerFragment
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/ |
MessageChangeLogTable.java | 68 * Update status of all change entries for an account: 73 * @param accountId The account we want to update. 85 cr.update(uri, cv, SELECTION_BY_ACCOUNT_KEY_AND_STATUS, args); 90 return cr.update(uri, cv, SELECTION_BY_ACCOUNT_KEY_AND_STATUS, args); 100 * @param accountId The account we want to update. 147 * @param uri The {@link Uri} for the update. 148 * @param messageKeys The messages to update. 160 return cr.update(uri, cv, getSelectionForMessages(messageKeys, count), null); 166 * @param uri The {@link Uri} for the update. 167 * @param messageKeys The messages to update [all...] |
/packages/apps/Email/provider_src/com/android/email/mail/internet/ |
AuthenticationCache.java | 151 cred.update(context, cred.toContentValues());
|
/packages/apps/Email/provider_src/com/android/email/provider/ |
Utilities.java | 169 // One last update of message with two updated flags 177 context.getContentResolver().update(uri, cv, null, null); 192 content.update(context, content.toContentValues());
|
/packages/apps/Gallery/src/com/android/camera/gallery/ |
Image.java | 64 mContentResolver.update(mUri, values, null, null);
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/provider/ |
SharedImageProvider.java | 76 public int update(Uri arg0, ContentValues arg1, String arg2, String[] arg3) { method in class:SharedImageProvider
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
FileProvider.java | 140 public int update(final Uri uri, final ContentValues values, final String selection, method in class:FileProvider
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/ |
MarkAsReadAction.java | 66 // Update local db 74 final int count = db.update(DatabaseHelper.MESSAGES_TABLE, values, 86 // After marking messages as read, update the notifications. This will 88 BugleNotifications.update(false/*silent*/, BugleNotifications.UPDATE_ALL);
|
RedownloadMmsAction.java | 101 // Immediately update the notifications in case we came from the download action from a 103 BugleNotifications.update(false/*silent*/, BugleNotifications.UPDATE_ALL);
|
/packages/apps/Messaging/src/com/android/messaging/ui/debug/ |
DebugMmsConfigFragment.java | 128 mMmsConfig.update(key, value, keyType);
|
/packages/apps/PackageInstaller/src/com/android/packageinstaller/wear/ |
WearPackageIconProvider.java | 99 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:WearPackageIconProvider 100 throw new UnsupportedOperationException("Update is not supported.");
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/ |
GoogleSuggestionProvider.java | 108 public int update(Uri uri, ContentValues values, String selection, method in class:GoogleSuggestionProvider
|