Home
last modified time | relevance | path

Searched refs:explicitlyDisabled (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/runtime/native/
H A Ddalvik_system_ZygoteHooks.cc454 static bool explicitlyDisabled = Runtime::Current()->IsJavaZygoteForkLoopRequired(); in ZygoteHooks_nativeZygoteLongSuspendOk() local
455 return (isJitZygote || explicitlyDisabled) ? JNI_FALSE : JNI_TRUE; in ZygoteHooks_nativeZygoteLongSuspendOk()
/aosp12/packages/services/Car/service/src/com/android/car/cluster/
H A DInstrumentClusterService.java329 boolean explicitlyDisabled = "true".equals(Settings.Global in isRendererServiceEnabled()
331 if (explicitlyDisabled) { in isRendererServiceEnabled()