Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/os/
H A DGraphicsEnvironment.java741 final String productionDriver = SystemProperties.get(PROPERTY_GFX_DRIVER_PRODUCTION); in chooseDriverInternal() local
742 final boolean hasProductionDriver = productionDriver != null && !productionDriver.isEmpty(); in chooseDriverInternal()
780 return hasProductionDriver ? productionDriver : null; in chooseDriverInternal()
833 return productionDriver; in chooseDriverInternal()