HomeSort by relevance Sort by last modified time
    Searched refs:Log (Results 1301 - 1325 of 4565) sorted by null

<<51525354555657585960>>

  /development/samples/browseable/BasicSyncAdapter/src/com.example.android.common/logger/
MessageOnlyLogFilter.java 20 * Useful for situations like on-screen log output where you don't want a lot of metadata displayed,
42 getNext().println(Log.NONE, null, msg, null);
  /development/samples/browseable/BasicTransition/src/com.example.android.common/logger/
MessageOnlyLogFilter.java 20 * Useful for situations like on-screen log output where you don't want a lot of metadata displayed,
42 getNext().println(Log.NONE, null, msg, null);
  /development/samples/browseable/BatchStepSensor/src/com.example.android.common/logger/
MessageOnlyLogFilter.java 20 * Useful for situations like on-screen log output where you don't want a lot of metadata displayed,
42 getNext().println(Log.NONE, null, msg, null);
  /development/samples/browseable/BeamLargeFiles/src/com.example.android.beamlargefiles/
MainActivity.java 28 import com.example.android.common.logger.Log;
62 /** Create a chain of targets that will receive log data */
65 // Wraps Android's native log framework.
67 // Using Log, front-end to the logging chain, emulates android.util.log method signatures.
68 Log.setLogNode(logWrapper);
78 logFragment.getLogView().setTextAppearance(this, R.style.Log);
81 Log.i(TAG, "Ready");
  /development/samples/browseable/BeamLargeFiles/src/com.example.android.common/logger/
MessageOnlyLogFilter.java 20 * Useful for situations like on-screen log output where you don't want a lot of metadata displayed,
42 getNext().println(Log.NONE, null, msg, null);
  /development/samples/browseable/BluetoothChat/src/com.example.android.common/logger/
MessageOnlyLogFilter.java 20 * Useful for situations like on-screen log output where you don't want a lot of metadata displayed,
42 getNext().println(Log.NONE, null, msg, null);
  /development/samples/browseable/BorderlessButtons/src/com.example.android.common.logger/
MessageOnlyLogFilter.java 20 * Useful for situations like on-screen log output where you don't want a lot of metadata displayed,
42 getNext().println(Log.NONE, null, msg, null);
  /development/samples/browseable/CardEmulation/src/com.example.android.common/logger/
MessageOnlyLogFilter.java 20 * Useful for situations like on-screen log output where you don't want a lot of metadata displayed,
42 getNext().println(Log.NONE, null, msg, null);
  /development/samples/browseable/CardReader/src/com.example.android.common/logger/
MessageOnlyLogFilter.java 20 * Useful for situations like on-screen log output where you don't want a lot of metadata displayed,
42 getNext().println(Log.NONE, null, msg, null);
  /development/samples/browseable/ClippingBasic/src/com.example.android.common/logger/
MessageOnlyLogFilter.java 20 * Useful for situations like on-screen log output where you don't want a lot of metadata displayed,
42 getNext().println(Log.NONE, null, msg, null);
  /development/samples/browseable/CustomChoiceList/src/com.example.android.common.logger/
MessageOnlyLogFilter.java 20 * Useful for situations like on-screen log output where you don't want a lot of metadata displayed,
42 getNext().println(Log.NONE, null, msg, null);
  /development/samples/browseable/CustomTransition/src/com.example.android.common/logger/
MessageOnlyLogFilter.java 20 * Useful for situations like on-screen log output where you don't want a lot of metadata displayed,
42 getNext().println(Log.NONE, null, msg, null);
  /development/samples/browseable/DisplayingBitmaps/src/com.example.android.common.logger/
MessageOnlyLogFilter.java 20 * Useful for situations like on-screen log output where you don't want a lot of metadata displayed,
42 getNext().println(Log.NONE, null, msg, null);
  /development/samples/browseable/DragAndDropAcrossApps/DragSource/src/com.example.android/common/logger/
MessageOnlyLogFilter.java 20 * Useful for situations like on-screen log output where you don't want a lot of metadata
43 getNext().println(Log.NONE, null, msg, null);
  /development/samples/browseable/DragAndDropAcrossApps/DropTarget/src/com.example.android/common/logger/
MessageOnlyLogFilter.java 20 * Useful for situations like on-screen log output where you don't want a lot of metadata displayed,
42 getNext().println(Log.NONE, null, msg, null);
  /development/samples/browseable/DrawableTinting/src/com.example.android.common/logger/
MessageOnlyLogFilter.java 20 * Useful for situations like on-screen log output where you don't want a lot of metadata displayed,
42 getNext().println(Log.NONE, null, msg, null);
  /development/samples/browseable/ElevationBasic/src/com.example.android.common/logger/
MessageOnlyLogFilter.java 20 * Useful for situations like on-screen log output where you don't want a lot of metadata displayed,
42 getNext().println(Log.NONE, null, msg, null);
  /development/samples/browseable/ElevationDrag/src/com.example.android.common/logger/
MessageOnlyLogFilter.java 20 * Useful for situations like on-screen log output where you don't want a lot of metadata displayed,
42 getNext().println(Log.NONE, null, msg, null);
  /development/samples/browseable/FloatingActionButtonBasic/src/com.example.android.common/logger/
MessageOnlyLogFilter.java 20 * Useful for situations like on-screen log output where you don't want a lot of metadata displayed,
42 getNext().println(Log.NONE, null, msg, null);
  /development/samples/browseable/ImmersiveMode/src/com.example.android.common/logger/
MessageOnlyLogFilter.java 20 * Useful for situations like on-screen log output where you don't want a lot of metadata displayed,
42 getNext().println(Log.NONE, null, msg, null);
  /development/samples/browseable/ImmersiveMode/src/com.example.android.immersivemode/
MainActivity.java 26 import com.example.android.common.logger.Log;
60 /** Create a chain of targets that will receive log data */
63 // Wraps Android's native log framework.
65 // Using Log, front-end to the logging chain, emulates android.util.log method signatures.
66 Log.setLogNode(logWrapper);
76 logFragment.getLogView().setTextAppearance(this, R.style.Log);
80 Log.i(TAG, "Ready");
  /development/samples/browseable/Interpolator/src/com.example.android.common/logger/
MessageOnlyLogFilter.java 20 * Useful for situations like on-screen log output where you don't want a lot of metadata displayed,
42 getNext().println(Log.NONE, null, msg, null);
  /development/samples/browseable/JobScheduler/src/com.example.android.common.logger/
MessageOnlyLogFilter.java 20 * Useful for situations like on-screen log output where you don't want a lot of metadata displayed,
42 getNext().println(Log.NONE, null, msg, null);
  /development/samples/browseable/MediaEffects/src/com.example.android.common/logger/
MessageOnlyLogFilter.java 20 * Useful for situations like on-screen log output where you don't want a lot of metadata displayed,
42 getNext().println(Log.NONE, null, msg, null);
  /development/samples/browseable/MediaRouter/src/com.example.android.common.logger/
MessageOnlyLogFilter.java 20 * Useful for situations like on-screen log output where you don't want a lot of metadata displayed,
42 getNext().println(Log.NONE, null, msg, null);

Completed in 1106 milliseconds

<<51525354555657585960>>