HomeSort by relevance Sort by last modified time
    Searched refs:Log (Results 526 - 550 of 4565) sorted by null

<<21222324252627282930>>

  /development/samples/browseable/DrawableTinting/src/com.example.android.common/logger/
LogView.java 23 /** Simple TextView which is used to output log data received through the LogNode interface.
40 * Formats the log data and prints it out to the LogView.
41 * @param priority Log level of the data being logged. Verbose, Error, etc.
42 * @param tag Tag for for the log data. Can be used to organize log statements.
55 case android.util.Log.VERBOSE:
58 case android.util.Log.DEBUG:
61 case android.util.Log.INFO:
64 case android.util.Log.WARN:
67 case android.util.Log.ERROR
    [all...]
  /development/samples/browseable/ElevationBasic/src/com.example.android.common/logger/
LogView.java 23 /** Simple TextView which is used to output log data received through the LogNode interface.
40 * Formats the log data and prints it out to the LogView.
41 * @param priority Log level of the data being logged. Verbose, Error, etc.
42 * @param tag Tag for for the log data. Can be used to organize log statements.
55 case android.util.Log.VERBOSE:
58 case android.util.Log.DEBUG:
61 case android.util.Log.INFO:
64 case android.util.Log.WARN:
67 case android.util.Log.ERROR
    [all...]
  /development/samples/browseable/ElevationDrag/src/com.example.android.common/logger/
LogView.java 23 /** Simple TextView which is used to output log data received through the LogNode interface.
40 * Formats the log data and prints it out to the LogView.
41 * @param priority Log level of the data being logged. Verbose, Error, etc.
42 * @param tag Tag for for the log data. Can be used to organize log statements.
55 case android.util.Log.VERBOSE:
58 case android.util.Log.DEBUG:
61 case android.util.Log.INFO:
64 case android.util.Log.WARN:
67 case android.util.Log.ERROR
    [all...]
  /development/samples/browseable/FloatingActionButtonBasic/src/com.example.android.common/logger/
LogView.java 23 /** Simple TextView which is used to output log data received through the LogNode interface.
40 * Formats the log data and prints it out to the LogView.
41 * @param priority Log level of the data being logged. Verbose, Error, etc.
42 * @param tag Tag for for the log data. Can be used to organize log statements.
55 case android.util.Log.VERBOSE:
58 case android.util.Log.DEBUG:
61 case android.util.Log.INFO:
64 case android.util.Log.WARN:
67 case android.util.Log.ERROR
    [all...]
  /development/samples/browseable/ImmersiveMode/src/com.example.android.common/logger/
LogView.java 23 /** Simple TextView which is used to output log data received through the LogNode interface.
40 * Formats the log data and prints it out to the LogView.
41 * @param priority Log level of the data being logged. Verbose, Error, etc.
42 * @param tag Tag for for the log data. Can be used to organize log statements.
55 case android.util.Log.VERBOSE:
58 case android.util.Log.DEBUG:
61 case android.util.Log.INFO:
64 case android.util.Log.WARN:
67 case android.util.Log.ERROR
    [all...]
  /development/samples/browseable/Interpolator/src/com.example.android.common/logger/
LogView.java 23 /** Simple TextView which is used to output log data received through the LogNode interface.
40 * Formats the log data and prints it out to the LogView.
41 * @param priority Log level of the data being logged. Verbose, Error, etc.
42 * @param tag Tag for for the log data. Can be used to organize log statements.
55 case android.util.Log.VERBOSE:
58 case android.util.Log.DEBUG:
61 case android.util.Log.INFO:
64 case android.util.Log.WARN:
67 case android.util.Log.ERROR
    [all...]
  /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.
40 * Formats the log data and prints it out to the LogView.
41 * @param priority Log level of the data being logged. Verbose, Error, etc.
42 * @param tag Tag for for the log data. Can be used to organize log statements.
55 case android.util.Log.VERBOSE:
58 case android.util.Log.DEBUG:
61 case android.util.Log.INFO:
64 case android.util.Log.WARN:
67 case android.util.Log.ERROR
    [all...]
  /development/samples/browseable/JobScheduler/src/com.example.android.jobscheduler/service/
MyJobService.java 27 import android.util.Log;
50 Log.i(TAG, "Service created");
56 Log.i(TAG, "Service destroyed");
87 Log.i(TAG, "on start job: " + params.getJobId());
97 Log.i(TAG, "on stop job: " + params.getJobId());
107 Log.d(TAG, "Service is bound, not started. There's no callback to send a message to.");
116 Log.e(TAG, "Error passing service object back to activity.");
  /development/samples/browseable/MediaEffects/src/com.example.android.common/logger/
LogView.java 23 /** Simple TextView which is used to output log data received through the LogNode interface.
40 * Formats the log data and prints it out to the LogView.
41 * @param priority Log level of the data being logged. Verbose, Error, etc.
42 * @param tag Tag for for the log data. Can be used to organize log statements.
55 case android.util.Log.VERBOSE:
58 case android.util.Log.DEBUG:
61 case android.util.Log.INFO:
64 case android.util.Log.WARN:
67 case android.util.Log.ERROR
    [all...]
  /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.
40 * Formats the log data and prints it out to the LogView.
41 * @param priority Log level of the data being logged. Verbose, Error, etc.
42 * @param tag Tag for for the log data. Can be used to organize log statements.
55 case android.util.Log.VERBOSE:
58 case android.util.Log.DEBUG:
61 case android.util.Log.INFO:
64 case android.util.Log.WARN:
67 case android.util.Log.ERROR
    [all...]
  /development/samples/browseable/MultiWindowPlayground/src/com/example.android.common.logger/
LogView.java 24 * Simple TextView which is used to output log data received through the LogNode interface.
41 * Formats the log data and prints it out to the LogView.
43 * @param priority Log level of the data being logged. Verbose, Error, etc.
44 * @param tag Tag for for the log data. Can be used to organize log statements.
57 case android.util.Log.VERBOSE:
60 case android.util.Log.DEBUG:
63 case android.util.Log.INFO:
66 case android.util.Log.WARN:
69 case android.util.Log.ERROR
    [all...]
  /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.
40 * Formats the log data and prints it out to the LogView.
41 * @param priority Log level of the data being logged. Verbose, Error, etc.
42 * @param tag Tag for for the log data. Can be used to organize log statements.
55 case android.util.Log.VERBOSE:
58 case android.util.Log.DEBUG:
61 case android.util.Log.INFO:
64 case android.util.Log.WARN:
67 case android.util.Log.ERROR
    [all...]
  /development/samples/browseable/NfcProvisioning/src/com.example.android.common/logger/
LogView.java 23 /** Simple TextView which is used to output log data received through the LogNode interface.
40 * Formats the log data and prints it out to the LogView.
41 * @param priority Log level of the data being logged. Verbose, Error, etc.
42 * @param tag Tag for for the log data. Can be used to organize log statements.
55 case android.util.Log.VERBOSE:
58 case android.util.Log.DEBUG:
61 case android.util.Log.INFO:
64 case android.util.Log.WARN:
67 case android.util.Log.ERROR
    [all...]
  /development/samples/browseable/PermissionRequest/src/com.example.android.common/logger/
LogView.java 23 /** Simple TextView which is used to output log data received through the LogNode interface.
40 * Formats the log data and prints it out to the LogView.
41 * @param priority Log level of the data being logged. Verbose, Error, etc.
42 * @param tag Tag for for the log data. Can be used to organize log statements.
55 case android.util.Log.VERBOSE:
58 case android.util.Log.DEBUG:
61 case android.util.Log.INFO:
64 case android.util.Log.WARN:
67 case android.util.Log.ERROR
    [all...]
  /development/samples/browseable/RecipeAssistant/Application/src/com.example.android.common/logger/
LogView.java 23 /** Simple TextView which is used to output log data received through the LogNode interface.
40 * Formats the log data and prints it out to the LogView.
41 * @param priority Log level of the data being logged. Verbose, Error, etc.
42 * @param tag Tag for for the log data. Can be used to organize log statements.
55 case android.util.Log.VERBOSE:
58 case android.util.Log.DEBUG:
61 case android.util.Log.INFO:
64 case android.util.Log.WARN:
67 case android.util.Log.ERROR
    [all...]
  /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.
40 * Formats the log data and prints it out to the LogView.
41 * @param priority Log level of the data being logged. Verbose, Error, etc.
42 * @param tag Tag for for the log data. Can be used to organize log statements.
55 case android.util.Log.VERBOSE:
58 case android.util.Log.DEBUG:
61 case android.util.Log.INFO:
64 case android.util.Log.WARN:
67 case android.util.Log.ERROR
    [all...]
  /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.
40 * Formats the log data and prints it out to the LogView.
41 * @param priority Log level of the data being logged. Verbose, Error, etc.
42 * @param tag Tag for for the log data. Can be used to organize log statements.
55 case android.util.Log.VERBOSE:
58 case android.util.Log.DEBUG:
61 case android.util.Log.INFO:
64 case android.util.Log.WARN:
67 case android.util.Log.ERROR
    [all...]
  /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.
40 * Formats the log data and prints it out to the LogView.
41 * @param priority Log level of the data being logged. Verbose, Error, etc.
42 * @param tag Tag for for the log data. Can be used to organize log statements.
55 case android.util.Log.VERBOSE:
58 case android.util.Log.DEBUG:
61 case android.util.Log.INFO:
64 case android.util.Log.WARN:
67 case android.util.Log.ERROR
    [all...]
  /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.
40 * Formats the log data and prints it out to the LogView.
41 * @param priority Log level of the data being logged. Verbose, Error, etc.
42 * @param tag Tag for for the log data. Can be used to organize log statements.
55 case android.util.Log.VERBOSE:
58 case android.util.Log.DEBUG:
61 case android.util.Log.INFO:
64 case android.util.Log.WARN:
67 case android.util.Log.ERROR
    [all...]
  /development/samples/browseable/RuntimePermissions/src/com.example.android.common.logger/
LogView.java 23 /** Simple TextView which is used to output log data received through the LogNode interface.
40 * Formats the log data and prints it out to the LogView.
41 * @param priority Log level of the data being logged. Verbose, Error, etc.
42 * @param tag Tag for for the log data. Can be used to organize log statements.
55 case android.util.Log.VERBOSE:
58 case android.util.Log.DEBUG:
61 case android.util.Log.INFO:
64 case android.util.Log.WARN:
67 case android.util.Log.ERROR
    [all...]
  /development/samples/browseable/ScreenCapture/src/com.example.android.common/logger/
LogView.java 23 /** Simple TextView which is used to output log data received through the LogNode interface.
40 * Formats the log data and prints it out to the LogView.
41 * @param priority Log level of the data being logged. Verbose, Error, etc.
42 * @param tag Tag for for the log data. Can be used to organize log statements.
55 case android.util.Log.VERBOSE:
58 case android.util.Log.DEBUG:
61 case android.util.Log.INFO:
64 case android.util.Log.WARN:
67 case android.util.Log.ERROR
    [all...]
  /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.
40 * Formats the log data and prints it out to the LogView.
41 * @param priority Log level of the data being logged. Verbose, Error, etc.
42 * @param tag Tag for for the log data. Can be used to organize log statements.
55 case android.util.Log.VERBOSE:
58 case android.util.Log.DEBUG:
61 case android.util.Log.INFO:
64 case android.util.Log.WARN:
67 case android.util.Log.ERROR
    [all...]
  /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.
40 * Formats the log data and prints it out to the LogView.
41 * @param priority Log level of the data being logged. Verbose, Error, etc.
42 * @param tag Tag for for the log data. Can be used to organize log statements.
55 case android.util.Log.VERBOSE:
58 case android.util.Log.DEBUG:
61 case android.util.Log.INFO:
64 case android.util.Log.WARN:
67 case android.util.Log.ERROR
    [all...]
  /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.
40 * Formats the log data and prints it out to the LogView.
41 * @param priority Log level of the data being logged. Verbose, Error, etc.
42 * @param tag Tag for for the log data. Can be used to organize log statements.
55 case android.util.Log.VERBOSE:
58 case android.util.Log.DEBUG:
61 case android.util.Log.INFO:
64 case android.util.Log.WARN:
67 case android.util.Log.ERROR
    [all...]
  /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.
40 * Formats the log data and prints it out to the LogView.
41 * @param priority Log level of the data being logged. Verbose, Error, etc.
42 * @param tag Tag for for the log data. Can be used to organize log statements.
55 case android.util.Log.VERBOSE:
58 case android.util.Log.DEBUG:
61 case android.util.Log.INFO:
64 case android.util.Log.WARN:
67 case android.util.Log.ERROR
    [all...]

Completed in 3017 milliseconds

<<21222324252627282930>>