Searched refs:getMinSdkVersion (Results 1 - 6 of 6) sorted by relevance

/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
H A DRemoteRenderParams.java32 int getMinSdkVersion() throws RemoteException; method in interface:RemoteRenderParams
/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/
H A DRemoteRenderParamsAdapter.java62 public int getMinSdkVersion() { method in class:RemoteRenderParamsAdapter
63 return mDelegate.getMinSdkVersion();
/frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/
H A DRemoteBridgeImpl.java121 remoteParams.getMinSdkVersion(), remoteParams.getTargetSdkVersion(),
144 remoteParams.getMinSdkVersion(), remoteParams.getTargetSdkVersion(),
/frameworks/base/tools/aapt/
H A DBundle.h186 const char* getMinSdkVersion() const { return mMinSdkVersion; } function in class:Bundle
H A DResourceTable.cpp4531 static int getMinSdkVersion(const Bundle* bundle) { function
4534 } else if (bundle->getMinSdkVersion() != NULL && strlen(bundle->getMinSdkVersion()) > 0) {
4535 return atoi(bundle->getMinSdkVersion());
4616 const int minSdk = getMinSdkVersion(bundle);
4795 const int minSdkVersion = getMinSdkVersion(bundle);
4853 const int minSdk = getMinSdkVersion(bundle);
H A DResource.cpp891 if (bundle->getMinSdkVersion() != NULL
900 bundle->getMinSdkVersion(), errorOnFailedInsert)) {

Completed in 140 milliseconds