Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTouchInteractionService.java848 logInputConsumerSelectionReason(consumer, newCompoundString( in newConsumer()
859 CompoundString reasonString = newCompoundString("device locked"); in newConsumer()
881 reasonString = newCompoundString(canStartSystemGesture in newConsumer()
886 reasonString = newCompoundString( in newConsumer()
933 reasonString = newCompoundString(reasonPrefix) in newConsumer()
941 reasonString = newCompoundString(reasonPrefix) in newConsumer()
950 reasonString = newCompoundString(reasonPrefix) in newConsumer()
958 reasonString = newCompoundString(reasonPrefix) in newConsumer()
988 reasonString = newCompoundString(reasonPrefix) in newConsumer()
1008 private CompoundString newCompoundString(String substring) { in newCompoundString() method in TouchInteractionService