Searched refs:targetSdk (Results 1 – 7 of 7) sorted by relevance
54 final int targetSdk = mContext.getApplicationInfo().targetSdkVersion; in hasEmbeddedTabs() local55 if (targetSdk >= Build.VERSION_CODES.JELLY_BEAN) { in hasEmbeddedTabs()
62 final int targetSdk = mContext.getApplicationInfo().targetSdkVersion; in hasEmbeddedTabs() local63 if (targetSdk >= Build.VERSION_CODES.JELLY_BEAN) { in hasEmbeddedTabs()
876 int targetSdk = 0; in doDump() local1193 if (name == "Donut") targetSdk = 4; in doDump()1197 targetSdk = code; in doDump()1214 if (name == "Donut" && targetSdk < 4) targetSdk = 4; in doDump()1218 if (targetSdk < code) { in doDump()1219 targetSdk = code; in doDump()1332 if (targetSdk > 4) { in doDump()1780 if (targetSdk < 4) { in doDump()1805 if (targetSdk < 16) { in doDump()1943 smallScreen = targetSdk >= 4 ? -1 : 0; in doDump()[all …]
51 public int targetSdk; field in NotificationData.Entry
762 if (entry.targetSdk >= Build.VERSION_CODES.GINGERBREAD in applyColorsAndBackgrounds()763 && entry.targetSdk < Build.VERSION_CODES.LOLLIPOP) { in applyColorsAndBackgrounds()779 if (entry.targetSdk >= Build.VERSION_CODES.LOLLIPOP) { in applyColorsAndBackgrounds()1418 entry.targetSdk = info.targetSdkVersion;1452 if (entry.targetSdk >= Build.VERSION_CODES.LOLLIPOP
3452 final int targetSdk = context.getApplicationInfo().targetSdkVersion;3453 final boolean targetPreHoneycomb = targetSdk < android.os.Build.VERSION_CODES.HONEYCOMB;3454 final boolean targetPreIcs = targetSdk < android.os.Build.VERSION_CODES.ICE_CREAM_SANDWICH;3455 final boolean targetPreL = targetSdk < android.os.Build.VERSION_CODES.LOLLIPOP;
130 public final int targetSdk; field in PackageParser.SplitPermissionInfo132 public SplitPermissionInfo(String rootPerm, String[] newPerms, int targetSdk) { in SplitPermissionInfo() argument135 this.targetSdk = targetSdk; in SplitPermissionInfo()1824 if (pkg.applicationInfo.targetSdkVersion >= spi.targetSdk in parseBaseApk()