Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodSubtypeSwitchingController.java97 final boolean empty2 = TextUtils.isEmpty(c2); in compareNullableCharSequences()
98 if (empty1 || empty2) { in compareNullableCharSequences()
99 return (empty1 ? 1 : 0) - (empty2 ? 1 : 0); in compareNullableCharSequences()
/aosp12/frameworks/native/include/input/
H A DInputTransport.h106 uint32_t empty2; member
126 uint8_t empty2[3]; // 3 bytes to fill gap created by classification member
/aosp12/frameworks/native/libs/input/tests/
H A DStructLayout_test.cpp64 CHECK_OFFSET(InputMessage::Body::Motion, empty2, 81); in TestInputMessageAlignment()
/aosp12/system/libhidl/
H A Dtest_main.cpp183 hidl_string empty2(""); in TEST_F() local
187 EXPECT_EQ(empty1.c_str(), empty2.c_str()); in TEST_F()