HomeSort by relevance Sort by last modified time
    Searched refs:LogNode (Results 376 - 400 of 490) sorted by null

<<11121314151617181920

  /development/samples/browseable/JobScheduler/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/MediaRouter/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/NavigationDrawer/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/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;
  /development/samples/browseable/RecyclerView/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/RenderScriptIntrinsic/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;
  /development/samples/browseable/RevealEffectBasic/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/SlidingTabsBasic/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/SlidingTabsColors/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/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/SwipeRefreshLayoutBasic/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/SwipeRefreshListFragment/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/SwipeRefreshMultipleViews/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;
  /developers/build/prebuilts/gradle/ActivityInstrumentation/Application/src/main/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...]
  /developers/build/prebuilts/gradle/ActivitySceneTransitionBasic/Application/src/main/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...]
  /developers/build/prebuilts/gradle/AdapterTransition/Application/src/main/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...]
  /developers/build/prebuilts/gradle/AdvancedImmersiveMode/Application/src/main/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...]
  /developers/build/prebuilts/gradle/AppRestrictionSchema/Application/src/main/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...]
  /developers/build/prebuilts/gradle/BasicAccessibility/Application/src/main/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...]
  /developers/build/prebuilts/gradle/BasicAndroidKeyStore/Application/src/main/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...]
  /developers/build/prebuilts/gradle/BasicContactables/Application/src/main/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...]

Completed in 1242 milliseconds

<<11121314151617181920