Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/hardware/input/
H A DKeyboardLayout.java269 String collectionString = mCollection.isEmpty() ? "" : " - " + mCollection; in toString() local
270 return "KeyboardLayout " + mLabel + collectionString in toString()