Searched defs:getCallers (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/os/
H A DDebug.java2245 // callStack[4] is the caller of the method that called getCallers()
2259 public static String getCallers(final int depth) { method in class:Debug
2274 public static String getCallers(final int start, int depth) { method in class:Debug
2285 * Like {@link #getCallers(int)}, but each location is append to the string
2292 public static String getCallers(final int depth, String linePrefix) { method in class:Debug

Completed in 2396 milliseconds