Home
last modified time | relevance | path

Searched defs:getMinSdkVersion (Results 1 – 4 of 4) 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/tools/aapt/
DBundle.h186 const char* getMinSdkVersion() const { return mMinSdkVersion; } in getMinSdkVersion() function
DResourceTable.cpp4528 static int getMinSdkVersion(const Bundle* bundle) { in getMinSdkVersion() function