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

<<51525354555657585960>>

  /development/samples/browseable/MultiWindowPlayground/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/NavigationDrawer/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/NfcProvisioning/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/PermissionRequest/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/RecipeAssistant/Application/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/RecyclerView/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/RenderScriptIntrinsic/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/RepeatingAlarm/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/RepeatingAlarm/src/com.example.android.repeatingalarm/
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/RevealEffectBasic/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/RuntimePermissions/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/ScreenCapture/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/SlidingTabsBasic/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/SlidingTabsColors/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/StorageClient/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/StorageClient/src/com.example.android.storageclient/
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/StorageProvider/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/StorageProvider/src/com.example.android.storageprovider/
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/SwipeRefreshLayoutBasic/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/SwipeRefreshListFragment/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/SwipeRefreshMultipleViews/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/SynchronizedNotifications/Application/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/SynchronizedNotifications/Application/src/com.example.android.wearable.synchronizednotifications/
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/TextLinkify/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/TextSwitcher/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 1405 milliseconds

<<51525354555657585960>>