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

<<11121314151617181920>>

  /cts/tests/framework/base/windowmanager/util/src/android/server/wm/
UiDeviceUtils.java 34 import android.util.Log;
50 if (DEBUG) Log.d(TAG, "waitForDeviceIdle: timeout=" + timeout);
55 if (DEBUG) Log.d(TAG, "wakeUpDevice");
60 if (DEBUG) Log.d(TAG, "dragPointer: from=" + from + " to=" + to + " steps=" + steps);
65 if (DEBUG) Log.d(TAG, "pressEnterButton");
70 if (DEBUG) Log.d(TAG, "pressHomeButton");
75 if (DEBUG) Log.d(TAG, "pressBackButton");
80 if (DEBUG) Log.d(TAG, "pressMenuButton");
85 if (DEBUG) Log.d(TAG, "pressSleepButton");
93 if (DEBUG) Log.d(TAG, "pressWakeupButton")
    [all...]
  /developers/build/prebuilts/gradle/MultiWindowPlayground/kotlinApp/Application/src/main/java/com/android/multiwindowplayground/logger/
LogView.kt 23 * Simple TextView which is used to output log data received through the LogNode interface.
31 * Formats the log data and prints it out to the LogView.
33 * @param priority Log level of the data being logged. Verbose, Error, etc.
34 * @param tag Tag for for the log data. Can be used to organize log statements.
43 android.util.Log.VERBOSE -> "VERBOSE"
44 android.util.Log.DEBUG -> "DEBUG"
45 android.util.Log.INFO -> "INFO"
46 android.util.Log.WARN -> "WARN"
47 android.util.Log.ERROR -> "ERROR
    [all...]
  /developers/build/prebuilts/gradle/RecyclerView/kotlinApp/app/src/main/java/com/example/android/common/logger/
