/packages/apps/Contacts/tests/src/com/android/contacts/model/ |
D | RawContactDeltaTests.java | 167 final ArrayList<CPOWrapper> diff = Lists.newArrayList(); in testEntityDiffNone() local 185 final ArrayList<CPOWrapper> diff = Lists.newArrayList(); in testEntityDiffNoneInsert() local 228 final ArrayList<CPOWrapper> diff = Lists.newArrayList(); in testEntityDiffUpdateInsert() local 271 final ArrayList<CPOWrapper> diff = Lists.newArrayList(); in testEntityDiffNoneUpdate() local 307 final ArrayList<CPOWrapper> diff = Lists.newArrayList(); in testEntityDiffDelete() local 333 final ArrayList<CPOWrapper> diff = Lists.newArrayList(); in testEntityDiffInsert() local 362 final ArrayList<CPOWrapper> diff = Lists.newArrayList(); in testEntityDiffInsertInsert() local
|
D | RawContactDeltaListTests.java | 178 final ArrayList<CPOWrapper> diff = Lists.newArrayList(); in assertDiffPattern() local 188 static void assertDiffPattern(ArrayList<CPOWrapper> diff, CPOWrapper... pattern) { in assertDiffPattern() 310 static int countExceptionUpdates(ArrayList<CPOWrapper> diff) { in countExceptionUpdates() 327 final ArrayList<CPOWrapper> diff = set.buildDiffWrapper(); in testInsert() local 338 final ArrayList<CPOWrapper> diff = set.buildDiffWrapper(); in testUpdateUpdate() local 349 final ArrayList<CPOWrapper> diff = set.buildDiffWrapper(); in testUpdateInsert() local 361 final ArrayList<CPOWrapper> diff = set.buildDiffWrapper(); in testInsertUpdateInsert() local 373 final ArrayList<CPOWrapper> diff = set.buildDiffWrapper(); in testInsertInsertInsert() local
|
D | RawContactModifierTests.java | 385 final ArrayList<CPOWrapper> diff = Lists.newArrayList(); in testTrimEmptySingle() local 488 final ArrayList<CPOWrapper> diff = Lists.newArrayList(); in testTrimEmptyUntouched() local 513 final ArrayList<CPOWrapper> diff = Lists.newArrayList(); in testTrimEmptyAfterUpdate() local 567 final ArrayList<CPOWrapper> diff = Lists.newArrayList(); in testTrimInsertEmpty() local 597 final ArrayList<CPOWrapper> diff = Lists.newArrayList(); in testTrimInsertInsert() local 644 final ArrayList<CPOWrapper> diff = Lists.newArrayList(); in testTrimUpdateRemain() local 716 final ArrayList<CPOWrapper> diff = Lists.newArrayList(); in testTrimUpdateUpdate() local
|
/packages/apps/Launcher3/src/com/android/launcher3/util/ |
D | CellContentDimensions.kt | 37 val diff = cellContentHeight - cellHeightPx in resizeToFitCellHeight() constant
|
/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 273 private float diff; field in FlingAnimationUtils.VelocityInterpolator 275 private VelocityInterpolator(float durationSeconds, float velocity, float diff) { in VelocityInterpolator()
|
/packages/services/Car/cpp/watchdog/server/src/ |
D | ProcDiskStatsCollector.cpp | 129 ProcDiskStatsCollector::PerPartitionDiskStats diff; in diffPerPartitionDiskStats() local 155 auto diff = [](const uint64_t& l, const uint64_t& r) -> uint64_t { in operator -=() local
|
D | UidIoStatsCollector.cpp | 66 const auto diff = [](int64_t lhs, int64_t rhs) -> int64_t { return lhs > rhs ? lhs - rhs : 0; }; in operator -=() 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/apps/Car/SystemUI/src/com/android/systemui/car/systembar/element/ |
D | CarSystemBarElementStatusBarDisableController.java | 100 int diff = mStatusBarStates.get(displayId) ^ disableFlags; in refreshSystemBarDisabledStates() local 152 boolean isAffectedByChange(int displayId, int diff, int diff2, in isAffectedByChange()
|
/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/network/ |
D | WifiUtils.java | 48 long diff = (now - config.getNetworkSelectionStatus().getDisableTime()) / 1000; in buildLoggingSummary() local
|
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/model/v33/ |
D | ReviewPermissionDecisionsViewModel.kt | 157 val diff = System.currentTimeMillis() - permissionDecision.eventTime in createSummaryText() constant
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | NameNormalizer.java | 89 int diff = getComplexityCollator().compare(clean1, clean2); in compareComplexity() local
|
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/ |
D | IngestObjectInfo.java | 61 long diff = getDateCreated() - another.getDateCreated(); in compareTo() local
|
/packages/apps/Settings/src/com/android/settings/gestures/ |
D | LongPressPowerSensitivityPreferenceController.java | 144 int diff = Math.abs(values[i] - needle); in closestValueIndex() local
|
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/wear/elements/rotaryinput/ |
D | Haptics.kt | 111 val diff = abs(currScrollPosition - prevHapticsPosition) in handleScrollHaptic() constant
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/telemetry/publisher/net/ |
D | RefinedStatsTest.java | 124 RefinedStats diff = RefinedStats.subtract(mRefinedStats, other); in testSubtract() local
|
/packages/apps/Launcher3/src/com/android/launcher3/statemanager/ |
D | StatefulActivity.java | 187 int diff = newConfig.diff(mOldConfig); in handleConfigurationChanged() local
|
/packages/apps/Launcher3/tests/src/com/android/launcher3/model/gridmigration/ |
D | ValidGridMigrationUnitTest.kt | 97 val diff = resultCountMap - srcCountMap in validate() constant
|
/packages/apps/Settings/src/com/android/settings/datetime/timezone/ |
D | SpannableUtil.java | 72 int diff = width - s.length(); in handleWidth() local
|
/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/exif/ |
D | CountedDataInputStream.java | 80 long diff = target - cur; in skipTo() local
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/ |
D | BinaryDictDecoderEncoderTests.java | 161 long now = -1, diff = -1; in timeWritingDictToFile() local 213 long now, diff = -1; in timeReadingAndCheckDict() 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/LegacyCamera/src/com/android/camera/ui/ |
D | RotateImageView.java | 77 int diff = mTargetDegree - mCurrentDegree; in setOrientation() local
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/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
|