Searched defs:downgrade (Results 1 – 14 of 14) sorted by relevance
/aosp12/frameworks/native/cmds/installd/ |
H A D | otapreopt_parameters.h | 46 bool downgrade; variable
|
H A D | dexopt.cpp | 1184 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 D | InstalldNativeService.cpp | 2414 const std::optional<std::string>& seInfo, bool downgrade, int32_t targetSdkVersion, in dexopt()
|
/aosp12/art/dexoptanalyzer/ |
H A D | dexoptanalyzer_test.cc | 44 bool downgrade = false) { in Analyze() 89 bool downgrade = false, in Verify()
|
/aosp12/art/runtime/ |
H A D | oat_file_assistant.cc | 203 bool downgrade) { in GetDexOptNeeded() 790 bool downgrade) { in GetDexOptNeeded() 903 CompilerFilter::Filter target, bool profile_changed, bool downgrade) { in CompilerFilterIsOkay()
|
H A D | oat_file_assistant_test.cc | 105 bool downgrade = false) { in GetDexOptNeeded()
|
/aosp12/packages/services/Telephony/tests/src/com/android/services/telephony/ |
H A D | TestTelephonyConnection.java | 296 public void setDownGradeVideoCall(boolean downgrade) { in setDownGradeVideoCall()
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | PackageDexOptimizer.java | 353 int dexoptFlags, int uid, CompilerStats.PackageStats packageStats, boolean downgrade, in dexOptPath() 796 String classLoaderContext, int profileAnalysisResult, boolean downgrade) { in getDexoptNeeded()
|
H A D | Installer.java | 493 @Nullable String seInfo, boolean downgrade, int targetSdkVersion, in dexopt()
|
/aosp12/frameworks/native/cmds/installd/tests/ |
H A D | installd_dexopt_test.cpp | 361 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 D | dalvik_system_DexFile.cc | 509 bool downgrade) { in GetDexOptNeeded() 655 jboolean downgrade) { in DexFile_getDexOptNeeded()
|
/aosp12/frameworks/native/libs/binder/rust/src/ |
H A D | binder.rs | 273 pub fn downgrade(this: &Strong<I>) -> Weak<I> { in downgrade() method
|
H A D | proxy.rs | 123 pub fn downgrade(&mut self) -> WpIBinder { in downgrade() method
|
/aosp12/frameworks/native/cmds/installd/binder/android/os/ |
H A D | IInstalld.aidl | 63 @nullable @utf8InCpp String seInfo, boolean downgrade, int targetSdkVersion, in dexopt()
|