HomeSort by relevance Sort by last modified time
    Searched defs:ERROR (Results 126 - 150 of 1355) sorted by null

1 2 3 4 56 7 8 91011>>

  /development/samples/browseable/BasicMultitouch/src/com.example.android.common.logger/
Log.java 34 public static final int ERROR = android.util.Log.ERROR;
58 * @param priority Log level of the data being logged. Verbose, Error, etc.
74 * @param priority Log level of the data being logged. Verbose, Error, etc.
183 * Prints a message at ERROR priority.
191 println(ERROR, tag, msg, tr);
195 * Prints a message at ERROR priority.
  /development/samples/browseable/BasicNetworking/src/com.example.android.common.logger/
Log.java 34 public static final int ERROR = android.util.Log.ERROR;
58 * @param priority Log level of the data being logged. Verbose, Error, etc.
74 * @param priority Log level of the data being logged. Verbose, Error, etc.
183 * Prints a message at ERROR priority.
191 println(ERROR, tag, msg, tr);
195 * Prints a message at ERROR priority.
  /development/samples/browseable/BasicSyncAdapter/src/com.example.android.common/logger/
Log.java 34 public static final int ERROR = android.util.Log.ERROR;
58 * @param priority Log level of the data being logged. Verbose, Error, etc.
74 * @param priority Log level of the data being logged. Verbose, Error, etc.
183 * Prints a message at ERROR priority.
191 println(ERROR, tag, msg, tr);
195 * Prints a message at ERROR priority.
  /development/samples/browseable/BasicTransition/src/com.example.android.common/logger/
Log.java 34 public static final int ERROR = android.util.Log.ERROR;
58 * @param priority Log level of the data being logged. Verbose, Error, etc.
74 * @param priority Log level of the data being logged. Verbose, Error, etc.
183 * Prints a message at ERROR priority.
191 println(ERROR, tag, msg, tr);
195 * Prints a message at ERROR priority.
  /development/samples/browseable/BatchStepSensor/src/com.example.android.common/logger/
Log.java 34 public static final int ERROR = android.util.Log.ERROR;
58 * @param priority Log level of the data being logged. Verbose, Error, etc.
74 * @param priority Log level of the data being logged. Verbose, Error, etc.
183 * Prints a message at ERROR priority.
191 println(ERROR, tag, msg, tr);
195 * Prints a message at ERROR priority.
  /development/samples/browseable/BeamLargeFiles/src/com.example.android.common/logger/
Log.java 34 public static final int ERROR = android.util.Log.ERROR;
58 * @param priority Log level of the data being logged. Verbose, Error, etc.
74 * @param priority Log level of the data being logged. Verbose, Error, etc.
183 * Prints a message at ERROR priority.
191 println(ERROR, tag, msg, tr);
195 * Prints a message at ERROR priority.
  /development/samples/browseable/BluetoothChat/src/com.example.android.common/logger/
Log.java 34 public static final int ERROR = android.util.Log.ERROR;
58 * @param priority Log level of the data being logged. Verbose, Error, etc.
74 * @param priority Log level of the data being logged. Verbose, Error, etc.
183 * Prints a message at ERROR priority.
191 println(ERROR, tag, msg, tr);
195 * Prints a message at ERROR priority.
  /development/samples/browseable/BorderlessButtons/src/com.example.android.common.logger/
Log.java 34 public static final int ERROR = android.util.Log.ERROR;
58 * @param priority Log level of the data being logged. Verbose, Error, etc.
74 * @param priority Log level of the data being logged. Verbose, Error, etc.
183 * Prints a message at ERROR priority.
191 println(ERROR, tag, msg, tr);
195 * Prints a message at ERROR priority.
  /development/samples/browseable/CardEmulation/src/com.example.android.common/logger/
Log.java 34 public static final int ERROR = android.util.Log.ERROR;
58 * @param priority Log level of the data being logged. Verbose, Error, etc.
74 * @param priority Log level of the data being logged. Verbose, Error, etc.
183 * Prints a message at ERROR priority.
191 println(ERROR, tag, msg, tr);
195 * Prints a message at ERROR priority.
  /development/samples/browseable/CardReader/src/com.example.android.common/logger/
Log.java 34 public static final int ERROR = android.util.Log.ERROR;
58 * @param priority Log level of the data being logged. Verbose, Error, etc.
74 * @param priority Log level of the data being logged. Verbose, Error, etc.
183 * Prints a message at ERROR priority.
191 println(ERROR, tag, msg, tr);
195 * Prints a message at ERROR priority.
  /development/samples/browseable/ClippingBasic/src/com.example.android.common/logger/
Log.java 34 public static final int ERROR = android.util.Log.ERROR;
58 * @param priority Log level of the data being logged. Verbose, Error, etc.
74 * @param priority Log level of the data being logged. Verbose, Error, etc.
183 * Prints a message at ERROR priority.
191 println(ERROR, tag, msg, tr);
195 * Prints a message at ERROR priority.
  /development/samples/browseable/CustomChoiceList/src/com.example.android.common.logger/
Log.java 34 public static final int ERROR = android.util.Log.ERROR;
58 * @param priority Log level of the data being logged. Verbose, Error, etc.
74 * @param priority Log level of the data being logged. Verbose, Error, etc.
183 * Prints a message at ERROR priority.
191 println(ERROR, tag, msg, tr);
195 * Prints a message at ERROR priority.
  /development/samples/browseable/CustomTransition/src/com.example.android.common/logger/
