HomeSort by relevance Sort by last modified time
    Searched refs:LogNode (Results 101 - 105 of 105) sorted by null

1 2 3 45

  /development/samples/browseable/StorageClient/src/com.example.android.common/logger/
Log.java 24 * in LogNode.</p>
37 // Stores the beginning of the LogNode topology.
38 private static LogNode mLogNode;
41 * Returns the next LogNode in the linked list.
43 public static LogNode getLogNode() {
48 * Sets the LogNode data will be sent to.
50 public static void setLogNode(LogNode node) {
55 * Instructs the LogNode to print the log data provided. Other LogNodes can
56 * be chained to the end of the LogNode as desired.
71 * Instructs the LogNode to print the log data provided. Other LogNodes ca
    [all...]
  /development/samples/browseable/StorageProvider/src/com.example.android.common/logger/
Log.java 24 * in LogNode.</p>
37 // Stores the beginning of the LogNode topology.
38 private static LogNode mLogNode;
41 * Returns the next LogNode in the linked list.
43 public static LogNode getLogNode() {
48 * Sets the LogNode data will be sent to.
50 public static void setLogNode(LogNode node) {
55 * Instructs the LogNode to print the log data provided. Other LogNodes can
56 * be chained to the end of the LogNode as desired.
71 * Instructs the LogNode to print the log data provided. Other LogNodes ca
    [all...]
  /development/samples/browseable/TextLinkify/src/com.example.android.common.logger/
Log.java 24 * in LogNode.</p>
37 // Stores the beginning of the LogNode topology.
38 private static LogNode mLogNode;
41 * Returns the next LogNode in the linked list.
43 public static LogNode getLogNode() {
48 * Sets the LogNode data will be sent to.
50 public static void setLogNode(LogNode node) {
55 * Instructs the LogNode to print the log data provided. Other LogNodes can
56 * be chained to the end of the LogNode as desired.
71 * Instructs the LogNode to print the log data provided. Other LogNodes ca
    [all...]
  /development/samples/browseable/TextSwitcher/src/com.example.android.common.logger/
Log.java 24 * in LogNode.</p>
37 // Stores the beginning of the LogNode topology.
38 private static LogNode mLogNode;
41 * Returns the next LogNode in the linked list.
43 public static LogNode getLogNode() {
48 * Sets the LogNode data will be sent to.
50 public static void setLogNode(LogNode node) {
55 * Instructs the LogNode to print the log data provided. Other LogNodes can
56 * be chained to the end of the LogNode as desired.
71 * Instructs the LogNode to print the log data provided. Other LogNodes ca
    [all...]
  /development/samples/browseable/repeatingAlarm/src/com.example.android.common/logger/
Log.java 24 * in LogNode.</p>
37 // Stores the beginning of the LogNode topology.
38 private static LogNode mLogNode;
41 * Returns the next LogNode in the linked list.
43 public static LogNode getLogNode() {
48 * Sets the LogNode data will be sent to.
50 public static void setLogNode(LogNode node) {
55 * Instructs the LogNode to print the log data provided. Other LogNodes can
56 * be chained to the end of the LogNode as desired.
71 * Instructs the LogNode to print the log data provided. Other LogNodes ca
    [all...]

Completed in 35 milliseconds

1 2 3 45