Searched refs:targetSdk (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/com/android/internal/view/
H A DActionBarPolicy.java55 final int targetSdk = mContext.getApplicationInfo().targetSdkVersion;
56 if (targetSdk >= Build.VERSION_CODES.JELLY_BEAN) {
/frameworks/base/tools/aapt/
H A DCommand.cpp694 int targetSdk = 0; local
853 if (name == "Donut") targetSdk = 4;
856 targetSdk = code;
872 if (name == "Donut" && targetSdk < 4) targetSdk = 4;
875 if (targetSdk < code) {
876 targetSdk = code;
1192 if (targetSdk < 4) {
1217 if (targetSdk < 16) {
1289 if (!specBluetoothFeature && hasBluetoothPermission && (targetSdk >
[all...]
/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java97 public final int targetSdk; field in class:PackageParser.SplitPermissionInfo
99 public SplitPermissionInfo(String rootPerm, String[] newPerms, int targetSdk) { argument
102 this.targetSdk = targetSdk;
1340 if (pkg.applicationInfo.targetSdkVersion >= spi.targetSdk
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java2681 final int targetSdk = context.getApplicationInfo().targetSdkVersion;
2682 final boolean targetPreHoneycomb = targetSdk < android.os.Build.VERSION_CODES.HONEYCOMB;
2683 final boolean targetPreIcs = targetSdk < android.os.Build.VERSION_CODES.ICE_CREAM_SANDWICH;

Completed in 68 milliseconds