Home
last modified time | relevance | path

Searched defs:downgrade (Results 1 – 14 of 14) sorted by relevance

/aosp12/frameworks/native/cmds/installd/
H A Dotapreopt_parameters.h46 bool downgrade; variable
H A Ddexopt.cpp1184 bool downgrade, in RunDexoptAnalyzer()
1538 std::string* oat_dir_out, bool downgrade, const char* class_loader_context, in process_secondary_dex_dexopt()
1676 bool downgrade, int target_sdk_version, const char* profile_name, in dexopt()
H A DInstalldNativeService.cpp2414 const std::optional<std::string>& seInfo, bool downgrade, int32_t targetSdkVersion, in dexopt()
/aosp12/art/dexoptanalyzer/
H A Ddexoptanalyzer_test.cc44 bool downgrade = false) { in Analyze()
89 bool downgrade = false, in Verify()
/aosp12/art/runtime/
H A Doat_file_assistant.cc203 bool downgrade) { in GetDexOptNeeded()
790 bool downgrade) { in GetDexOptNeeded()
903 CompilerFilter::Filter target, bool profile_changed, bool downgrade) { in CompilerFilterIsOkay()
H A Doat_file_assistant_test.cc105 bool downgrade = false) { in GetDexOptNeeded()
/aosp12/packages/services/Telephony/tests/src/com/android/services/telephony/
H A DTestTelephonyConnection.java296 public void setDownGradeVideoCall(boolean downgrade) { in setDownGradeVideoCall()
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageDexOptimizer.java353 int dexoptFlags, int uid, CompilerStats.PackageStats packageStats, boolean downgrade, in dexOptPath()
796 String classLoaderContext, int profileAnalysisResult, boolean downgrade) { in getDexoptNeeded()
H A DInstaller.java493 @Nullable String seInfo, boolean downgrade, int targetSdkVersion, in dexopt()
/aosp12/frameworks/native/cmds/installd/tests/
H A Dinstalld_dexopt_test.cpp361 bool downgrade = false; in CompileSecondaryDex() local
441 bool downgrade = false) { in CompilePrimaryDexOk()
460 bool downgrade = false) { in CompilePrimaryDexFail()
478 bool downgrade, in CompilePrimaryDex()
/aosp12/art/runtime/native/
H A Ddalvik_system_DexFile.cc509 bool downgrade) { in GetDexOptNeeded()
655 jboolean downgrade) { in DexFile_getDexOptNeeded()
/aosp12/frameworks/native/libs/binder/rust/src/
H A Dbinder.rs273 pub fn downgrade(this: &Strong<I>) -> Weak<I> { in downgrade() method
H A Dproxy.rs123 pub fn downgrade(&mut self) -> WpIBinder { in downgrade() method
/aosp12/frameworks/native/cmds/installd/binder/android/os/
H A DIInstalld.aidl63 @nullable @utf8InCpp String seInfo, boolean downgrade, int targetSdkVersion, in dexopt()