Searched defs:targetSdkVersion (Results 1 - 5 of 5) 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/apps/Settings/src/com/android/settings/fuelgauge/anomaly/
H A DAnomaly.java69 public final int targetSdkVersion; field in class:Anomaly
91 targetSdkVersion = builder.mTargetSdkVersion;
103 targetSdkVersion = in.readInt();
121 dest.writeInt(targetSdkVersion);
142 && targetSdkVersion == other.targetSdkVersion
150 return Objects.hash(type, uid, displayName, packageName, wakelockTimeMs, targetSdkVersion,
222 public Builder setTargetSdkVersion(int targetSdkVersion) { argument
223 mTargetSdkVersion = targetSdkVersion;
/packages/apps/Settings/src/com/android/settings/fuelgauge/
H A DBatteryUtils.java287 * Find the targetSdkVersion for package with name {@code packageName}
289 * @return the targetSdkVersion, or {@link #SDK_NULL} if {@code packageName} doesn't exist
296 return info.targetSdkVersion;
307 public boolean isBackgroundRestrictionEnabled(final int targetSdkVersion, final int uid, argument
309 if (targetSdkVersion >= Build.VERSION_CODES.O) {
/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 155 milliseconds