/frameworks/av/drm/mediacas/plugins/clearkey/ |
ClearKeyLicenseFetcher.cpp | 23 #include <utils/Log.h>
|
/frameworks/av/media/img_utils/src/ |
Orderable.cpp | 19 #include <utils/Log.h>
|
/frameworks/av/media/libaudioprocessing/audio-resampler/ |
AudioResamplerCoefficients.cpp | 20 #include <utils/Log.h>
|
/frameworks/av/media/libstagefright/ |
CodecBase.cpp | 23 #include <utils/Log.h>
|
/frameworks/av/media/libstagefright/foundation/ |
MediaBufferBase.cpp | 18 #include <utils/Log.h>
|
/frameworks/av/services/mediadrm/ |
MediaDrmService.cpp | 25 #include <utils/Log.h>
|
/cts/common/device-side/util/src/com/android/compatibility/common/util/ |
BatteryUtils.java | 26 import android.util.Log; 48 Log.d(TAG, "Battery UNPLUGGED"); 57 Log.d(TAG, "Battery level set to " + level); 66 Log.d(TAG, "Battery AC set to " + pluggedIn); 73 Log.d(TAG, "Battery RESET"); 110 Log.d(TAG, "Battery saver turned " + (enabled ? "ON" : "OFF")); 126 Log.d(TAG, "Screen turned " + (on ? "ON" : "OFF"));
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
BatteryUtils.java | 25 import android.util.Log; 49 Log.d(TAG, "Battery UNPLUGGED"); 58 Log.d(TAG, "Battery level set to " + level); 67 Log.d(TAG, "Battery AC set to " + pluggedIn); 74 Log.d(TAG, "Battery RESET"); 111 Log.d(TAG, "Battery saver turned " + (enabled ? "ON" : "OFF")); 127 Log.d(TAG, "Screen turned " + (on ? "ON" : "OFF"));
|
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/ |
SetPolicyActivity.java | 24 import android.util.Log; 69 Log.i(TAG, "Command: \"" + command); 74 Log.i(TAG, "Added user restriction " + restrictionKey 80 Log.i(TAG, "Cleared user restriction " + restrictionKey 86 Log.i(TAG, "Added cross-profile widget provider for package:" + packageName 92 Log.i(TAG, "Removed cross-profile widget provider for package:" + packageName 95 Log.e(TAG, "Invalid command: " + command);
|
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/ |
MyNotificationListenerService.java | 26 import android.util.Log; 37 Log.d(TAG, "onListenerConnected()"); 42 Log.d(TAG, "onNotificationPosted(): " + sbn); 44 Log.v(TAG, "ignoring notification from a different package"); 90 Log.v(TAG, "Not sending null pending intent for " + reason); 101 Log.i(TAG, "Sending pending intent for " + reason + ":" + pendingIntent); 107 Log.w(TAG, "Pending intent " + pendingIntent + " canceled");
|
/cts/tests/AlarmManager/app/src/android/alarmmanager/alarmtestapp/cts/ |
TestAlarmScheduler.java | 24 import android.util.Log; 54 Log.e(TAG, "No alarm clock supplied"); 59 Log.d(TAG, "Setting alarm clock " + alarmClockInfo); 64 Log.e(TAG, "Alarm type or trigger time not supplied"); 72 Log.d(TAG, "Setting alarm: type=" + type + ", triggerTime=" + triggerTime 83 Log.d(TAG, "Cancelling all alarms"); 88 Log.e(TAG, "Unspecified action " + intent.getAction());
|
/cts/tests/tests/externalservice/service/src/android/externalservice/service/ |
ServiceCreator.java | 30 import android.util.Log; 44 Log.d(TAG, "Received message: " + msg); 70 Log.e(TAG, "Failed to send MSG_CREATE_EXTERNAL_SERVICE_RESPONSE", e); 82 Log.d(TAG, "onBind " + intent); 104 Log.d(TAG, "onServiceConnected " + name); 111 Log.e(TAG, "Failed to send MSG_CREATE_EXTERNAL_SERVICE_RESPONSE", e); 118 Log.d(TAG, "onServiceDisconnected " + name);
|
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/ |
MainInteractionSession.java | 26 import android.util.Log; 52 Log.i(TAG, "onCreate(): broadcast intent=" + sessionStarted); 58 Log.i(TAG, "Canceling the Asynctask in onDestroy()"); 84 Log.i(TAG, "prompt received ok from TestApp in Session"); 99 Log.i(TAG, "in onGetSupportedCommands"); 102 Log.i(TAG, "command " + commands[idx] + ", support = " + results[idx]); 111 Log.i(TAG, "in Session onRequestConfirmation recvd. prompt=" + prompt + 116 Log.i(TAG, "Sending Cancel."); 120 Log.i(TAG, "in Session sending sendConfirmationResult. " + 131 Log.i(TAG, "in Session onRequestCompleteVoice recvd. message=" [all...] |
/developers/build/prebuilts/gradle/ActiveNotifications/Application/src/main/java/com/example/android/common/logger/ |
Log.java | 22 * an instance of it can function as a drop-in replacement for {@link android.util.Log}. 23 * Most of the methods in this class server only to map a method call in Log to its equivalent 26 public class Log { 30 public static final int VERBOSE = android.util.Log.VERBOSE; 31 public static final int DEBUG = android.util.Log.DEBUG; 32 public static final int INFO = android.util.Log.INFO; 33 public static final int WARN = android.util.Log.WARN; 34 public static final int ERROR = android.util.Log.ERROR; 35 public static final int ASSERT = android.util.Log.ASSERT; 55 * Instructs the LogNode to print the log data provided. Other LogNodes ca [all...] |
/developers/build/prebuilts/gradle/ActivityInstrumentation/Application/src/main/java/com/example/android/common/logger/ |
Log.java | 22 * an instance of it can function as a drop-in replacement for {@link android.util.Log}. 23 * Most of the methods in this class server only to map a method call in Log to its equivalent 26 public class Log { 30 public static final int VERBOSE = android.util.Log.VERBOSE; 31 public static final int DEBUG = android.util.Log.DEBUG; 32 public static final int INFO = android.util.Log.INFO; 33 public static final int WARN = android.util.Log.WARN; 34 public static final int ERROR = android.util.Log.ERROR; 35 public static final int ASSERT = android.util.Log.ASSERT; 55 * Instructs the LogNode to print the log data provided. Other LogNodes ca [all...] |
/developers/build/prebuilts/gradle/ActivitySceneTransitionBasic/Application/src/main/java/com/example/android/common/logger/ |
Log.java | 22 * an instance of it can function as a drop-in replacement for {@link android.util.Log}. 23 * Most of the methods in this class server only to map a method call in Log to its equivalent 26 public class Log { 30 public static final int VERBOSE = android.util.Log.VERBOSE; 31 public static final int DEBUG = android.util.Log.DEBUG; 32 public static final int INFO = android.util.Log.INFO; 33 public static final int WARN = android.util.Log.WARN; 34 public static final int ERROR = android.util.Log.ERROR; 35 public static final int ASSERT = android.util.Log.ASSERT; 55 * Instructs the LogNode to print the log data provided. Other LogNodes ca [all...] |
/developers/build/prebuilts/gradle/AdvancedImmersiveMode/Application/src/main/java/com/example/android/common/logger/ |
Log.java | 22 * an instance of it can function as a drop-in replacement for {@link android.util.Log}. 23 * Most of the methods in this class server only to map a method call in Log to its equivalent 26 public class Log { 30 public static final int VERBOSE = android.util.Log.VERBOSE; 31 public static final int DEBUG = android.util.Log.DEBUG; 32 public static final int INFO = android.util.Log.INFO; 33 public static final int WARN = android.util.Log.WARN; 34 public static final int ERROR = android.util.Log.ERROR; 35 public static final int ASSERT = android.util.Log.ASSERT; 55 * Instructs the LogNode to print the log data provided. Other LogNodes ca [all...] |
/developers/build/prebuilts/gradle/AppRestrictionSchema/Application/src/main/java/com/example/android/common/logger/ |
Log.java | 22 * an instance of it can function as a drop-in replacement for {@link android.util.Log}. 23 * Most of the methods in this class server only to map a method call in Log to its equivalent 26 public class Log { 30 public static final int VERBOSE = android.util.Log.VERBOSE; 31 public static final int DEBUG = android.util.Log.DEBUG; 32 public static final int INFO = android.util.Log.INFO; 33 public static final int WARN = android.util.Log.WARN; 34 public static final int ERROR = android.util.Log.ERROR; 35 public static final int ASSERT = android.util.Log.ASSERT; 55 * Instructs the LogNode to print the log data provided. Other LogNodes ca [all...] |
/developers/build/prebuilts/gradle/BasicAccessibility/Application/src/main/java/com/example/android/common/logger/ |
Log.java | 22 * an instance of it can function as a drop-in replacement for {@link android.util.Log}. 23 * Most of the methods in this class server only to map a method call in Log to its equivalent 26 public class Log { 30 public static final int VERBOSE = android.util.Log.VERBOSE; 31 public static final int DEBUG = android.util.Log.DEBUG; 32 public static final int INFO = android.util.Log.INFO; 33 public static final int WARN = android.util.Log.WARN; 34 public static final int ERROR = android.util.Log.ERROR; 35 public static final int ASSERT = android.util.Log.ASSERT; 55 * Instructs the LogNode to print the log data provided. Other LogNodes ca [all...] |
/developers/build/prebuilts/gradle/BasicAndroidKeyStore/Application/src/main/java/com/example/android/common/logger/ |
Log.java | 22 * an instance of it can function as a drop-in replacement for {@link android.util.Log}. 23 * Most of the methods in this class server only to map a method call in Log to its equivalent 26 public class Log { 30 public static final int VERBOSE = android.util.Log.VERBOSE; 31 public static final int DEBUG = android.util.Log.DEBUG; 32 public static final int INFO = android.util.Log.INFO; 33 public static final int WARN = android.util.Log.WARN; 34 public static final int ERROR = android.util.Log.ERROR; 35 public static final int ASSERT = android.util.Log.ASSERT; 55 * Instructs the LogNode to print the log data provided. Other LogNodes ca [all...] |
/developers/build/prebuilts/gradle/BasicContactables/Application/src/main/java/com/example/android/common/logger/ |
Log.java | 22 * an instance of it can function as a drop-in replacement for {@link android.util.Log}. 23 * Most of the methods in this class server only to map a method call in Log to its equivalent 26 public class Log { 30 public static final int VERBOSE = android.util.Log.VERBOSE; 31 public static final int DEBUG = android.util.Log.DEBUG; 32 public static final int INFO = android.util.Log.INFO; 33 public static final int WARN = android.util.Log.WARN; 34 public static final int ERROR = android.util.Log.ERROR; 35 public static final int ASSERT = android.util.Log.ASSERT; 55 * Instructs the LogNode to print the log data provided. Other LogNodes ca [all...] |
/developers/build/prebuilts/gradle/BasicGestureDetect/Application/src/main/java/com/example/android/common/logger/ |
Log.java | 22 * an instance of it can function as a drop-in replacement for {@link android.util.Log}. 23 * Most of the methods in this class server only to map a method call in Log to its equivalent 26 public class Log { 30 public static final int VERBOSE = android.util.Log.VERBOSE; 31 public static final int DEBUG = android.util.Log.DEBUG; 32 public static final int INFO = android.util.Log.INFO; 33 public static final int WARN = android.util.Log.WARN; 34 public static final int ERROR = android.util.Log.ERROR; 35 public static final int ASSERT = android.util.Log.ASSERT; 55 * Instructs the LogNode to print the log data provided. Other LogNodes ca [all...] |
/developers/build/prebuilts/gradle/BasicImmersiveMode/Application/src/main/java/com/example/android/common/logger/ |
Log.java | 22 * an instance of it can function as a drop-in replacement for {@link android.util.Log}. 23 * Most of the methods in this class server only to map a method call in Log to its equivalent 26 public class Log { 30 public static final int VERBOSE = android.util.Log.VERBOSE; 31 public static final int DEBUG = android.util.Log.DEBUG; 32 public static final int INFO = android.util.Log.INFO; 33 public static final int WARN = android.util.Log.WARN; 34 public static final int ERROR = android.util.Log.ERROR; 35 public static final int ASSERT = android.util.Log.ASSERT; 55 * Instructs the LogNode to print the log data provided. Other LogNodes ca [all...] |
/developers/build/prebuilts/gradle/BasicMediaRouter/Application/src/main/java/com/example/android/common/logger/ |
Log.java | 22 * an instance of it can function as a drop-in replacement for {@link android.util.Log}. 23 * Most of the methods in this class server only to map a method call in Log to its equivalent 26 public class Log { 30 public static final int VERBOSE = android.util.Log.VERBOSE; 31 public static final int DEBUG = android.util.Log.DEBUG; 32 public static final int INFO = android.util.Log.INFO; 33 public static final int WARN = android.util.Log.WARN; 34 public static final int ERROR = android.util.Log.ERROR; 35 public static final int ASSERT = android.util.Log.ASSERT; 55 * Instructs the LogNode to print the log data provided. Other LogNodes ca [all...] |
/developers/build/prebuilts/gradle/BasicMultitouch/Application/src/main/java/com/example/android/common/logger/ |
Log.java | 22 * an instance of it can function as a drop-in replacement for {@link android.util.Log}. 23 * Most of the methods in this class server only to map a method call in Log to its equivalent 26 public class Log { 30 public static final int VERBOSE = android.util.Log.VERBOSE; 31 public static final int DEBUG = android.util.Log.DEBUG; 32 public static final int INFO = android.util.Log.INFO; 33 public static final int WARN = android.util.Log.WARN; 34 public static final int ERROR = android.util.Log.ERROR; 35 public static final int ASSERT = android.util.Log.ASSERT; 55 * Instructs the LogNode to print the log data provided. Other LogNodes ca [all...] |