Searched refs:firstSdkInt (Results 1 – 1 of 1) sorted by relevance
1502 int firstSdkInt = Build.VERSION.FIRST_SDK_INT; in updateActiveGroup() local1503 if (firstSdkInt < Build.VERSION_CODES.BASE) { in updateActiveGroup()1504 Slog.e(TAG, "First SDK version " + firstSdkInt + " is invalid; must be " + in updateActiveGroup()1508 if (firstSdkInt <= Build.VERSION_CODES.O_MR1) { in updateActiveGroup()