Searched defs:targetSdkVersion (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/
H A DApplicationTestUtils.java31 * @param targetSdkVersion The app's target SDK version
36 int targetSdkVersion) {
41 info.targetSdkVersion = targetSdkVersion;
35 buildInfo(int uid, String packageName, int flags, int targetSdkVersion) argument
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/common/
H A DUtilsTest.java418 private void setLauncherMock(int targetSdkVersion) throws Exception { argument
420 appInfo.targetSdkVersion = targetSdkVersion;
/packages/services/Telecomm/src/com/android/server/telecom/
H A DVideoProviderProxy.java308 * @param targetSdkVersion The target SDK version of the calling InCallService where the camera
313 int callingPid, int targetSdkVersion) {
323 + "pid=%d, targetSdkVersion=%d",
324 callingPackage, callingUid, callingPid, targetSdkVersion);
328 if (targetSdkVersion > Build.VERSION_CODES.N_MR1) {
340 targetSdkVersion);
312 onSetCamera(String cameraId, String callingPackage, int callingUid, int callingPid, int targetSdkVersion) argument

Completed in 96 milliseconds