Searched
refs:priority (Results
351 -
375 of
1753) sorted by null
<<11121314151617181920>>
/development/samples/browseable/BorderlessButtons/src/com.example.android.common.logger/ |
LogView.java | 41 * @param priority Log level of the data being logged. Verbose, Error, etc. 48 public void println(int priority, String tag, String msg, Throwable tr) { 53 // For the purposes of this View, we want to print the priority as readable text. 54 switch(priority) { 83 // Take the priority, tag, message, and exception, and concatenate as necessary 104 mNext.println(priority, tag, msg, tr);
|
/development/samples/browseable/CustomChoiceList/src/com.example.android.common.logger/ |
LogView.java | 41 * @param priority Log level of the data being logged. Verbose, Error, etc. 48 public void println(int priority, String tag, String msg, Throwable tr) { 53 // For the purposes of this View, we want to print the priority as readable text. 54 switch(priority) { 83 // Take the priority, tag, message, and exception, and concatenate as necessary 104 mNext.println(priority, tag, msg, tr);
|
/development/samples/browseable/ImmersiveMode/src/com.example.android.common/logger/ |
LogView.java | 41 * @param priority Log level of the data being logged. Verbose, Error, etc. 48 public void println(int priority, String tag, String msg, Throwable tr) { 53 // For the purposes of this View, we want to print the priority as readable text. 54 switch(priority) { 83 // Take the priority, tag, message, and exception, and concatenate as necessary 104 mNext.println(priority, tag, msg, tr);
|
/development/samples/browseable/NetworkConnect/src/com.example.android.common.logger/ |
LogView.java | 41 * @param priority Log level of the data being logged. Verbose, Error, etc. 48 public void println(int priority, String tag, String msg, Throwable tr) { 53 // For the purposes of this View, we want to print the priority as readable text. 54 switch(priority) { 83 // Take the priority, tag, message, and exception, and concatenate as necessary 104 mNext.println(priority, tag, msg, tr);
|
/development/samples/browseable/StorageClient/src/com.example.android.common/logger/ |
LogView.java | 41 * @param priority Log level of the data being logged. Verbose, Error, etc. 48 public void println(int priority, String tag, String msg, Throwable tr) { 53 // For the purposes of this View, we want to print the priority as readable text. 54 switch(priority) { 83 // Take the priority, tag, message, and exception, and concatenate as necessary 104 mNext.println(priority, tag, msg, tr);
|
/development/samples/browseable/StorageProvider/src/com.example.android.common/logger/ |
LogView.java | 41 * @param priority Log level of the data being logged. Verbose, Error, etc. 48 public void println(int priority, String tag, String msg, Throwable tr) { 53 // For the purposes of this View, we want to print the priority as readable text. 54 switch(priority) { 83 // Take the priority, tag, message, and exception, and concatenate as necessary 104 mNext.println(priority, tag, msg, tr);
|