Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DGraphicsEnvironment.java201 private boolean canInjectLayers(ApplicationInfo ai) { in canInjectLayers() method in GraphicsEnvironment
290 if (!isDebuggable() && !canInjectLayers(ai)) { in debugLayerEnabled()