Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/
DSurfaceControlRegistryTests.java157 registry.setCallStackDebuggingParams("com.android.app1", ""); in testCallStackDebugging_matchesFilters()
162 registry.setCallStackDebuggingParams("", "setAlpha"); in testCallStackDebugging_matchesFilters()
168 registry.setCallStackDebuggingParams("com.android.app1", "setAlpha"); in testCallStackDebugging_matchesFilters()
/frameworks/base/core/java/android/view/
DSurfaceControlRegistry.java185 public void setCallStackDebuggingParams(String matchName, String matchCall) { in setCallStackDebuggingParams() method in SurfaceControlRegistry