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

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

Completed in 121 milliseconds