Home
last modified time | relevance | path

Searched refs:LOG_TAG (Results 1 – 25 of 1436) sorted by relevance

12345678910>>...58

/frameworks/base/media/tests/SoundPoolTest/src/com/android/
DSoundPoolTest.java39 private static final String LOG_TAG = "SoundPoolTest"; field in SoundPoolTest
84 if (DEBUG) Log.d(LOG_TAG, "Sample " + sampleId + " load status = " + status); in onLoadComplete()
98 Log.e(LOG_TAG, "Unable to open resource"); in loadSound()
131 if (DEBUG) Log.d(LOG_TAG, "Begin sounds test"); in TestSounds()
136 if (DEBUG) Log.d(LOG_TAG, "Start note " + id); in TestSounds()
138 Log.e(LOG_TAG, "Error occurred starting note"); in TestSounds()
143 if (DEBUG) Log.d(LOG_TAG, "Stop note " + id); in TestSounds()
146 if (DEBUG) Log.d(LOG_TAG, "End sounds test"); in TestSounds()
151 if (DEBUG) Log.d(LOG_TAG, "Begin scale test"); in TestScales()
158 if (DEBUG) Log.d(LOG_TAG, "Start note " + id); in TestScales()
[all …]
/frameworks/ex/framesequence/jni/utils/
Dlog.h46 #ifndef LOG_TAG
47 #define LOG_TAG "RasterMill" macro
59 #define ALOGV(...) ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__))
71 ? ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__)) \
80 #define ALOGD(...) ((void)ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__))
86 ? ((void)ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__)) \
94 #define ALOGI(...) ((void)ALOG(LOG_INFO, LOG_TAG, __VA_ARGS__))
100 ? ((void)ALOG(LOG_INFO, LOG_TAG, __VA_ARGS__)) \
108 #define ALOGW(...) ((void)ALOG(LOG_WARN, LOG_TAG, __VA_ARGS__))
114 ? ((void)ALOG(LOG_WARN, LOG_TAG, __VA_ARGS__)) \
[all …]
/frameworks/base/core/tests/coretests/src/android/util/
DLogTest.java31 private static final String LOG_TAG = "LogTest"; field in LogTest
140 SystemProperties.set(LOG_TAG, "VERBOSE"); in setUp()
155 canLog = Log.isLoggable(LOG_TAG, Log.VERBOSE); in testIsLoggable()
156 canLog = Log.isLoggable(LOG_TAG, Log.VERBOSE); in testIsLoggable()
157 canLog = Log.isLoggable(LOG_TAG, Log.VERBOSE); in testIsLoggable()
158 canLog = Log.isLoggable(LOG_TAG, Log.VERBOSE); in testIsLoggable()
159 canLog = Log.isLoggable(LOG_TAG, Log.VERBOSE); in testIsLoggable()
160 canLog = Log.isLoggable(LOG_TAG, Log.VERBOSE); in testIsLoggable()
161 canLog = Log.isLoggable(LOG_TAG, Log.VERBOSE); in testIsLoggable()
162 canLog = Log.isLoggable(LOG_TAG, Log.VERBOSE); in testIsLoggable()
[all …]
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
DConnectionUtil.java57 private static final String LOG_TAG = "ConnectionUtil"; field in ConnectionUtil
130 Log.v(LOG_TAG, "Clear Wifi before we start the test."); in wifiTestInit()
147 Log.d(LOG_TAG, "This is a sticky broadcast don't do anything."); in onReceive()
150 Log.v(LOG_TAG, "ConnectivityReceiver: onReceive() is called with " + intent); in onReceive()
166 Log.v(LOG_TAG, "mNetworkInfo: " + mNetworkInfo.toString()); in onReceive()
169 Log.v(LOG_TAG, "mOtherNetworkInfo: " + mOtherNetworkInfo.toString()); in onReceive()
188 Log.v(LOG_TAG, "Scan results are available"); in onReceive()
193 Log.v(LOG_TAG, "mWifiNetworkInfo: " + mWifiNetworkInfo.toString()); in onReceive()
239 Log.v(LOG_TAG, "Failed to establish AsyncChannel connection"); in handleMessage()
257 Log.v(LOG_TAG, "Initialize network state for " + networkType + ": " + in initializeNetworkStates()
[all …]
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
DQueryController.java31 private static final String LOG_TAG = QueryController.class.getSimpleName(); field in QueryController
33 private static final boolean DEBUG = Log.isLoggable(LOG_TAG, Log.DEBUG);
34 private static final boolean VERBOSE = Log.isLoggable(LOG_TAG, Log.VERBOSE);
76 Log.d(LOG_TAG, "Last text selection reported: " + in QueryController()
147 Log.d(LOG_TAG, "Searching: " + selector); in findAccessibilityNodeInfo()
152 Log.e(LOG_TAG, "Cannot proceed when root node is null. Aborted search"); in findAccessibilityNodeInfo()
177 Log.e(LOG_TAG, "Got null root node from accessibility - Retrying..."); in getRootNode()
234 Log.d(LOG_TAG, "Container selector not found: " + selector.dumpToString(false)); in translateCompoundSelector()
243 Log.i(LOG_TAG, String.format( in translateCompoundSelector()
249 Log.d(LOG_TAG, "Pattern selector not found: " + in translateCompoundSelector()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DHbpcdUtils.java31 private static final String LOG_TAG = "HbpcdUtils"; field in HbpcdUtils
57 Rlog.d(LOG_TAG, "Query unresolved arbitrary table, entries are " + c2Counter); in getMcc()
61 Rlog.d(LOG_TAG, "Query Unresolved arbitrary returned the cursor " + c2); in getMcc()
66 Rlog.d(LOG_TAG, "MCC found in arbitrary_mcc_sid_match: " + tmpMcc); in getMcc()
88 Rlog.w(LOG_TAG, "something wrong, get more results for 1 conflict SID: " + c3); in getMcc()
90 if (DBG) Rlog.d(LOG_TAG, "Query conflict sid returned the cursor " + c3); in getMcc()
94 Rlog.d(LOG_TAG, "MCC found in mcc_lookup_table. Return tmpMcc = " + tmpMcc); in getMcc()
99 Rlog.d(LOG_TAG, "time zone is not accurate, mcc may be " + tmpMcc); in getMcc()
118 if (DBG) Rlog.d(LOG_TAG, "Query Range returned the cursor " + c5); in getMcc()
121 if (DBG) Rlog.d(LOG_TAG, "SID found in mcc_sid_range. Return tmpMcc = " + tmpMcc); in getMcc()
[all …]
DCallManager.java60 private static final String LOG_TAG ="CallManager"; field in CallManager
372 Rlog.d(LOG_TAG, "registerPhone(" + in registerPhone()
397 Rlog.d(LOG_TAG, "unregisterPhone(" + in unregisterPhone()
565 Rlog.d(LOG_TAG, "This phone has already been registered."); in registerForPhoneStates()
629 Rlog.e(LOG_TAG, "Could not find Phone handler for unregistration"); in unregisterForPhoneStates()
685 Rlog.d(LOG_TAG, "acceptCall(" +ringingCall + " from " + ringingCall.getPhone() + ")"); in acceptCall()
686 Rlog.d(LOG_TAG, toString()); in acceptCall()
695 Rlog.d(LOG_TAG, "hasBgCall: "+ hasBgCall + "sameChannel:" + sameChannel); in acceptCall()
711 Rlog.d(LOG_TAG, "End acceptCall(" +ringingCall + ")"); in acceptCall()
712 Rlog.d(LOG_TAG, toString()); in acceptCall()
[all …]
DCarrierInfoManager.java36 private static final String LOG_TAG = "CarrierInfoManager"; field in CarrierInfoManager
55 Log.i(LOG_TAG, "using values for mnc, mcc: " + mnc + "," + mcc); in getCarrierInfoForImsiEncryption()
57 Log.e(LOG_TAG, "Invalid networkOperator: " + networkOperator); in getCarrierInfoForImsiEncryption()
72 Log.d(LOG_TAG, "No rows found for keyType: " + keyType); in getCarrierInfoForImsiEncryption()
76 Log.e(LOG_TAG, "More than 1 row found for the keyType: " + keyType); in getCarrierInfoForImsiEncryption()
84 Log.e(LOG_TAG, "Bad arguments:" + e); in getCarrierInfoForImsiEncryption()
86 Log.e(LOG_TAG, "Query failed:" + e); in getCarrierInfoForImsiEncryption()
117 Log.i(LOG_TAG, "Inserting imsiEncryptionInfo into db"); in updateOrInsertCarrierKey()
120 Log.i(LOG_TAG, "Insert failed, updating imsiEncryptionInfo into db"); in updateOrInsertCarrierKey()
135 Log.d(LOG_TAG, "Error updating values:" + imsiEncryptionInfo); in updateOrInsertCarrierKey()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DCarrierTestOverride.java38 static final String LOG_TAG = "CarrierTestOverride"; field in CarrierTestOverride
80 Rlog.d(LOG_TAG, "reading spn from CarrierTestConfig file: " + spn); in getFakeSpn()
83 Rlog.w(LOG_TAG, "No spn in CarrierTestConfig file "); in getFakeSpn()
91 Rlog.d(LOG_TAG, "reading imsi from CarrierTestConfig file: " + imsi); in getFakeIMSI()
94 Rlog.w(LOG_TAG, "No imsi in CarrierTestConfig file "); in getFakeIMSI()
102 Rlog.d(LOG_TAG, "reading gid1 from CarrierTestConfig file: " + gid1); in getFakeGid1()
105 Rlog.w(LOG_TAG, "No gid1 in CarrierTestConfig file "); in getFakeGid1()
113 Rlog.d(LOG_TAG, "reading gid2 from CarrierTestConfig file: " + gid2); in getFakeGid2()
116 Rlog.w(LOG_TAG, "No gid2 in CarrierTestConfig file "); in getFakeGid2()
130 Rlog.d(LOG_TAG, "CarrierTestConfig file Modified Timestamp: " in loadCarrierTestOverrides()
[all …]
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
DDownloadManagerTestApp.java38 protected static String LOG_TAG = field in DownloadManagerTestApp
177 Log.i(LOG_TAG, "Unable to determine initial download id."); in verifyFileDownloadSucceeded()
198 Log.i(LOG_TAG, "Verifying download information..."); in verifyFileDownloadSucceeded()
203 Log.i(LOG_TAG, "error: " + e.toString()); in verifyFileDownloadSucceeded()
241 Log.i(LOG_TAG, "Verifying download information..."); in runLargeDownloadOverWiFi()
282 Log.i(LOG_TAG, "setting localUri to: " + localUri.getPath()); in runDownloadMultipleSwitching()
296 Log.i(LOG_TAG, "Turning on airplane mode..."); in runDownloadMultipleSwitching()
306 Log.i(LOG_TAG, "Turning off airplane mode..."); in runDownloadMultipleSwitching()
312 Log.i(LOG_TAG, "Turning off WiFi..."); in runDownloadMultipleSwitching()
317 Log.i(LOG_TAG, "Turning on WiFi..."); in runDownloadMultipleSwitching()
[all …]
/frameworks/base/location/tests/locationtests/src/android/location/
DLocationManagerTest.java30 private static final String LOG_TAG = "LocationManagerTest"; field in LocationManagerTest
89 Log.i(LOG_TAG, "Input = " + (-80.075) + ", output = " + loc1); in testLocationConversions()
93 Log.i(LOG_TAG, "Input = " + (-80.0) + ", output = " + loc1b); in testLocationConversions()
97 Log.i(LOG_TAG, "Input = " + (-80.085) + ", output = " + loc2); in testLocationConversions()
101 Log.i(LOG_TAG, "Input = " + (-80.085) + ", output = " + loc3); in testLocationConversions()
105 Log.i(LOG_TAG, "Input = " + (-80.085) + ", output = " + loc4); in testLocationConversions()
109 Log.i(LOG_TAG, "Input = 5:0.5, output = " + loc5); in testLocationConversions()
112 Log.i(LOG_TAG, "loc5a = " + loc5a); in testLocationConversions()
115 Log.i(LOG_TAG, "loc5b = " + loc5b); in testLocationConversions()
117 Log.i(LOG_TAG, "minutes = " + minutes); in testLocationConversions()
[all …]
/frameworks/base/services/print/java/com/android/server/print/
DRemotePrintSpooler.java70 private static final String LOG_TAG = "RemotePrintSpooler"; field in RemotePrintSpooler
149 Slog.e(LOG_TAG, "Interrupted while waiting for operation to complete"); in increasePriority()
154 Slog.i(LOG_TAG, "Unbinding as previous binding was low priority"); in increasePriority()
173 Slog.e(LOG_TAG, "Error getting print jobs.", e); in getPrintJobInfos()
176 Slog.i(LOG_TAG, "[user: " + mUserHandle.getIdentifier() + "] getPrintJobInfos()"); in getPrintJobInfos()
195 Slog.e(LOG_TAG, "Error creating print job.", e); in createPrintJob()
198 Slog.i(LOG_TAG, "[user: " + mUserHandle.getIdentifier() + "] createPrintJob()"); in createPrintJob()
216 Slog.e(LOG_TAG, "Error writing print job data.", e); in writePrintJobData()
219 Slog.i(LOG_TAG, "[user: " + mUserHandle.getIdentifier() + "] writePrintJobData()"); in writePrintJobData()
241 Slog.e(LOG_TAG, "Error getting print job info.", e); in getPrintJobInfo()
[all …]
/frameworks/base/core/java/android/print/
DPrinterDiscoverySession.java41 private static final String LOG_TAG ="PrinterDiscoverySession"; field in PrinterDiscoverySession
73 Log.e(LOG_TAG, "Error creating printer discovery session", re); in PrinterDiscoverySession()
79 Log.w(LOG_TAG, "Ignoring start printers discovery - session destroyed"); in startPrinterDiscovery()
87 Log.e(LOG_TAG, "Error starting printer discovery", re); in startPrinterDiscovery()
94 Log.w(LOG_TAG, "Ignoring stop printers discovery - session destroyed"); in stopPrinterDiscovery()
102 Log.e(LOG_TAG, "Error stopping printer discovery", re); in stopPrinterDiscovery()
109 Log.w(LOG_TAG, "Ignoring start printer state tracking - session destroyed"); in startPrinterStateTracking()
115 Log.e(LOG_TAG, "Error starting printer state tracking", re); in startPrinterStateTracking()
121 Log.w(LOG_TAG, "Ignoring stop printer state tracking - session destroyed"); in stopPrinterStateTracking()
127 Log.e(LOG_TAG, "Error stopping printer state tracking", re); in stopPrinterStateTracking()
[all …]
DPrintManager.java109 private static final String LOG_TAG = "PrintManager"; field in PrintManager
291 Log.w(LOG_TAG, "Feature android.software.print not available"); in getGlobalPrintManagerForUser()
313 Log.w(LOG_TAG, "Feature android.software.print not available"); in addPrintJobStateChangeListener()
337 Log.w(LOG_TAG, "Feature android.software.print not available"); in removePrintJobStateChangeListener()
369 Log.w(LOG_TAG, "Feature android.software.print not available"); in getPrintJob()
395 Log.w(LOG_TAG, "Feature android.software.print not available"); in getCustomPrinterIcon()
413 Log.w(LOG_TAG, "Feature android.software.print not available"); in getPrintJobs()
434 Log.w(LOG_TAG, "Feature android.software.print not available"); in cancelPrintJob()
446 Log.w(LOG_TAG, "Feature android.software.print not available"); in restartPrintJob()
509 Log.w(LOG_TAG, "Feature android.software.print not available"); in print()
[all …]
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DGenerationRegistry.java35 private static final String LOG_TAG = "GenerationRegistry"; field in GenerationRegistry
62 Slog.e(LOG_TAG, "Error updating generation id", e); in incrementGeneration()
82 Slog.i(LOG_TAG, "Exported index:" + index + " for key:" in addGenerationData()
88 Slog.e(LOG_TAG, "Error adding generation data", e); in addGenerationData()
107 Slog.e(LOG_TAG, "Error cleaning up for user", e); in onUserRemoved()
124 Slog.e(LOG_TAG, "Created backing store " + mBackingStore); in getBackingStoreLocked()
127 Slog.e(LOG_TAG, "Error creating generation tracker", e); in getBackingStoreLocked()
138 Slog.e(LOG_TAG, "Destroyed backing store " + mBackingStore); in destroyBackingStore()
141 Slog.e(LOG_TAG, "Cannot close generation memory array", e); in destroyBackingStore()
154 Slog.i(LOG_TAG, "Freed index:" + index + " for key:" in resetSlotForKeyLocked()
[all …]
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
DReceiverService.java31 private static final String LOG_TAG = "WAP PUSH"; field in ReceiverService
36 Log.d(LOG_TAG, "Receiver service created"); in onCreate()
46 Log.d(LOG_TAG, "Receiver service started"); in onStartCommand()
53 Log.d(LOG_TAG, "header:"); in onStartCommand()
54 Log.d(LOG_TAG, HexDump.dumpHexString(header)); in onStartCommand()
55 Log.d(LOG_TAG, "body:"); in onStartCommand()
56 Log.d(LOG_TAG, HexDump.dumpHexString(body)); in onStartCommand()
DDrmReceiver.java31 private static final String LOG_TAG = "WAP PUSH"; field in DrmReceiver
35 Log.d(LOG_TAG, "DrmReceiver received."); in onReceive()
43 Log.d(LOG_TAG, "header:"); in onReceive()
44 Log.d(LOG_TAG, HexDump.dumpHexString(header)); in onReceive()
45 Log.d(LOG_TAG, "body:"); in onReceive()
46 Log.d(LOG_TAG, HexDump.dumpHexString(body)); in onReceive()
DReceiverActivity.java30 private static final String LOG_TAG = "WAP PUSH"; field in ReceiverActivity
35 Log.d(LOG_TAG, "activity created!!"); in onCreate()
44 Log.d(LOG_TAG, "header:"); in onCreate()
45 Log.d(LOG_TAG, HexDump.dumpHexString(header)); in onCreate()
46 Log.d(LOG_TAG, "body:"); in onCreate()
47 Log.d(LOG_TAG, HexDump.dumpHexString(body)); in onCreate()
/frameworks/base/telephony/java/android/telephony/mbms/
DMbmsDownloadReceiver.java129 private static final String LOG_TAG = "MbmsDownloadReceiver"; field in MbmsDownloadReceiver
166 Log.w(LOG_TAG, "Download result did not include a result code. Ignoring."); in verifyIntentContents()
176 Log.w(LOG_TAG, "Download result did not include the associated request. Ignoring."); in verifyIntentContents()
180 Log.w(LOG_TAG, "Download result did not include the temp file root. Ignoring."); in verifyIntentContents()
184 Log.w(LOG_TAG, "Download result did not include the associated file info. " + in verifyIntentContents()
189 Log.w(LOG_TAG, "Download result did not include the path to the final " + in verifyIntentContents()
200 Log.w(LOG_TAG, "Supplied download request does not match a token that we have. " + in verifyIntentContents()
206 Log.w(LOG_TAG, "Temp file request did not include the associated service id." + in verifyIntentContents()
211 Log.w(LOG_TAG, "Download result did not include the temp file root. Ignoring."); in verifyIntentContents()
216 Log.w(LOG_TAG, "Cleanup request did not include the associated service id." + in verifyIntentContents()
[all …]
/frameworks/base/tests/utils/SleepUtils/WakeLoopService/src/android/test/wakeuploop/
DWakeUpCall.java40 private static final String LOG_TAG = WakeUpCall.class.getSimpleName(); field in WakeUpCall
52 Log.d(LOG_TAG, String.format("incoming: interval = %d, max loop = %d, this loop = %d", in onReceive()
55 Log.e(LOG_TAG, "no valid loop count received, trying to stop service"); in onReceive()
60 Log.e(LOG_TAG, "no valid wakeup interval received, trying to stop service"); in onReceive()
65 Log.d(LOG_TAG, String.format("WakeLoop - iteration %d of %d", thisLoop, maxLoop)); in onReceive()
69 Log.d(LOG_TAG, "reached max loop count, stopping service"); in onReceive()
85 Log.d(LOG_TAG, "cancelling future alarms on request"); in onReceive()
93 Log.e(LOG_TAG, "no stop service callback found, cannot stop"); in stopService()
100 Log.e(LOG_TAG, "ignored remoted exception while attempting to stop service", e); in stopService()
109 PowerManager.ACQUIRE_CAUSES_WAKEUP, LOG_TAG); in screenOn()
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
DSmsMessage.java76 static final String LOG_TAG = "SmsMessage"; field in SmsMessage
128 Rlog.e(LOG_TAG, "SMS PDU parsing failed: ", ex); in createFromPdu()
131 Log.e(LOG_TAG, "SMS PDU parsing failed with out of memory: ", e); in createFromPdu()
156 Rlog.w(LOG_TAG, "SMS parsing failed: Trying to parse a free record"); in createFromEfRecord()
175 Rlog.e(LOG_TAG, "SMS PDU parsing failed: ", ex); in createFromEfRecord()
185 Rlog.w(LOG_TAG, "getTPLayerLengthForPDU: is not supported in CDMA mode."); in getTPLayerLengthForPDU()
289 Rlog.w(LOG_TAG, "getProtocolIdentifier: is not supported in CDMA mode."); in getProtocolIdentifier()
299 Rlog.w(LOG_TAG, "isReplace: is not supported in CDMA mode."); in isReplace()
309 Rlog.w(LOG_TAG, "isCphsMwiMessage: is not supported in CDMA mode."); in isCphsMwiMessage()
360 Rlog.w(LOG_TAG, "isReplyPathPresent: is not supported in CDMA mode."); in isReplyPathPresent()
[all …]
/frameworks/base/packages/WAPPushManager/src/com/android/smspush/
DWapPushManager.java52 private static final String LOG_TAG = "WAP PUSH"; field in WapPushManager
69 if (LOCAL_LOGV) Log.v(LOG_TAG, "helper instance created."); in WapPushManDBHelper()
74 if (LOCAL_LOGV) Log.v(LOG_TAG, "db onCreate."); in onCreate()
87 if (DEBUG_SQL) Log.v(LOG_TAG, "sql: " + sql); in onCreate()
100 Log.w(LOG_TAG, "onUpgrade is not implemented yet. do nothing."); in onUpgrade()
120 if (LOCAL_LOGV) Log.v(LOG_TAG, "queryLastApp app_id: " + app_id in queryLastApp()
166 if (LOCAL_LOGV) Log.v(LOG_TAG, "compare signature " + mContext.getPackageName() in signatureCheck()
183 Log.d(LOG_TAG, "wpman processMsg " + app_id + ":" + content_type); in processMessage()
191 Log.w(LOG_TAG, "no receiver app found for " + app_id + ":" + content_type); in processMessage()
194 if (LOCAL_LOGV) Log.v(LOG_TAG, "starting " + lastapp.packageName in processMessage()
[all …]
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
DAutomaticActivity.java39 private static final String LOG_TAG = "AutomaticActivity"; field in AutomaticActivity
74 Log.e(LOG_TAG, "bitmap is null");
149 Log.d(LOG_TAG, name + " " + value); in beginTest()
158 Log.d(LOG_TAG, "Parsing input file..."); in beginTest()
166 Log.d(LOG_TAG, "Parsed input file with " + mInputJson.length() + " entries"); in beginTest()
168 Log.e(LOG_TAG, "error parsing input json", e); in beginTest()
170 Log.e(LOG_TAG, "error reading input json from sd", e); in beginTest()
178 Log.d(LOG_TAG, "---------------"); in logTestResultHash()
179 Log.d(LOG_TAG, label + ":"); in logTestResultHash()
180 Log.d(LOG_TAG, "---------------"); in logTestResultHash()
[all …]
/frameworks/base/telephony/java/com/android/internal/telephony/
DCallerInfoAsyncQuery.java50 private static final String LOG_TAG = "CallerInfoAsyncQuery"; field in CallerInfoAsyncQuery
107 if (DBG) Rlog.d(LOG_TAG, "Trying to get current content resolver..."); in getCurrentProfileContentResolver()
112 if (DBG) Rlog.d(LOG_TAG, "myUser=" + myUser + "currentUser=" + currentUser); in getCurrentProfileContentResolver()
121 Rlog.e(LOG_TAG, "Can't find self package", e); in getCurrentProfileContentResolver()
186 Rlog.i(LOG_TAG, "Unexpected command (CookieWrapper is null): " + msg.what + in handleMessage()
192 Rlog.d(LOG_TAG, "Processing event: " + cw.event + " token (arg1): " + msg.arg1 + in handleMessage()
233 if (DBG) Rlog.d(LOG_TAG, "[handleGeoDescription]" + in handleGeoDescription()
270 Rlog.d(LOG_TAG, "##### onQueryComplete() ##### query complete for token: " + token); in onQueryComplete()
279 Rlog.i(LOG_TAG, "Cookie is null, ignoring onQueryComplete() request."); in onQueryComplete()
331 if (DBG) Rlog.d(LOG_TAG, "==> Got mCallerInfo: " + mCallerInfo); in onQueryComplete()
[all …]
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DAlphaLayersActivity.java33 private static final String LOG_TAG = "HwUi"; field in AlphaLayersActivity
88 Log.d(LOG_TAG, "clipRect = " + canvas.getClipBounds()); in dispatchDraw()
89 Log.d(LOG_TAG, "rejected = " + canvas.quickReject(100.0f, 100.0f, 110.0f, 110.0f, in dispatchDraw()
91 Log.d(LOG_TAG, "rejected = " + canvas.quickReject(25.0f, 5.0f, 30.0f, 10.0f, in dispatchDraw()
98 Log.d(LOG_TAG, "clipRect = " + canvas.getClipBounds()); in dispatchDraw()
99 Log.d(LOG_TAG, "rejected = " + canvas.quickReject(50.0f, 50.0f, 60.0f, 60.0f, in dispatchDraw()
101 Log.d(LOG_TAG, "rejected = " + canvas.quickReject(25.0f, 5.0f, 30.0f, 10.0f, in dispatchDraw()
108 Log.d(LOG_TAG, "clipRect = " + canvas.getClipBounds()); in dispatchDraw()
109 Log.d(LOG_TAG, "rejected = " + canvas.quickReject(80.0f, 80.0f, 90.0f, 90.0f, in dispatchDraw()
111 Log.d(LOG_TAG, "rejected = " + canvas.quickReject(25.0f, 5.0f, 30.0f, 10.0f, in dispatchDraw()

12345678910>>...58