Searched refs:setTargetSdkVersion (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
H A DRuntimeInit.java309 VMRuntime.getRuntime().setTargetSdkVersion(targetSdkVersion);
/frameworks/rs/
H A DrsContext.h245 void setTargetSdkVersion(uint32_t sdkVer) {mTargetSdkVersion = sdkVer;} function in class:android::renderscript::Context
H A DrsContext.cpp968 rsc->setTargetSdkVersion(sdkVersion);
981 rsc->setTargetSdkVersion(sdkVersion);
/frameworks/base/tools/aapt/
H A DMain.cpp515 bundle.setTargetSdkVersion(argv[0]);
H A DBundle.h173 void setTargetSdkVersion(const char* val) { mTargetSdkVersion = val; } function in class:Bundle

Completed in 3974 milliseconds