Searched refs:compileSdkVersionCodename (Results 1 – 10 of 10) sorted by relevance
444 public String compileSdkVersionCodename; field in PackageInfo529 dest.writeString8(compileSdkVersionCodename); in writeToParcel()595 compileSdkVersionCodename = source.readString8(); in PackageInfo()
1196 public String compileSdkVersionCodename; field in ApplicationInfo1934 compileSdkVersionCodename = orig.compileSdkVersionCodename; in ApplicationInfo()2023 dest.writeString8(compileSdkVersionCodename); in writeToParcel()2123 compileSdkVersionCodename = source.readString8(); in ApplicationInfo()
751 pi.compileSdkVersionCodename = p.mCompileSdkVersionCodename; in generatePackageInfo()1918 pkg.applicationInfo.compileSdkVersionCodename = pkg.mCompileSdkVersionCodename; in parseBaseApk()
119 || r.info.applicationInfo.compileSdkVersionCodename == null) { in showUnsupportedCompileSdkDialogIfNeeded()141 !"REL".equals(r.info.applicationInfo.compileSdkVersionCodename); in showUnsupportedCompileSdkDialogIfNeeded()147 r.info.applicationInfo.compileSdkVersionCodename))) { in showUnsupportedCompileSdkDialogIfNeeded()
834 attr = manifest->root->FindAttribute(xml::kSchemaAndroid, "compileSdkVersionCodename"); in TEST_F()850 compileSdkVersion="27" compileSdkVersionCodename="O" in TEST_F()863 attr = manifest->root->FindAttribute(xml::kSchemaAndroid, "compileSdkVersionCodename"); in TEST_F()
1347 String8 compileSdkVersionCodename = AaptXml::getResolvedAttribute(res, tree, in doDump() local1349 if (compileSdkVersionCodename != "") { in doDump()1351 compileSdkVersionCodename.string()).string()); in doDump()
243 pi.compileSdkVersionCodename = pkg.getCompileSdkVersionCodeName(); in generateWithoutComponentsUnchecked()
1086 appInfo.compileSdkVersionCodename = compileSdkVersionCodeName;
10958 Landroid/content/pm/ApplicationInfo;->compileSdkVersionCodename:Ljava/lang/String;12264 Landroid/content/pm/PackageInfo;->compileSdkVersionCodename:Ljava/lang/String;43302 Landroid/R$attr;->compileSdkVersionCodename:I75642 Lcom/android/internal/R$attr;->compileSdkVersionCodename:I
11198 field @Nullable public String compileSdkVersionCodename;