Home
last modified time | relevance | path

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

/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/role/model/
H A DPermission.java53 public int getMinSdkVersion() { in getMinSdkVersion() method in Permission
/aosp12/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
H A DRemoteRenderParams.java33 int getMinSdkVersion() throws RemoteException; in getMinSdkVersion() method
/aosp12/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/
H A DRemoteRenderParamsAdapter.java63 public int getMinSdkVersion() { in getMinSdkVersion() method in RemoteRenderParamsAdapter
/aosp12/frameworks/base/core/java/android/content/pm/parsing/
H A DApkLite.java254 public int getMinSdkVersion() { in getMinSdkVersion() method in ApkLite
H A DParsingPackageRead.java658 int getMinSdkVersion(); in getMinSdkVersion() method
/aosp12/frameworks/base/services/core/java/com/android/server/pm/parsing/pkg/
H A DPkgAppInfo.java157 int getMinSdkVersion(); in getMinSdkVersion() method
/aosp12/system/tools/hidl/build/
H A Dhidl_interface.go1056 func getMinSdkVersion(name string) *string { func
/aosp12/build/make/tools/signapk/src/com/android/signapk/
H A DSignApk.java994 private static final int getMinSdkVersion(JarFile apk) throws MinSdkVersionException { in getMinSdkVersion() method in SignApk
/aosp12/frameworks/base/tools/aapt/
H A DBundle.h186 const char* getMinSdkVersion() const { return mMinSdkVersion; } in getMinSdkVersion() function
H A DResourceTable.cpp4528 static int getMinSdkVersion(const Bundle* bundle) { in getMinSdkVersion() function