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