Home
last modified time | relevance | path

Searched defs:type2 (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/cmds/interrupter/
H A Dinterrupter.h36 #define CALL_FUNCTION_2(sym, ret, type1, type2) \ argument
43 #define CALL_FUNCTION_3(sym, ret, type1, type2, type3) \ argument
50 #define CALL_FUNCTION_4(sym, ret, type1, type2, type3, type4) \ argument
57 #define CALL_FUNCTION_5(sym, ret, type1, type2, type3, type4, type5) \ argument
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DConversationCoordinator.kt119 val type2 = getPeopleType(entry2) regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
H A DMobileConnectionTelephonySmokeTests.kt184 val type2 = NETWORK_TYPE_LTE regex
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedVectorDrawable.java626 Class type2 = property.getType(); in containsSameValueType() local
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityRecord.java4384 final int type2 = existingWindow.mAttrs.type; in isFirstChildWindowGreaterThanSecond() local