Searched refs:sCallStackDebuggingMatchCall (Results 1 – 1 of 1) sorted by relevance
135 private static String sCallStackDebuggingMatchCall; field in SurfaceControlRegistry187 sCallStackDebuggingMatchCall = matchCall.toLowerCase(); in setCallStackDebuggingParams()291 sCallStackDebuggingMatchCall = in initializeCallStackDebugging()298 sCallStackDebuggingEnabled = (!sCallStackDebuggingMatchCall.isEmpty() in initializeCallStackDebugging()302 + " matchCall=" + sCallStackDebuggingMatchCall in initializeCallStackDebugging()339 final boolean matchCall = !sCallStackDebuggingMatchCall.isEmpty(); in matchesForCallStackDebugging()340 if (matchCall && !sCallStackDebuggingMatchCall.contains(call.toLowerCase())) { in matchesForCallStackDebugging()390 pw.println("sCallStackDebuggingMatchCall=" + sCallStackDebuggingMatchCall); in dump()