Searched refs:getMinSdkVersion (Results 1 – 6 of 6) sorted by relevance
63 public int getMinSdkVersion() { in getMinSdkVersion() method in RemoteRenderParamsAdapter64 return mDelegate.getMinSdkVersion(); in getMinSdkVersion()
121 remoteParams.getMinSdkVersion(), remoteParams.getTargetSdkVersion(), in createSession()144 remoteParams.getMinSdkVersion(), remoteParams.getTargetSdkVersion(), in renderDrawable()
33 int getMinSdkVersion() throws RemoteException; in getMinSdkVersion() method
186 const char* getMinSdkVersion() const { return mMinSdkVersion; } in getMinSdkVersion() function
4528 static int getMinSdkVersion(const Bundle* bundle) { in getMinSdkVersion() function4531 } else if (bundle->getMinSdkVersion() != NULL && strlen(bundle->getMinSdkVersion()) > 0) { in getMinSdkVersion()4532 return atoi(bundle->getMinSdkVersion()); in getMinSdkVersion()4613 const int minSdk = getMinSdkVersion(bundle); in modifyForCompat()4792 const int minSdkVersion = getMinSdkVersion(bundle); in versionForCompat()4850 const int minSdk = getMinSdkVersion(bundle); in modifyForCompat()
891 if (bundle->getMinSdkVersion() != NULL in massageManifest()900 bundle->getMinSdkVersion(), errorOnFailedInsert)) { in massageManifest()