Home
last modified time | relevance | path

Searched refs:targetSdk (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/specialaccess/financialapps/
DFinancialAppsController.java84 final int targetSdk = installedPackage.applicationInfo.targetSdkVersion; in updateList() local
87 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()
/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java1946 final int targetSdk = getTargetSdk(callingPackage); in updateServiceLocationWithPackageName() local
1947 if (targetSdk > android.os.Build.VERSION_CODES.R) { in updateServiceLocationWithPackageName()
2401 final int targetSdk = getTargetSdk(callingPackage); in getNeighboringCellInfo() local
2402 if (targetSdk >= android.os.Build.VERSION_CODES.Q) { in getNeighboringCellInfo()
2460 final int targetSdk = getTargetSdk(callingPackage); in getAllCellInfo() local
2461 if (targetSdk >= android.os.Build.VERSION_CODES.Q) { in getAllCellInfo()
4235 final int targetSdk = getTargetSdk(callingPackage); in getNetworkTypeForSubscriber() local
4236 if (targetSdk > android.os.Build.VERSION_CODES.Q) { in getNetworkTypeForSubscriber()
4238 } else if (targetSdk == android.os.Build.VERSION_CODES.Q in getNetworkTypeForSubscriber()