OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LogNode
(Results
276 - 300
of
490
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
/development/samples/browseable/RevealEffectBasic/src/com.example.android.common/logger/
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) {
/development/samples/browseable/SlidingTabsBasic/src/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) {
/development/samples/browseable/SlidingTabsColors/src/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) {
/development/samples/browseable/StorageClient/src/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) {
/development/samples/browseable/StorageProvider/src/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) {
/development/samples/browseable/SwipeRefreshLayoutBasic/src/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) {
/development/samples/browseable/SwipeRefreshListFragment/src/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) {
/development/samples/browseable/SwipeRefreshMultipleViews/src/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) {
/development/samples/browseable/TextLinkify/src/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) {
/development/samples/browseable/TextSwitcher/src/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/
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/ActivitySceneTransitionBasic/Application/src/main/java/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/AdapterTransition/Application/src/main/java/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/AdvancedImmersiveMode/Application/src/main/java/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/AppRestrictionSchema/Application/src/main/java/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/BasicAccessibility/Application/src/main/java/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;
Completed in 199 milliseconds
<<
11
12
13
14
15
16
17
18
19
20