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

1 2 34 5

  /development/samples/browseable/BorderlessButtons/src/com.example.android.common.logger/
LogView.java 23 /** Simple TextView which is used to output log data received through the LogNode interface.
25 public class LogView extends TextView implements LogNode {
108 public LogNode getNext() {
112 public void setNext(LogNode node) {
136 // The next LogNode in the chain.
137 LogNode mNext;
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/CustomChoiceList/src/com.example.android.common.logger/
LogView.java 23 /** Simple TextView which is used to output log data received through the LogNode interface.
25 public class LogView extends TextView implements LogNode {
108 public LogNode getNext() {
112 public void setNext(LogNode node) {
136 // The next LogNode in the chain.
137 LogNode mNext;
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/ImmersiveMode/src/com.example.android.common/logger/
LogView.java 23 /** Simple TextView which is used to output log data received through the LogNode interface.
25 public class LogView extends TextView implements LogNode {
108 public LogNode getNext() {
112 public void setNext(LogNode node) {
136 // The next LogNode in the chain.
137 LogNode mNext;
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/NetworkConnect/src/com.example.android.common.logger/
LogView.java 23 /** Simple TextView which is used to output log data received through the LogNode interface.
25 public class LogView extends TextView implements LogNode {
108 public LogNode getNext() {
112 public void setNext(LogNode node) {
136 // The next LogNode in the chain.
137 LogNode mNext;
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/StorageClient/src/com.example.android.common/logger/
LogView.java 23 /** Simple TextView which is used to output log data received through the LogNode interface.
25 public class LogView extends TextView implements LogNode {
108 public LogNode getNext() {
112 public void setNext(LogNode node) {
136 // The next LogNode in the chain.
137 LogNode mNext;
  /development/samples/browseable/StorageProvider/src/com.example.android.common/logger/
LogView.java 23 /** Simple TextView which is used to output log data received through the LogNode interface.
25 public class LogView extends TextView implements LogNode {
108 public LogNode getNext() {
112 public void setNext(LogNode node) {
136 // The next LogNode in the chain.
137 LogNode mNext;
  /development/samples/browseable/TextLinkify/src/com.example.android.common.logger/
LogView.java 23 /** Simple TextView which is used to output log data received through the LogNode interface.
25 public class LogView extends TextView implements LogNode {
108 public LogNode getNext() {
112 public void setNext(LogNode node) {
136 // The next LogNode in the chain.
137 LogNode mNext;
  /development/samples/browseable/TextSwitcher/src/com.example.android.common.logger/
LogView.java 23 /** Simple TextView which is used to output log data received through the LogNode interface.
25 public class LogView extends TextView implements LogNode {
108 public LogNode getNext() {
112 public void setNext(LogNode node) {
136 // The next LogNode in the chain.
137 LogNode mNext;
  /development/samples/browseable/repeatingAlarm/src/com.example.android.common/logger/
LogView.java 23 /** Simple TextView which is used to output log data received through the LogNode interface.
25 public class LogView extends TextView implements LogNode {
108 public LogNode getNext() {
112 public void setNext(LogNode node) {
136 // The next LogNode in the chain.
137 LogNode mNext;
  /developers/samples/android/common/src/java/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/ActivityInstrumentation/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/AdvancedImmersiveMode/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/BasicAccessibility/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/BasicAndroidKeyStore/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/BasicContactables/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/BasicGestureDetect/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/BasicImmersiveMode/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/BasicMediaRouter/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/BasicMultitouch/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/BasicNetworking/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/BasicSyncAdapter/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 2566 milliseconds

1 2 34 5