/development/samples/browseable/RenderScriptIntrinsic/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/RepeatingAlarm/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/RevealEffectBasic/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/RuntimePermissions/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/ScreenCapture/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/SlidingTabsBasic/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/SlidingTabsColors/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/StorageClient/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/StorageProvider/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/SwipeRefreshLayoutBasic/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/SwipeRefreshListFragment/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/SwipeRefreshMultipleViews/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/SynchronizedNotifications/Application/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/TextLinkify/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/TextSwitcher/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...] |
/developers/build/prebuilts/gradle/ActiveNotifications/Application/src/main/java/com/example/android/common/logger/ |
LogNode.java | 27 public interface LogNode { 30 * Instructs first LogNode in the list to print the log data provided.
|
LogWrapper.java | 24 public class LogWrapper implements LogNode { 27 private LogNode mNext; 30 * Returns the next LogNode in the linked list. 32 public LogNode getNext() { 37 * Sets the LogNode data will be sent to.. 39 public void setNext(LogNode node) {
|
/developers/build/prebuilts/gradle/ActivityInstrumentation/Application/src/main/java/com/example/android/common/logger/ |
LogNode.java | 27 public interface LogNode { 30 * Instructs first LogNode in the list to print the log data provided.
|
LogWrapper.java | 24 public class LogWrapper implements LogNode { 27 private LogNode mNext; 30 * Returns the next LogNode in the linked list. 32 public LogNode getNext() { 37 * Sets the LogNode data will be sent to.. 39 public void setNext(LogNode node) {
|
/developers/build/prebuilts/gradle/ActivitySceneTransitionBasic/Application/src/main/java/com/example/android/common/logger/ |
LogNode.java | 27 public interface LogNode { 30 * Instructs first LogNode in the list to print the log data provided.
|
LogWrapper.java | 24 public class LogWrapper implements LogNode { 27 private LogNode mNext; 30 * Returns the next LogNode in the linked list. 32 public LogNode getNext() { 37 * Sets the LogNode data will be sent to.. 39 public void setNext(LogNode node) {
|
/developers/build/prebuilts/gradle/AdvancedImmersiveMode/Application/src/main/java/com/example/android/common/logger/ |
LogNode.java | 27 public interface LogNode { 30 * Instructs first LogNode in the list to print the log data provided.
|
LogWrapper.java | 24 public class LogWrapper implements LogNode { 27 private LogNode mNext; 30 * Returns the next LogNode in the linked list. 32 public LogNode getNext() { 37 * Sets the LogNode data will be sent to.. 39 public void setNext(LogNode node) {
|
/developers/build/prebuilts/gradle/AppRestrictionSchema/Application/src/main/java/com/example/android/common/logger/ |
LogNode.java | 27 public interface LogNode { 30 * Instructs first LogNode in the list to print the log data provided.
|
LogWrapper.java | 24 public class LogWrapper implements LogNode { 27 private LogNode mNext; 30 * Returns the next LogNode in the linked list. 32 public LogNode getNext() { 37 * Sets the LogNode data will be sent to.. 39 public void setNext(LogNode node) {
|