Searched defs:type2 (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/cmds/interrupter/ |
D | interrupter.h | 36 #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
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | ConversationCoordinator.kt | 147 val type2 = getPeopleType(entry2) in <lambda>() constant
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/ |
D | MobileConnectionTelephonySmokeTests.kt | 187 val type2 = NETWORK_TYPE_LTE in <lambda>() constant
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | SmsUsageMonitor.java | 86 public static int mergeShortCodeCategories(int type1, int type2) { in mergeShortCodeCategories()
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | AnimatedVectorDrawable.java | 626 Class type2 = property.getType(); in containsSameValueType() local
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | ActivityRecord.java | 4591 final int type2 = existingWindow.mAttrs.type; in isFirstChildWindowGreaterThanSecond() local
|