Searched refs:targetSdk (Results 1 – 2 of 2) sorted by relevance
84 final int targetSdk = installedPackage.applicationInfo.targetSdkVersion; in updateList() local87 if ((targetSdk >= Build.VERSION_CODES.Q in updateList()90 || (targetSdk < Build.VERSION_CODES.Q in updateList()99 targetSdk >= Build.VERSION_CODES.Q in updateList()117 targetSdk >= Build.VERSION_CODES.Q in updateList()
1946 final int targetSdk = getTargetSdk(callingPackage); in updateServiceLocationWithPackageName() local1947 if (targetSdk > android.os.Build.VERSION_CODES.R) { in updateServiceLocationWithPackageName()2401 final int targetSdk = getTargetSdk(callingPackage); in getNeighboringCellInfo() local2402 if (targetSdk >= android.os.Build.VERSION_CODES.Q) { in getNeighboringCellInfo()2460 final int targetSdk = getTargetSdk(callingPackage); in getAllCellInfo() local2461 if (targetSdk >= android.os.Build.VERSION_CODES.Q) { in getAllCellInfo()4235 final int targetSdk = getTargetSdk(callingPackage); in getNetworkTypeForSubscriber() local4236 if (targetSdk > android.os.Build.VERSION_CODES.Q) { in getNetworkTypeForSubscriber()4238 } else if (targetSdk == android.os.Build.VERSION_CODES.Q in getNetworkTypeForSubscriber()