/packages/apps/Contacts/tests/src/com/android/contacts/model/ |
D | RawContactDeltaTests.java | 166 final ArrayList<CPOWrapper> diff = Lists.newArrayList(); in testEntityDiffNone() local 184 final ArrayList<CPOWrapper> diff = Lists.newArrayList(); in testEntityDiffNoneInsert() local 227 final ArrayList<CPOWrapper> diff = Lists.newArrayList(); in testEntityDiffUpdateInsert() local 270 final ArrayList<CPOWrapper> diff = Lists.newArrayList(); in testEntityDiffNoneUpdate() local 306 final ArrayList<CPOWrapper> diff = Lists.newArrayList(); in testEntityDiffDelete() local 332 final ArrayList<CPOWrapper> diff = Lists.newArrayList(); in testEntityDiffInsert() local 361 final ArrayList<CPOWrapper> diff = Lists.newArrayList(); in testEntityDiffInsertInsert() local
|
D | RawContactDeltaListTests.java | 173 final ArrayList<CPOWrapper> diff = Lists.newArrayList(); in assertDiffPattern() local 183 static void assertDiffPattern(ArrayList<CPOWrapper> diff, CPOWrapper... pattern) { in assertDiffPattern() 298 static int countExceptionUpdates(ArrayList<CPOWrapper> diff) { in countExceptionUpdates() 315 final ArrayList<CPOWrapper> diff = set.buildDiffWrapper(); in testInsert() local 326 final ArrayList<CPOWrapper> diff = set.buildDiffWrapper(); in testUpdateUpdate() local 337 final ArrayList<CPOWrapper> diff = set.buildDiffWrapper(); in testUpdateInsert() local 349 final ArrayList<CPOWrapper> diff = set.buildDiffWrapper(); in testInsertUpdateInsert() local 361 final ArrayList<CPOWrapper> diff = set.buildDiffWrapper(); in testInsertInsertInsert() local
|
D | RawContactModifierTests.java | 384 final ArrayList<CPOWrapper> diff = Lists.newArrayList(); in testTrimEmptySingle() local 487 final ArrayList<CPOWrapper> diff = Lists.newArrayList(); in testTrimEmptyUntouched() local 512 final ArrayList<CPOWrapper> diff = Lists.newArrayList(); in testTrimEmptyAfterUpdate() local 566 final ArrayList<CPOWrapper> diff = Lists.newArrayList(); in testTrimInsertEmpty() local 596 final ArrayList<CPOWrapper> diff = Lists.newArrayList(); in testTrimInsertInsert() local 643 final ArrayList<CPOWrapper> diff = Lists.newArrayList(); in testTrimUpdateRemain() local 715 final ArrayList<CPOWrapper> diff = Lists.newArrayList(); in testTrimUpdateUpdate() local
|
/packages/apps/Contacts/src/com/android/contacts/model/account/ |
D | AccountComparator.java | 50 int diff = a.name.compareToIgnoreCase(b.name); in compare() local
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/ |
D | EntitySet.java | 115 final ArrayList<ContentProviderOperation> diff = Lists.newArrayList(); in buildDiff() local 189 private void buildSplitContactDiff(final ArrayList<ContentProviderOperation> diff, in buildSplitContactDiff() 204 private void buildSplitContactDiff(ArrayList<ContentProviderOperation> diff, int index1, in buildSplitContactDiff()
|
D | EntityDiff.java | 48 final EntityDiff diff = new EntityDiff(); in buildDiff() local
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
D | ComposingText.java | 219 int diff = mod_len - org_len; in modifyUpper() local 383 int diff = to - from + 1; in deleteStrSegment() local 435 private void deleteStrSegment0(int layer, int from, int to, int diff) { in deleteStrSegment0() 544 public int moveCursor(int layer, int diff) { in moveCursor()
|
/packages/services/Car/tests/CarDiagnosticVerifier/src/com/google/android/car/diagnosticverifier/ |
D | DiagnosticVerifier.java | 120 List<Integer> diff = calculateDiffOperations(); in verify() local 205 List<Integer> diff = new ArrayList<>(); in calculateDiffOperations() local
|
/packages/apps/UnifiedEmail/src/com/android/mail/ |
D | MinTimeProgressView.java | 74 long diff = System.currentTimeMillis() - mStartTime; in hide() local
|
D | MinTimeProgressDialog.java | 74 long diff = System.currentTimeMillis() - mStartTime; in dismiss() local
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | NameNormalizer.java | 89 int diff = getComplexityCollator().compare(clean1, clean2); in compareComplexity() local
|
/packages/apps/Dialer/java/com/android/incallui/answer/impl/utils/ |
D | FlingAnimationUtils.java | 126 float diff = Math.abs(endValue - currValue); in getProperties() local 198 float diff = Math.abs(endValue - currValue); in getDismissingProperties() local 275 private VelocityInterpolator(float durationSeconds, float velocity, float diff) { in VelocityInterpolator()
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
D | ConversationViewProgressController.java | 102 final long diff = Math.abs(System.currentTimeMillis() - mLoadingShownTime); in dismissLoadingStatus() local
|
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/ |
D | IngestObjectInfo.java | 61 long diff = getDateCreated() - another.getDateCreated(); in compareTo() local
|
/packages/apps/Launcher3/src/com/android/launcher3/widget/ |
D | WidgetsDiffReporter.java | 72 int diff = comparePackageName(orgRowEntry, newRowEntry, comparator); in process() local
|
/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/exif/ |
D | CountedDataInputStream.java | 80 long diff = target - cur; in skipTo() local
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/ |
D | CountedDataInputStream.java | 77 long diff = target - cur; in skipTo() local
|
/packages/apps/Camera2/src/com/android/camera/exif/ |
D | CountedDataInputStream.java | 77 long diff = target - cur; in skipTo() local
|
/packages/apps/Messaging/src/com/android/messaging/util/exif/ |
D | CountedDataInputStream.java | 79 long diff = target - cur; in skipTo() local
|
/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
D | RotateImageView.java | 77 int diff = mTargetDegree - mCurrentDegree; in setOrientation() local
|
/packages/apps/Contacts/src/com/android/contacts/model/ |
D | RawContactDelta.java | 394 private void possibleAdd(ArrayList<ContentProviderOperation> diff, in possibleAdd() 405 private void possibleAddWrapper(ArrayList<CPOWrapper> diff, BuilderWrapper bw) { in possibleAddWrapper()
|
/packages/apps/Calendar/src/com/android/calendar/ |
D | DayFragment.java | 183 int diff = currentView.compareToVisibleTimeRange(goToTime); in goTo() local
|
D | CalendarViewAdapter.java | 392 int diff = dayOfWeek - firstDayOfWeek; in buildWeekDate() local
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | Cling.java | 173 double diff = Math.sqrt(Math.pow(event.getX() - positions[i], 2) + in onTouchEvent() local
|
/packages/apps/TV/src/com/android/tv/tuner/source/ |
D | TunerTsStreamer.java | 115 long diff = ((endPosition - currentPosition + TS_PACKET_SIZE - 1) / TS_PACKET_SIZE) in read() local
|