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.java753 logInputConsumerSelectionReason(consumer, newCompoundString( in newConsumer()
762 CompoundString reasonString = newCompoundString("device locked"); in newConsumer()
784 reasonString = newCompoundString(canStartSystemGesture in newConsumer()
789 reasonString = newCompoundString( in newConsumer()
819 reasonString = newCompoundString(reasonPrefix) in newConsumer()
827 reasonString = newCompoundString(reasonPrefix) in newConsumer()
837 reasonString = newCompoundString(reasonPrefix) in newConsumer()
867 reasonString = newCompoundString(reasonPrefix) in newConsumer()
887 private CompoundString newCompoundString(String substring) { in newCompoundString() method in TouchInteractionService