Searched refs:rawLabel (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/ |
D | WalletView.java | 334 String[] rawLabel = card.getLabel().toString().split("\\n"); in getLabelText() local 335 return rawLabel.length == 2 ? rawLabel[0] : card.getLabel(); in getLabelText() 340 String[] rawLabel = card.getLabel().toString().split("\\n"); in getActionButtonText() local 341 return rawLabel.length == 2 ? rawLabel[1] : null; in getActionButtonText()
|
/frameworks/base/cmds/uinput/jni/ |
D | com_android_commands_uinput_Device.cpp | 313 static jint getEvdevEventTypeByLabel(JNIEnv* env, jclass /* clazz */, jstring rawLabel) { in getEvdevEventTypeByLabel() argument 314 ScopedUtfChars label(env, rawLabel); in getEvdevEventTypeByLabel() 318 static jint getEvdevEventCodeByLabel(JNIEnv* env, jclass /* clazz */, jint type, jstring rawLabel) { in getEvdevEventCodeByLabel() argument 319 ScopedUtfChars label(env, rawLabel); in getEvdevEventCodeByLabel() 323 static jint getEvdevInputPropByLabel(JNIEnv* env, jclass /* clazz */, jstring rawLabel) { in getEvdevInputPropByLabel() argument 324 ScopedUtfChars label(env, rawLabel); in getEvdevInputPropByLabel()
|