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