Home
last modified time | relevance | path

Searched defs:rawLabel (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/cmds/uinput/jni/
Dcom_android_commands_uinput_Device.cpp313 static jint getEvdevEventTypeByLabel(JNIEnv* env, jclass /* clazz */, jstring rawLabel) { in getEvdevEventTypeByLabel()
318 static jint getEvdevEventCodeByLabel(JNIEnv* env, jclass /* clazz */, jint type, jstring rawLabel) { in getEvdevEventCodeByLabel()
323 static jint getEvdevInputPropByLabel(JNIEnv* env, jclass /* clazz */, jstring rawLabel) { in getEvdevInputPropByLabel()
/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
DWalletView.java334 String[] rawLabel = card.getLabel().toString().split("\\n"); in getLabelText() local
340 String[] rawLabel = card.getLabel().toString().split("\\n"); in getActionButtonText() local