Home
last modified time | relevance | path

Searched defs:newKey (Results 1 – 18 of 18) sorted by relevance

/packages/services/Car/service/src/com/android/car/
DFastPairUtils.java137 AccountKey(byte[] newKey) { in AccountKey()
141 AccountKey(String newKey) { in AccountKey()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DNonDistinctMultitouchHelper.java85 final Key newKey = mainTracker.getKeyOn(x, y); in processMotionEvent() local
DKeyboardParams.java119 public void onAddKey(@Nonnull final Key newKey) { in onAddKey()
/packages/apps/Settings/tests/robotests/src/com/android/settings/slices/
DSlicesIndexerTest.java76 String newKey = "newKey"; in testAlreadyIndexed_doesNotIndexAgain() local
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/autofill/
DAutofillPickerFragment.java145 final String newKey = newPref.getKey(); in onPreferenceTreeClick() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DPointerTracker.java494 private Key onMoveToNewKey(final Key newKey, final int x, final int y) { in onMoveToNewKey()
775 private void processDraggingFingerInToNewKey(final Key newKey, final int x, final int y, in processDraggingFingerInToNewKey()
895 final Key newKey = onMoveKey(x, y); in onMoveEventInternal() local
1081 final Key newKey) { in isMajorEnoughMoveToBeOnNewKey()
DMoreKeysKeyboardView.java211 final Key newKey = mKeyDetector.detectHitKey(x, y); in detectKey() local
/packages/apps/Camera2/src/com/android/camera/util/
DConcurrentSharedRingBuffer.java229 public boolean swapLeast(long newKey, SwapTask<E> swapper) { in swapLeast()
/packages/modules/StatsD/statsd/src/condition/
DSimpleConditionTracker.cpp165 bool SimpleConditionTracker::hitGuardRail(const HashableDimensionKey& newKey) { in hitGuardRail()
/packages/modules/StatsD/statsd/src/metrics/duration_helper/
DMaxDurationTracker.cpp39 bool MaxDurationTracker::hitGuardRail(const HashableDimensionKey& newKey) { in hitGuardRail()
DOringDurationTracker.cpp40 bool OringDurationTracker::hitGuardRail(const HashableDimensionKey& newKey) { in hitGuardRail()
/packages/modules/StatsD/statsd/src/metrics/
DValueMetricProducer.cpp753 bool ValueMetricProducer::hitGuardRailLocked(const MetricDimensionKey& newKey) { in hitGuardRailLocked()
774 bool ValueMetricProducer::hitFullBucketGuardRailLocked(const MetricDimensionKey& newKey) { in hitFullBucketGuardRailLocked()
DCountMetricProducer.cpp304 bool CountMetricProducer::hitGuardRailLocked(const MetricDimensionKey& newKey) { in hitGuardRailLocked()
DGaugeMetricProducer.cpp494 bool GaugeMetricProducer::hitGuardRailLocked(const MetricDimensionKey& newKey) { in hitGuardRailLocked()
DDurationMetricProducer.cpp619 bool DurationMetricProducer::hitGuardRailLocked(const MetricDimensionKey& newKey) { in hitGuardRailLocked()
/packages/services/Car/service/src/com/android/car/watchdog/
DWatchdogPerfHandler.java1137 private static void replaceKey(Map<String, PerStateBytes> map, String oldKey, String newKey) { in replaceKey() argument
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
DKeyboardView.java1003 Key newKey = keys[mCurrentKeyIndex]; in showPreview() local
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnection.java2331 String newKey = sExtrasMap.get(key); in updateExtras() local