OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LogNode
(Results
26 - 50
of
105
) sorted by null
1
2
3
4
5
/development/samples/browseable/AdvancedImmersiveMode/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/BasicAccessibility/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/BasicAndroidKeyStore/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/BasicContactables/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/BasicGestureDetect/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/BasicImmersiveMode/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/BasicMediaRouter/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/BasicMultitouch/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/BasicNetworking/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/BasicSyncAdapter/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/BorderlessButtons/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/CustomChoiceList/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/ImmersiveMode/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.
Completed in 835 milliseconds
1
2
3
4
5