Home
last modified time | relevance | path

Searched defs:getMinSdkVersion (Results 1 – 7 of 7) sorted by relevance

/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
DRemoteRenderParams.java33 int getMinSdkVersion() throws RemoteException; in getMinSdkVersion() method
/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/
DRemoteRenderParamsAdapter.java63 public int getMinSdkVersion() { in getMinSdkVersion() method in RemoteRenderParamsAdapter
/frameworks/base/core/java/android/content/pm/parsing/
DApkLite.java254 public int getMinSdkVersion() { in getMinSdkVersion() method in ApkLite
DParsingPackageRead.java658 int getMinSdkVersion(); in getMinSdkVersion() method
/frameworks/base/services/core/java/com/android/server/pm/parsing/pkg/
DPkgAppInfo.java157 int getMinSdkVersion(); in getMinSdkVersion() method
/frameworks/base/tools/aapt/
DBundle.h186 const char* getMinSdkVersion() const { return mMinSdkVersion; } in getMinSdkVersion() function
DResourceTable.cpp4528 static int getMinSdkVersion(const Bundle* bundle) { in getMinSdkVersion() function