Home
last modified time | relevance | path

Searched refs:SUBSTRING_PREFIX (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DInputConsumerUtils.kt54 private const val SUBSTRING_PREFIX = "; " constant
131 reasonString.append("%scan start system gesture", SUBSTRING_PREFIX), in newConsumer()
139 reasonString.append("%scannot start system gesture", SUBSTRING_PREFIX), in newConsumer()
201 SUBSTRING_PREFIX, in newConsumer()
228 SUBSTRING_PREFIX, in newConsumer()
249 SUBSTRING_PREFIX, in newConsumer()
274 SUBSTRING_PREFIX, in newConsumer()
298 SUBSTRING_PREFIX, in newConsumer()
317 SUBSTRING_PREFIX, in newConsumer()
337 SUBSTRING_PREFIX, in newConsumer()
[all …]
DTouchInteractionService.java141 private static final String SUBSTRING_PREFIX = "; "; field in TouchInteractionService