Searched defs:VERSION_CODE (Results 1 – 3 of 3) sorted by relevance
3 VERSION_CODE=1040099 key
23 const val VERSION_CODE = 1 constant
47 #define VERSION_CODE(a,b,c) (((a) << 16) + ((b) << 8) + (c)) macro