Home | History | Annotate | Download | only in util

Lines Matching refs:priority

56      * Priority constant for the println method; use Log.v.
61 * Priority constant for the println method; use Log.d.
66 * Priority constant for the println method; use Log.i.
71 * Priority constant for the println method; use Log.w.
76 * Priority constant for the println method; use Log.e.
81 * Priority constant for the println method.
325 * @param priority The priority/type of this log message
331 public static int println(int priority, String tag, String msg) {
332 return println_native(LOG_ID_MAIN, priority, tag, msg);
341 int priority, String tag, String msg);