Home
last modified time | relevance | path

Searched refs:repeatCount (Results 1 – 14 of 14) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/cardemulation/util/
DStatsdUtils.java310 log.repeatCount++; in tallyPollingFrame()
341 frameLog.repeatCount); in writeToStatsd()
345 int repeatCount = 1; field in StatsdUtils.PollingFrameLog
357 return repeatCount == that.repeatCount && frameType == that.frameType; in equals()
362 return Objects.hash(repeatCount, frameType); in hashCode()
368 "repeatCount=" + repeatCount + in toString()
/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/util/
DStatsdUtilsTest.java69 expectedFrame.repeatCount = 1; in testLogPollingFrame_ecp1Once()
85 expectedFrame.repeatCount = 1; in testLogPollingFrame_ecp1TwiceInTwoWrites()
106 expectedFrame.repeatCount = 3; in testLogPollingFrame_ecp2Repeated()
124 expectedFrame.repeatCount = 2; in testLogPollingFrame_ecp2RepeatedTwoTypes()
128 expectedFrame.repeatCount = 1; in testLogPollingFrame_ecp2RepeatedTwoTypes()
/packages/modules/Connectivity/tests/unit/java/com/android/server/net/
DNetworkStatsEventLoggerTest.kt115 val repeatCount = NetworkStatsEventLogger.MAX_EVENTS_LOGS * 2 in testDump_maxEventLogs() constant
121 repeat(repeatCount) { in testDump_maxEventLogs()
142 if (reason == reasonToBeTested) repeatCount else 0 in testDump_maxEventLogs()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardActionListener.java32 public void onPressKey(int primaryCode, int repeatCount, boolean isSinglePointer); in onPressKey() argument
108 public void onPressKey(int primaryCode, int repeatCount, boolean isSinglePointer) {} in onPressKey() argument
DPointerTracker.java245 final int repeatCount) { in callListenerOnPressAndCheckKeyboardLayoutChange() argument
259 repeatCount > 0 ? " repeatCount=" + repeatCount : "")); in callListenerOnPressAndCheckKeyboardLayoutChange()
265 sListener.onPressKey(key.getCode(), repeatCount, getActivePointerTrackerCount() == 1); in callListenerOnPressAndCheckKeyboardLayoutChange() local
1170 public void onKeyRepeat(final int code, final int repeatCount) { in onKeyRepeat() argument
1178 final int nextRepeatCount = repeatCount + 1; in onKeyRepeat()
1180 callListenerOnPressAndCheckKeyboardLayoutChange(key, repeatCount); in onKeyRepeat()
1185 private void startKeyRepeatTimer(final int repeatCount) { in startKeyRepeatTimer() argument
1187 (repeatCount == 1) ? sParams.mKeyRepeatStartTimeout : sParams.mKeyRepeatInterval; in startKeyRepeatTimer()
1188 sTimerProxy.startKeyRepeatTimerOf(this, repeatCount, delay); in startKeyRepeatTimer()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DTimerProxy.java43 public void startKeyRepeatTimerOf(@Nonnull PointerTracker tracker, int repeatCount, int delay); in startKeyRepeatTimerOf() argument
110 public void startKeyRepeatTimerOf(@Nonnull PointerTracker tracker, int repeatCount, in startKeyRepeatTimerOf() argument
DTimerHandler.java86 public void startKeyRepeatTimerOf(@Nonnull final PointerTracker tracker, final int repeatCount, in startKeyRepeatTimerOf() argument
93 obtainMessage(MSG_REPEAT_KEY, key.getCode(), repeatCount, tracker), delay); in startKeyRepeatTimerOf()
/packages/modules/OnDevicePersonalization/tests/cts/service/src/com/android/ondevicepersonalization/testing/sampleservice/
DSampleWorker.java198 int repeatCount = appParams.getInt(SampleServiceApi.KEY_TABLE_VALUE_REPEAT_COUNT, 1); in handleWriteLocalData() local
199 byte[] writtenValue = expandByteArray(value, repeatCount); in handleWriteLocalData()
358 int repeatCount = appParams.getInt(SampleServiceApi.KEY_TABLE_VALUE_REPEAT_COUNT, 1); in handleReadLocalData() local
359 byte[] expectedValue = expandByteArray(value, repeatCount); in handleReadLocalData()
/packages/services/Car/service/src/com/android/car/hal/
DInputHalService.java345 int repeatCount;
360 repeatCount = value.getInt32Value(3);
371 repeatCount, elapsedDownTimeNanos);
391 repeatCount, seat);
/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint2/ui/enrollment/modules/enrolling/udfps/ui/widget/
DUdfpsEnrollProgressBarDrawableV2.kt336 it.repeatCount = 1 in <lambda>()
358 it.repeatCount = 1 in <lambda>()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java1732 private void hapticAndAudioFeedback(final int code, final int repeatCount) { in hapticAndAudioFeedback() argument
1738 if (repeatCount > 0) { in hapticAndAudioFeedback()
1745 if (repeatCount % PERIOD_FOR_AUDIO_AND_HAPTIC_FEEDBACK_IN_KEY_REPEAT == 0) { in hapticAndAudioFeedback()
1751 if (repeatCount == 0) { in hapticAndAudioFeedback()
1761 public void onPressKey(final int primaryCode, final int repeatCount, in onPressKey() argument
1765 hapticAndAudioFeedback(primaryCode, repeatCount); in onPressKey()
/packages/apps/Launcher3/src/com/android/launcher3/celllayout/
DReorderPreviewAnimation.kt76 it.repeatCount = ValueAnimator.INFINITE in <lambda>()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarInputServiceTest.java1302 private KeyEvent sendWithRepeat(Key action, int keyCode, Display display, int repeatCount) { in sendWithRepeat() argument
1308 repeatCount); in sendWithRepeat()
1323 int repeatCount, int seat) { in sendWithRepeatAndSeat() argument
1329 repeatCount); in sendWithRepeatAndSeat()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DInputHalServiceTest.java871 @DisplayTypeEnum int expectedDisplay, int code, Key action, int repeatCount, in dispatchSinglePerSeatEvent() argument
885 repeatCount}, in dispatchSinglePerSeatEvent()