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

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

Completed in 381 milliseconds