Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dex/util/
DExceptionWithContext.java82 String ctx = ((ExceptionWithContext) cause).context.toString(); in ExceptionWithContext() local
83 context = new StringBuffer(ctx.length() + 200); in ExceptionWithContext()
84 context.append(ctx); in ExceptionWithContext()
/dalvik/dexgen/src/com/android/dexgen/util/
DExceptionWithContext.java83 String ctx = ((ExceptionWithContext) cause).context.toString(); in ExceptionWithContext() local
84 context = new StringBuffer(ctx.length() + 200); in ExceptionWithContext()
85 context.append(ctx); in ExceptionWithContext()