/developers/samples/android/common/src/java/com/example/android/common/logger/ |
MessageOnlyLogFilter.java | 19 * Simple {@link LogNode} filter, removes everything except the message. 23 public class MessageOnlyLogFilter implements LogNode { 25 LogNode mNext; 28 * Takes the "next" LogNode as a parameter, to simplify chaining. 30 * @param next The next LogNode in the pipeline. 32 public MessageOnlyLogFilter(LogNode next) { 47 * Returns the next LogNode in the chain. 49 public LogNode getNext() { 54 * Sets the LogNode data will be sent to.. 56 public void setNext(LogNode node) [all...] |
/development/samples/browseable/ActivityInstrumentation/src/com.example.android.common.logger/ |
MessageOnlyLogFilter.java | 19 * Simple {@link LogNode} filter, removes everything except the message. 23 public class MessageOnlyLogFilter implements LogNode { 25 LogNode mNext; 28 * Takes the "next" LogNode as a parameter, to simplify chaining. 30 * @param next The next LogNode in the pipeline. 32 public MessageOnlyLogFilter(LogNode next) { 47 * Returns the next LogNode in the chain. 49 public LogNode getNext() { 54 * Sets the LogNode data will be sent to.. 56 public void setNext(LogNode node) [all...] |
/development/samples/browseable/ActivitySceneTransitionBasic/src/com.example.android.common.logger/ |
MessageOnlyLogFilter.java | 19 * Simple {@link LogNode} filter, removes everything except the message. 23 public class MessageOnlyLogFilter implements LogNode { 25 LogNode mNext; 28 * Takes the "next" LogNode as a parameter, to simplify chaining. 30 * @param next The next LogNode in the pipeline. 32 public MessageOnlyLogFilter(LogNode next) { 47 * Returns the next LogNode in the chain. 49 public LogNode getNext() { 54 * Sets the LogNode data will be sent to.. 56 public void setNext(LogNode node) [all...] |
/development/samples/browseable/AdapterTransition/src/com.example.android.common/logger/ |
MessageOnlyLogFilter.java | 19 * Simple {@link LogNode} filter, removes everything except the message. 23 public class MessageOnlyLogFilter implements LogNode { 25 LogNode mNext; 28 * Takes the "next" LogNode as a parameter, to simplify chaining. 30 * @param next The next LogNode in the pipeline. 32 public MessageOnlyLogFilter(LogNode next) { 47 * Returns the next LogNode in the chain. 49 public LogNode getNext() { 54 * Sets the LogNode data will be sent to.. 56 public void setNext(LogNode node) [all...] |
/development/samples/browseable/AdvancedImmersiveMode/src/com.example.android.common/logger/ |
MessageOnlyLogFilter.java | 19 * Simple {@link LogNode} filter, removes everything except the message. 23 public class MessageOnlyLogFilter implements LogNode { 25 LogNode mNext; 28 * Takes the "next" LogNode as a parameter, to simplify chaining. 30 * @param next The next LogNode in the pipeline. 32 public MessageOnlyLogFilter(LogNode next) { 47 * Returns the next LogNode in the chain. 49 public LogNode getNext() { 54 * Sets the LogNode data will be sent to.. 56 public void setNext(LogNode node) [all...] |
/development/samples/browseable/AppRestrictionSchema/src/com.example.android.common/logger/ |
MessageOnlyLogFilter.java | 19 * Simple {@link LogNode} filter, removes everything except the message. 23 public class MessageOnlyLogFilter implements LogNode { 25 LogNode mNext; 28 * Takes the "next" LogNode as a parameter, to simplify chaining. 30 * @param next The next LogNode in the pipeline. 32 public MessageOnlyLogFilter(LogNode next) { 47 * Returns the next LogNode in the chain. 49 public LogNode getNext() { 54 * Sets the LogNode data will be sent to.. 56 public void setNext(LogNode node) [all...] |
/development/samples/browseable/BasicAccessibility/src/com.example.android.common.logger/ |
MessageOnlyLogFilter.java | 19 * Simple {@link LogNode} filter, removes everything except the message. 23 public class MessageOnlyLogFilter implements LogNode { 25 LogNode mNext; 28 * Takes the "next" LogNode as a parameter, to simplify chaining. 30 * @param next The next LogNode in the pipeline. 32 public MessageOnlyLogFilter(LogNode next) { 47 * Returns the next LogNode in the chain. 49 public LogNode getNext() { 54 * Sets the LogNode data will be sent to.. 56 public void setNext(LogNode node) [all...] |
/development/samples/browseable/BasicAndroidKeyStore/src/com.example.android.common/logger/ |
MessageOnlyLogFilter.java | 19 * Simple {@link LogNode} filter, removes everything except the message. 23 public class MessageOnlyLogFilter implements LogNode { 25 LogNode mNext; 28 * Takes the "next" LogNode as a parameter, to simplify chaining. 30 * @param next The next LogNode in the pipeline. 32 public MessageOnlyLogFilter(LogNode next) { 47 * Returns the next LogNode in the chain. 49 public LogNode getNext() { 54 * Sets the LogNode data will be sent to.. 56 public void setNext(LogNode node) [all...] |
/development/samples/browseable/BasicContactables/src/com.example.android.common.logger/ |
MessageOnlyLogFilter.java | 19 * Simple {@link LogNode} filter, removes everything except the message. 23 public class MessageOnlyLogFilter implements LogNode { 25 LogNode mNext; 28 * Takes the "next" LogNode as a parameter, to simplify chaining. 30 * @param next The next LogNode in the pipeline. 32 public MessageOnlyLogFilter(LogNode next) { 47 * Returns the next LogNode in the chain. 49 public LogNode getNext() { 54 * Sets the LogNode data will be sent to.. 56 public void setNext(LogNode node) [all...] |
/development/samples/browseable/BasicGestureDetect/src/com.example.android.common/logger/ |
MessageOnlyLogFilter.java | 19 * Simple {@link LogNode} filter, removes everything except the message. 23 public class MessageOnlyLogFilter implements LogNode { 25 LogNode mNext; 28 * Takes the "next" LogNode as a parameter, to simplify chaining. 30 * @param next The next LogNode in the pipeline. 32 public MessageOnlyLogFilter(LogNode next) { 47 * Returns the next LogNode in the chain. 49 public LogNode getNext() { 54 * Sets the LogNode data will be sent to.. 56 public void setNext(LogNode node) [all...] |
/development/samples/browseable/BasicImmersiveMode/src/com.example.android.common/logger/ |
MessageOnlyLogFilter.java | 19 * Simple {@link LogNode} filter, removes everything except the message. 23 public class MessageOnlyLogFilter implements LogNode { 25 LogNode mNext; 28 * Takes the "next" LogNode as a parameter, to simplify chaining. 30 * @param next The next LogNode in the pipeline. 32 public MessageOnlyLogFilter(LogNode next) { 47 * Returns the next LogNode in the chain. 49 public LogNode getNext() { 54 * Sets the LogNode data will be sent to.. 56 public void setNext(LogNode node) [all...] |
/development/samples/browseable/BasicMediaRouter/src/com.example.android.common.logger/ |
MessageOnlyLogFilter.java | 19 * Simple {@link LogNode} filter, removes everything except the message. 23 public class MessageOnlyLogFilter implements LogNode { 25 LogNode mNext; 28 * Takes the "next" LogNode as a parameter, to simplify chaining. 30 * @param next The next LogNode in the pipeline. 32 public MessageOnlyLogFilter(LogNode next) { 47 * Returns the next LogNode in the chain. 49 public LogNode getNext() { 54 * Sets the LogNode data will be sent to.. 56 public void setNext(LogNode node) [all...] |
/development/samples/browseable/BasicMultitouch/src/com.example.android.common.logger/ |
MessageOnlyLogFilter.java | 19 * Simple {@link LogNode} filter, removes everything except the message. 23 public class MessageOnlyLogFilter implements LogNode { 25 LogNode mNext; 28 * Takes the "next" LogNode as a parameter, to simplify chaining. 30 * @param next The next LogNode in the pipeline. 32 public MessageOnlyLogFilter(LogNode next) { 47 * Returns the next LogNode in the chain. 49 public LogNode getNext() { 54 * Sets the LogNode data will be sent to.. 56 public void setNext(LogNode node) [all...] |
/development/samples/browseable/BasicNetworking/src/com.example.android.common.logger/ |
MessageOnlyLogFilter.java | 19 * Simple {@link LogNode} filter, removes everything except the message. 23 public class MessageOnlyLogFilter implements LogNode { 25 LogNode mNext; 28 * Takes the "next" LogNode as a parameter, to simplify chaining. 30 * @param next The next LogNode in the pipeline. 32 public MessageOnlyLogFilter(LogNode next) { 47 * Returns the next LogNode in the chain. 49 public LogNode getNext() { 54 * Sets the LogNode data will be sent to.. 56 public void setNext(LogNode node) [all...] |
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.common/logger/ |
MessageOnlyLogFilter.java | 19 * Simple {@link LogNode} filter, removes everything except the message. 23 public class MessageOnlyLogFilter implements LogNode { 25 LogNode mNext; 28 * Takes the "next" LogNode as a parameter, to simplify chaining. 30 * @param next The next LogNode in the pipeline. 32 public MessageOnlyLogFilter(LogNode next) { 47 * Returns the next LogNode in the chain. 49 public LogNode getNext() { 54 * Sets the LogNode data will be sent to.. 56 public void setNext(LogNode node) [all...] |
/development/samples/browseable/BasicTransition/src/com.example.android.common/logger/ |
MessageOnlyLogFilter.java | 19 * Simple {@link LogNode} filter, removes everything except the message. 23 public class MessageOnlyLogFilter implements LogNode { 25 LogNode mNext; 28 * Takes the "next" LogNode as a parameter, to simplify chaining. 30 * @param next The next LogNode in the pipeline. 32 public MessageOnlyLogFilter(LogNode next) { 47 * Returns the next LogNode in the chain. 49 public LogNode getNext() { 54 * Sets the LogNode data will be sent to.. 56 public void setNext(LogNode node) [all...] |
/development/samples/browseable/BatchStepSensor/src/com.example.android.common/logger/ |
MessageOnlyLogFilter.java | 19 * Simple {@link LogNode} filter, removes everything except the message. 23 public class MessageOnlyLogFilter implements LogNode { 25 LogNode mNext; 28 * Takes the "next" LogNode as a parameter, to simplify chaining. 30 * @param next The next LogNode in the pipeline. 32 public MessageOnlyLogFilter(LogNode next) { 47 * Returns the next LogNode in the chain. 49 public LogNode getNext() { 54 * Sets the LogNode data will be sent to.. 56 public void setNext(LogNode node) [all...] |
/development/samples/browseable/BorderlessButtons/src/com.example.android.common.logger/ |
MessageOnlyLogFilter.java | 19 * Simple {@link LogNode} filter, removes everything except the message. 23 public class MessageOnlyLogFilter implements LogNode { 25 LogNode mNext; 28 * Takes the "next" LogNode as a parameter, to simplify chaining. 30 * @param next The next LogNode in the pipeline. 32 public MessageOnlyLogFilter(LogNode next) { 47 * Returns the next LogNode in the chain. 49 public LogNode getNext() { 54 * Sets the LogNode data will be sent to.. 56 public void setNext(LogNode node) [all...] |
/development/samples/browseable/CardEmulation/src/com.example.android.common/logger/ |
MessageOnlyLogFilter.java | 19 * Simple {@link LogNode} filter, removes everything except the message. 23 public class MessageOnlyLogFilter implements LogNode { 25 LogNode mNext; 28 * Takes the "next" LogNode as a parameter, to simplify chaining. 30 * @param next The next LogNode in the pipeline. 32 public MessageOnlyLogFilter(LogNode next) { 47 * Returns the next LogNode in the chain. 49 public LogNode getNext() { 54 * Sets the LogNode data will be sent to.. 56 public void setNext(LogNode node) [all...] |
/development/samples/browseable/CardReader/src/com.example.android.common/logger/ |
MessageOnlyLogFilter.java | 19 * Simple {@link LogNode} filter, removes everything except the message. 23 public class MessageOnlyLogFilter implements LogNode { 25 LogNode mNext; 28 * Takes the "next" LogNode as a parameter, to simplify chaining. 30 * @param next The next LogNode in the pipeline. 32 public MessageOnlyLogFilter(LogNode next) { 47 * Returns the next LogNode in the chain. 49 public LogNode getNext() { 54 * Sets the LogNode data will be sent to.. 56 public void setNext(LogNode node) [all...] |
/development/samples/browseable/ClippingBasic/src/com.example.android.common/logger/ |
MessageOnlyLogFilter.java | 19 * Simple {@link LogNode} filter, removes everything except the message. 23 public class MessageOnlyLogFilter implements LogNode { 25 LogNode mNext; 28 * Takes the "next" LogNode as a parameter, to simplify chaining. 30 * @param next The next LogNode in the pipeline. 32 public MessageOnlyLogFilter(LogNode next) { 47 * Returns the next LogNode in the chain. 49 public LogNode getNext() { 54 * Sets the LogNode data will be sent to.. 56 public void setNext(LogNode node) [all...] |
/development/samples/browseable/CustomChoiceList/src/com.example.android.common.logger/ |
MessageOnlyLogFilter.java | 19 * Simple {@link LogNode} filter, removes everything except the message. 23 public class MessageOnlyLogFilter implements LogNode { 25 LogNode mNext; 28 * Takes the "next" LogNode as a parameter, to simplify chaining. 30 * @param next The next LogNode in the pipeline. 32 public MessageOnlyLogFilter(LogNode next) { 47 * Returns the next LogNode in the chain. 49 public LogNode getNext() { 54 * Sets the LogNode data will be sent to.. 56 public void setNext(LogNode node) [all...] |
/development/samples/browseable/CustomTransition/src/com.example.android.common/logger/ |
MessageOnlyLogFilter.java | 19 * Simple {@link LogNode} filter, removes everything except the message. 23 public class MessageOnlyLogFilter implements LogNode { 25 LogNode mNext; 28 * Takes the "next" LogNode as a parameter, to simplify chaining. 30 * @param next The next LogNode in the pipeline. 32 public MessageOnlyLogFilter(LogNode next) { 47 * Returns the next LogNode in the chain. 49 public LogNode getNext() { 54 * Sets the LogNode data will be sent to.. 56 public void setNext(LogNode node) [all...] |
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.common.logger/ |
MessageOnlyLogFilter.java | 19 * Simple {@link LogNode} filter, removes everything except the message. 23 public class MessageOnlyLogFilter implements LogNode { 25 LogNode mNext; 28 * Takes the "next" LogNode as a parameter, to simplify chaining. 30 * @param next The next LogNode in the pipeline. 32 public MessageOnlyLogFilter(LogNode next) { 47 * Returns the next LogNode in the chain. 49 public LogNode getNext() { 54 * Sets the LogNode data will be sent to.. 56 public void setNext(LogNode node) [all...] |
/development/samples/browseable/DrawableTinting/src/com.example.android.common/logger/ |
MessageOnlyLogFilter.java | 19 * Simple {@link LogNode} filter, removes everything except the message. 23 public class MessageOnlyLogFilter implements LogNode { 25 LogNode mNext; 28 * Takes the "next" LogNode as a parameter, to simplify chaining. 30 * @param next The next LogNode in the pipeline. 32 public MessageOnlyLogFilter(LogNode next) { 47 * Returns the next LogNode in the chain. 49 public LogNode getNext() { 54 * Sets the LogNode data will be sent to.. 56 public void setNext(LogNode node) [all...] |