Log.kt 23 * an instance of it can function as a drop-in replacement for [android.util.Log].
24 * Most of the methods in this class server only to map a method call in Log to its equivalent
27 object Log {
31 val VERBOSE = android.util.Log.VERBOSE
32 val DEBUG = android.util.Log.DEBUG
33 val INFO = android.util.Log.INFO
34 val WARN = android.util.Log.WARN
35 val ERROR = android.util.Log.ERROR
36 val ASSERT = android.util.Log.ASSERT
42 * Instructs the LogNode to print the log data provided. Other LogNodes ca
    [all...]
LogView.kt 23 /** Simple TextView which is used to output log data received through the LogNode interface.
35 * Formats the log data and prints it out to the LogView.
36 * @param priority Log level of the data being logged. Verbose, Error, etc.
37 * @param tag Tag for for the log data. Can be used to organize log statements.
46 android.util.Log.VERBOSE -> "VERBOSE"
47 android.util.Log.DEBUG -> "DEBUG"
48 android.util.Log.INFO -> "INFO"
49 android.util.Log.WARN -> "WARN"
50 android.util.Log.ERROR -> "ERROR
    [all...]
  /developers/samples/android/ui/views/RecyclerView/kotlinApp/app/src/main/java/com/example/android/common/logger/
Log.kt 23 * an instance of it can function as a drop-in replacement for [android.util.Log].
24 * Most of the methods in this class server only to map a method call in Log to its equivalent
27 object Log {
31 val VERBOSE = android.util.Log.VERBOSE
32 val DEBUG = android.util.Log.DEBUG
33 val INFO = android.util.Log.INFO
34 val WARN = android.util.Log.WARN
35 val ERROR = android.util.Log.ERROR
36 val ASSERT = android.util.Log.ASSERT
42 * Instructs the LogNode to print the log data provided. Other LogNodes ca
    [all...]
LogView.kt 23 /** Simple TextView which is used to output log data received through the LogNode interface.
35 * Formats the log data and prints it out to the LogView.
36 * @param priority Log level of the data being logged. Verbose, Error, etc.
37 * @param tag Tag for for the log data. Can be used to organize log statements.
46 android.util.Log.VERBOSE -> "VERBOSE"
47 android.util.Log.DEBUG -> "DEBUG"
48 android.util.Log.INFO -> "INFO"
49 android.util.Log.WARN -> "WARN"
50 android.util.Log.ERROR -> "ERROR
    [all...]
  /developers/samples/android/ui/window/MultiWindowPlayground/kotlinApp/Application/src/main/java/com/android/multiwindowplayground/logger/
LogView.kt 23 * Simple TextView which is used to output log data received through the LogNode interface.
31 * Formats the log data and prints it out to the LogView.
33 * @param priority Log level of the data being logged. Verbose, Error, etc.
34 * @param tag Tag for for the log data. Can be used to organize log statements.
43 android.util.Log.VERBOSE -> "VERBOSE"
44 android.util.Log.DEBUG -> "DEBUG"
45 android.util.Log.INFO -> "INFO"
46 android.util.Log.WARN -> "WARN"
47 android.util.Log.ERROR -> "ERROR
    [all...]
  /cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
MockImeSessionRule.java 20 import android.util.Log;
62 if (Log.isLoggable(TAG, Log.VERBOSE)) {
63 Log.v(TAG, "Creating MockImeSession on " + description.getDisplayName());
70 if (Log.isLoggable(TAG, Log.VERBOSE)) {
71 Log.v(TAG, "Closing MockImeSession on " + description.getDisplayName());
  /cts/tests/tests/permission2/src/android/permission2/cts/
NoProcessOutgoingCallPermissionTest.java 29 import android.util.Log;
46 Log.i(LOG_TAG, "Called phone: " + uri.toString());
63 Log.i(LOG_TAG, "Beginning testProcessOutgoingCall");
67 Log.i(LOG_TAG, "registerReceiver --> " + ntnt);
70 Log.i(LOG_TAG, "extras --> " + xtrs.toString());
78 Log.w(LOG_TAG, "wait for phone call interrupted");
90 Log.e(LOG_TAG, xtrs.toString());
  /cts/tests/tests/telecom/ThirdPtyInCallServiceTestApp/src/android/telecom/cts/thirdptyincallservice/
CtsThirdPartyInCallService.java 22 import android.util.Log;
49 Log.d(TAG, "In Call Service on bind, " + olderState + " -> " + sServiceBoundLatch);
62 Log.d(TAG, "In Call Service unbind, " + olderState + " -> " + sServiceUnboundlatch);
68 Log.i(TAG, "onCallAdded");
75 Log.i(TAG, "onCallRemoved");
105 Log.i(CtsThirdPartyInCallService.class.getSimpleName(),
114 Log.i(TAG, "clearing all the third party calls.");
  /cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
MainInteractionService.java 25 import android.util.Log;
44 Log.i(TAG, "onStartCommand received");
52 Log.wtf(TAG, "Can't start session because either intent is null or onReady() "
59 Log.i(TAG, "Yay! about to start session with TestApp");
71 Log.v(TAG, "showSession(): " + args);
74 Log.wtf(TAG, "**** Not starting MainInteractionService because" +
85 Log.v(TAG, "onGetSupportedVoiceActions " + voiceActions);
  /developers/build/prebuilts/gradle/ActiveNotifications/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.
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...]
  /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.
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...]
  /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.
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...]
  /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.
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...]
  /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.
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...]
  /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.
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...]
  /developers/build/prebuilts/gradle/BasicAndroidKeyStore/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.
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...]
  /developers/build/prebuilts/gradle/BasicContactables/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.
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...]
  /developers/build/prebuilts/gradle/BasicGestureDetect/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.
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...]
  /developers/build/prebuilts/gradle/BasicImmersiveMode/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.
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...]
  /developers/build/prebuilts/gradle/BasicMediaRouter/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.
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...]
  /developers/build/prebuilts/gradle/BasicMultitouch/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.
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...]
  /developers/build/prebuilts/gradle/BasicNetworking/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.
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...]
  /developers/build/prebuilts/gradle/BasicSyncAdapter/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.
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 1372 milliseconds

<<11121314151617181920>>