Log.java 34 public static final int ERROR = android.util.Log.ERROR;
58 * @param priority Log level of the data being logged. Verbose, Error, etc.
74 * @param priority Log level of the data being logged. Verbose, Error, etc.
183 * Prints a message at ERROR priority.
191 println(ERROR, tag, msg, tr);
195 * Prints a message at ERROR priority.
  /development/samples/browseable/DisplayingBitmaps/src/com.example.android.common.logger/
Log.java 34 public static final int ERROR = android.util.Log.ERROR;
58 * @param priority Log level of the data being logged. Verbose, Error, etc.
74 * @param priority Log level of the data being logged. Verbose, Error, etc.
183 * Prints a message at ERROR priority.
191 println(ERROR, tag, msg, tr);
195 * Prints a message at ERROR priority.
  /development/samples/browseable/DragAndDropAcrossApps/DragSource/src/com.example.android/common/logger/
Log.java 40 public static final int ERROR = android.util.Log.ERROR;
65 * @param priority Log level of the data being logged. Verbose, Error, etc.
82 * @param priority Log level of the data being logged. Verbose, Error, etc.
191 * Prints a message at ERROR priority.
199 println(ERROR, tag, msg, tr);
203 * Prints a message at ERROR priority.
  /development/samples/browseable/DragAndDropAcrossApps/DropTarget/src/com.example.android/common/logger/
Log.java 34 public static final int ERROR = android.util.Log.ERROR;
58 * @param priority Log level of the data being logged. Verbose, Error, etc.
74 * @param priority Log level of the data being logged. Verbose, Error, etc.
183 * Prints a message at ERROR priority.
191 println(ERROR, tag, msg, tr);
195 * Prints a message at ERROR priority.
  /development/samples/browseable/DrawableTinting/src/com.example.android.common/logger/
Log.java 34 public static final int ERROR = android.util.Log.ERROR;
58 * @param priority Log level of the data being logged. Verbose, Error, etc.
74 * @param priority Log level of the data being logged. Verbose, Error, etc.
183 * Prints a message at ERROR priority.
191 println(ERROR, tag, msg, tr);
195 * Prints a message at ERROR priority.
  /development/samples/browseable/ElevationBasic/src/com.example.android.common/logger/
Log.java 34 public static final int ERROR = android.util.Log.ERROR;
58 * @param priority Log level of the data being logged. Verbose, Error, etc.
74 * @param priority Log level of the data being logged. Verbose, Error, etc.
183 * Prints a message at ERROR priority.
191 println(ERROR, tag, msg, tr);
195 * Prints a message at ERROR priority.
  /development/samples/browseable/ElevationDrag/src/com.example.android.common/logger/
Log.java 34 public static final int ERROR = android.util.Log.ERROR;
58 * @param priority Log level of the data being logged. Verbose, Error, etc.
74 * @param priority Log level of the data being logged. Verbose, Error, etc.
183 * Prints a message at ERROR priority.
191 println(ERROR, tag, msg, tr);
195 * Prints a message at ERROR priority.
  /development/samples/browseable/FloatingActionButtonBasic/src/com.example.android.common/logger/
Log.java 34 public static final int ERROR = android.util.Log.ERROR;
58 * @param priority Log level of the data being logged. Verbose, Error, etc.
74 * @param priority Log level of the data being logged. Verbose, Error, etc.
183 * Prints a message at ERROR priority.
191 println(ERROR, tag, msg, tr);
195 * Prints a message at ERROR priority.
  /development/samples/browseable/ImmersiveMode/src/com.example.android.common/logger/
Log.java 34 public static final int ERROR = android.util.Log.ERROR;
58 * @param priority Log level of the data being logged. Verbose, Error, etc.
74 * @param priority Log level of the data being logged. Verbose, Error, etc.
183 * Prints a message at ERROR priority.
191 println(ERROR, tag, msg, tr);
195 * Prints a message at ERROR priority.
  /development/samples/browseable/Interpolator/src/com.example.android.common/logger/
Log.java 34 public static final int ERROR = android.util.Log.ERROR;
58 * @param priority Log level of the data being logged. Verbose, Error, etc.
74 * @param priority Log level of the data being logged. Verbose, Error, etc.
183 * Prints a message at ERROR priority.
191 println(ERROR, tag, msg, tr);
195 * Prints a message at ERROR priority.
  /development/samples/browseable/JobScheduler/src/com.example.android.common.logger/
Log.java 34 public static final int ERROR = android.util.Log.ERROR;
58 * @param priority Log level of the data being logged. Verbose, Error, etc.
74 * @param priority Log level of the data being logged. Verbose, Error, etc.
183 * Prints a message at ERROR priority.
191 println(ERROR, tag, msg, tr);
195 * Prints a message at ERROR priority.
  /development/samples/browseable/MediaEffects/src/com.example.android.common/logger/
Log.java 34 public static final int ERROR = android.util.Log.ERROR;
58 * @param priority Log level of the data being logged. Verbose, Error, etc.
74 * @param priority Log level of the data being logged. Verbose, Error, etc.
183 * Prints a message at ERROR priority.
191 println(ERROR, tag, msg, tr);
195 * Prints a message at ERROR priority.
  /development/samples/browseable/MediaRouter/src/com.example.android.common.logger/
Log.java 34 public static final int ERROR = android.util.Log.ERROR;
58 * @param priority Log level of the data being logged. Verbose, Error, etc.
74 * @param priority Log level of the data being logged. Verbose, Error, etc.
183 * Prints a message at ERROR priority.
191 println(ERROR, tag, msg, tr);
195 * Prints a message at ERROR priority.

Completed in 739 milliseconds

1 2 3 4 56 7 8 91011>>