/frameworks/base/media/tests/SoundPoolTest/src/com/android/ |
D | SoundPoolTest.java | 39 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/ |
D | log.h | 46 #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/ |
D | LogTest.java | 30 private static final String LOG_TAG = "LogTest"; field in LogTest 139 SystemProperties.set(LOG_TAG, "VERBOSE"); in setUp() 154 canLog = Log.isLoggable(LOG_TAG, Log.VERBOSE); in testIsLoggable() 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() [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | CarrierTestOverride.java | 38 static final String LOG_TAG = "CarrierTestOverride"; field in CarrierTestOverride 86 Rlog.d(LOG_TAG, "reading spn from CarrierTestConfig file: " + spn); in getFakeSpn() 89 Rlog.w(LOG_TAG, "No spn in CarrierTestConfig file "); in getFakeSpn() 97 Rlog.d(LOG_TAG, "reading imsi from CarrierTestConfig file: " + imsi); in getFakeIMSI() 100 Rlog.w(LOG_TAG, "No imsi in CarrierTestConfig file "); in getFakeIMSI() 108 Rlog.d(LOG_TAG, "reading gid1 from CarrierTestConfig file: " + gid1); in getFakeGid1() 111 Rlog.w(LOG_TAG, "No gid1 in CarrierTestConfig file "); in getFakeGid1() 119 Rlog.d(LOG_TAG, "reading gid2 from CarrierTestConfig file: " + gid2); in getFakeGid2() 122 Rlog.w(LOG_TAG, "No gid2 in CarrierTestConfig file "); in getFakeGid2() 130 Rlog.d(LOG_TAG, "reading pnn from CarrierTestConfig file: " + pnn); in getFakePnnHomeName() [all …]
|
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/ |
D | ConnectionUtil.java | 57 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/ |
D | QueryController.java | 31 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/base/telephony/common/com/android/internal/telephony/ |
D | HbpcdUtils.java | 31 private static final String LOG_TAG = "HbpcdUtils"; field in HbpcdUtils 57 Log.d(LOG_TAG, "Query unresolved arbitrary table, entries are " + c2Counter); in getMcc() 61 Log.d(LOG_TAG, "Query Unresolved arbitrary returned the cursor " + c2); in getMcc() 66 Log.d(LOG_TAG, "MCC found in arbitrary_mcc_sid_match: " + tmpMcc); in getMcc() 88 Log.w(LOG_TAG, "something wrong, get more results for 1 conflict SID: " + c3); in getMcc() 90 if (DBG) Log.d(LOG_TAG, "Query conflict sid returned the cursor " + c3); in getMcc() 94 Log.d(LOG_TAG, "MCC found in mcc_lookup_table. Return tmpMcc = " + tmpMcc); in getMcc() 99 Log.d(LOG_TAG, "time zone is not accurate, mcc may be " + tmpMcc); in getMcc() 118 if (DBG) Log.d(LOG_TAG, "Query Range returned the cursor " + c5); in getMcc() 121 if (DBG) Log.d(LOG_TAG, "SID found in mcc_sid_range. Return tmpMcc = " + tmpMcc); in getMcc() [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CarrierInfoManager.java | 41 private static final String LOG_TAG = "CarrierInfoManager"; field in CarrierInfoManager 68 Log.i(LOG_TAG, "using values for mnc, mcc: " + mnc + "," + mcc); in getCarrierInfoForImsiEncryption() 70 Log.e(LOG_TAG, "Invalid networkOperator: " + operatorNumeric); in getCarrierInfoForImsiEncryption() 85 Log.d(LOG_TAG, "No rows found for keyType: " + keyType); in getCarrierInfoForImsiEncryption() 89 Log.e(LOG_TAG, "More than 1 row found for the keyType: " + keyType); in getCarrierInfoForImsiEncryption() 97 Log.e(LOG_TAG, "Bad arguments:" + e); in getCarrierInfoForImsiEncryption() 99 Log.e(LOG_TAG, "Query failed:" + e); in getCarrierInfoForImsiEncryption() 132 Log.i(LOG_TAG, "Inserting imsiEncryptionInfo into db"); in updateOrInsertCarrierKey() 135 Log.i(LOG_TAG, "Insert failed, updating imsiEncryptionInfo into db"); in updateOrInsertCarrierKey() 150 Log.d(LOG_TAG, "Error updating values:" + imsiEncryptionInfo); in updateOrInsertCarrierKey() [all …]
|
D | CallManager.java | 57 private static final String LOG_TAG ="CallManager"; field in CallManager 358 Rlog.d(LOG_TAG, "registerPhone(" + in registerPhone() 384 Rlog.d(LOG_TAG, "unregisterPhone(" + in unregisterPhone() 550 Rlog.d(LOG_TAG, "This phone has already been registered."); in registerForPhoneStates() 614 Rlog.e(LOG_TAG, "Could not find Phone handler for unregistration"); in unregisterForPhoneStates() 664 Rlog.d(LOG_TAG, toString()); in rejectCall() 672 Rlog.d(LOG_TAG, "End rejectCall(" +ringingCall + ")"); in rejectCall() 673 Rlog.d(LOG_TAG, toString()); in rejectCall() 734 Rlog.d(LOG_TAG, "conference(" +heldCall + ")"); in conference() 735 Rlog.d(LOG_TAG, toString()); in conference() [all …]
|
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/ |
D | DownloadManagerTestApp.java | 38 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/ |
D | LocationManagerTest.java | 30 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/ |
D | RemotePrintSpooler.java | 70 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/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/ |
D | ReceiverService.java | 31 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()
|
D | DrmReceiver.java | 31 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()
|
D | ReceiverActivity.java | 30 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/core/java/android/print/ |
D | PrinterDiscoverySession.java | 41 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 …]
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | GenerationRegistry.java | 37 private static final String LOG_TAG = "GenerationRegistry"; field in GenerationRegistry 64 Slog.e(LOG_TAG, "Error updating generation id", e); in incrementGeneration() 84 Slog.i(LOG_TAG, "Exported index:" + index + " for key:" in addGenerationData() 90 Slog.e(LOG_TAG, "Error adding generation data", e); in addGenerationData() 109 Slog.e(LOG_TAG, "Error cleaning up for user", e); in onUserRemoved() 128 Slog.e(LOG_TAG, "Created backing store " + mBackingStore); in getBackingStoreLocked() 131 Slog.e(LOG_TAG, "Error creating generation tracker", e); in getBackingStoreLocked() 142 Slog.e(LOG_TAG, "Destroyed backing store " + mBackingStore); in destroyBackingStore() 145 Slog.e(LOG_TAG, "Cannot close generation memory array", e); in destroyBackingStore() 158 Slog.i(LOG_TAG, "Freed index:" + index + " for key:" in resetSlotForKeyLocked() [all …]
|
/frameworks/base/telephony/java/android/telephony/ims/ |
D | ImsUtListener.java | 71 private static final String LOG_TAG = "ImsUtListener"; field in ImsUtListener 77 Log.w(LOG_TAG, "utConfigurationUpdated: remote exception"); in onUtConfigurationUpdated() 85 Log.w(LOG_TAG, "utConfigurationUpdateFailed: remote exception"); in onUtConfigurationUpdateFailed() 109 Log.w(LOG_TAG, "utConfigurationQueried: remote exception"); in onUtConfigurationQueried() 141 Log.w(LOG_TAG, "utConfigurationQueryFailed: remote exception"); in onUtConfigurationQueryFailed() 149 Log.w(LOG_TAG, "utConfigurationCallBarringQueried: remote exception"); in onUtConfigurationCallBarringQueried() 157 Log.w(LOG_TAG, "utConfigurationCallForwardQueried: remote exception"); in onUtConfigurationCallForwardQueried() 165 Log.w(LOG_TAG, "utConfigurationCallWaitingQueried: remote exception"); in onUtConfigurationCallWaitingQueried() 173 Log.w(LOG_TAG, "onSupplementaryServiceIndication: remote exception"); in onSupplementaryServiceIndication()
|
/frameworks/base/telephony/java/android/telephony/mbms/ |
D | MbmsDownloadReceiver.java | 131 private static final String LOG_TAG = "MbmsDownloadReceiver"; field in MbmsDownloadReceiver 170 Log.w(LOG_TAG, "Download result did not include a result code. Ignoring."); in verifyIntentContents() 174 Log.w(LOG_TAG, "Download result did not include the associated request. Ignoring."); in verifyIntentContents() 184 Log.w(LOG_TAG, "Download result did not include the temp file root. Ignoring."); in verifyIntentContents() 188 Log.w(LOG_TAG, "Download result did not include the associated file info. " + in verifyIntentContents() 193 Log.w(LOG_TAG, "Download result did not include the path to the final " + in verifyIntentContents() 204 Log.w(LOG_TAG, "Supplied download request does not match a token that we have. " + in verifyIntentContents() 210 Log.w(LOG_TAG, "Temp file request did not include the associated service id." + in verifyIntentContents() 215 Log.w(LOG_TAG, "Download result did not include the temp file root. Ignoring."); in verifyIntentContents() 220 Log.w(LOG_TAG, "Cleanup request did not include the associated service id." + in verifyIntentContents() [all …]
|
/frameworks/base/core/tests/coretests/src/android/os/storage/ |
D | StorageManagerBaseTest.java | 42 private static String LOG_TAG = "StorageManagerBaseTest"; field in StorageManagerBaseTest 69 private String LOG_TAG = "StorageManagerBaseTest.ObbListener"; field in StorageManagerBaseTest.ObbListener 80 Log.i(LOG_TAG, "Storage state changing to: " + state); in onObbStateChange() 83 Log.i(LOG_TAG, "OfficialPath is now: " + path); in onObbStateChange() 168 Log.i(LOG_TAG, "Opened file: " + fileName + " for read at path: " + path); in openFileOnMountedObb() 170 Log.e(LOG_TAG, e.toString()); in openFileOnMountedObb() 173 Log.e(LOG_TAG, e.toString()); in openFileOnMountedObb() 213 Log.i(LOG_TAG, "Waiting for listener..."); in doWaitForObbStateChange() 215 Log.i(LOG_TAG, "Awoke from waiting for listener..."); in doWaitForObbStateChange() 221 Log.i(LOG_TAG, e.toString()); in doWaitForObbStateChange() [all …]
|
/frameworks/base/core/java/android/app/ |
D | UiAutomation.java | 93 private static final String LOG_TAG = UiAutomation.class.getSimpleName(); field in UiAutomation 381 Log.e(LOG_TAG, "Error executing adopting shell permission identity!", re); in adoptShellPermissionIdentity() 409 Log.e(LOG_TAG, "Error executing adopting shell permission identity!", re); in adoptShellPermissionIdentity() 428 Log.e(LOG_TAG, "Error executing dropping shell permission identity!", re); in dropShellPermissionIdentity() 457 Log.w(LOG_TAG, "Error while calling performGlobalAction", re); in performGlobalAction() 506 Log.w(LOG_TAG, "Error while getting AccessibilityServiceInfo", re); in getServiceInfo() 533 Log.w(LOG_TAG, "Error while setting AccessibilityServiceInfo", re); in setServiceInfo() 625 Log.i(LOG_TAG, "Injecting: " + event + " sync: " + sync); in injectInputEvent() 630 Log.e(LOG_TAG, "Error while injecting input event!", re); in injectInputEvent() 650 Log.e(LOG_TAG, "Error while syncing input transactions!", re); in syncInputTransactions() [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/util/ |
D | LocaleUtils.java | 36 private static final String LOG_TAG = "LocaleUtils"; field in LocaleUtils 52 Rlog.d(LOG_TAG, "getLocaleFromMcc(" + language + ", " + country + ", " + mcc); in getLocaleFromMcc() 59 Rlog.d(LOG_TAG, "[retry ] getLocaleFromMcc(" + language + ", " + country + ", " + mcc); in getLocaleFromMcc() 78 Rlog.d(LOG_TAG, "getLocaleForLanguageCountry: skipping no language"); in getLocaleForLanguageCountry() 106 Rlog.d(LOG_TAG, "getLocaleForLanguageCountry: got perfect match: " in getLocaleForLanguageCountry() 117 Rlog.d(LOG_TAG, "getLocaleForLanguageCountry: no locales for language " + language); in getLocaleForLanguageCountry() 123 Rlog.d(LOG_TAG, "getLocaleForLanguageCountry: got a fallback match: " in getLocaleForLanguageCountry() 131 Rlog.d(LOG_TAG, "getLocaleForLanguageCountry: " in getLocaleForLanguageCountry() 141 Rlog.d(LOG_TAG, "getLocaleForLanguageCountry: got language-only match: " in getLocaleForLanguageCountry() 146 Rlog.d(LOG_TAG, "getLocaleForLanguageCountry: exception", e); in getLocaleForLanguageCountry() [all …]
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | AlphaLayersActivity.java | 33 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() 90 Log.d(LOG_TAG, "rejected = " + canvas.quickReject(25.0f, 5.0f, 30.0f, 10.0f)); in dispatchDraw() 96 Log.d(LOG_TAG, "clipRect = " + canvas.getClipBounds()); in dispatchDraw() 97 Log.d(LOG_TAG, "rejected = " + canvas.quickReject(50.0f, 50.0f, 60.0f, 60.0f)); in dispatchDraw() 98 Log.d(LOG_TAG, "rejected = " + canvas.quickReject(25.0f, 5.0f, 30.0f, 10.0f)); in dispatchDraw() 104 Log.d(LOG_TAG, "clipRect = " + canvas.getClipBounds()); in dispatchDraw() 105 Log.d(LOG_TAG, "rejected = " + canvas.quickReject(80.0f, 80.0f, 90.0f, 90.0f)); in dispatchDraw() 106 Log.d(LOG_TAG, "rejected = " + canvas.quickReject(25.0f, 5.0f, 30.0f, 10.0f)); in dispatchDraw()
|
/frameworks/base/packages/WAPPushManager/src/com/android/smspush/ |
D | WapPushManager.java | 56 private static final String LOG_TAG = "WAP PUSH"; field in WapPushManager 73 if (LOCAL_LOGV) Log.v(LOG_TAG, "helper instance created."); in WapPushManDBHelper() 78 if (LOCAL_LOGV) Log.v(LOG_TAG, "db onCreate."); in onCreate() 91 if (DEBUG_SQL) Log.v(LOG_TAG, "sql: " + sql); in onCreate() 104 Log.w(LOG_TAG, "onUpgrade is not implemented yet. do nothing."); in onUpgrade() 124 if (LOCAL_LOGV) Log.v(LOG_TAG, "queryLastApp app_id: " + app_id in queryLastApp() 170 if (LOCAL_LOGV) Log.v(LOG_TAG, "compare signature " + mContext.getPackageName() in signatureCheck() 187 Log.d(LOG_TAG, "wpman processMsg " + app_id + ":" + content_type); in processMessage() 195 Log.w(LOG_TAG, "no receiver app found for " + app_id + ":" + content_type); in processMessage() 198 if (LOCAL_LOGV) Log.v(LOG_TAG, "starting " + lastapp.packageName in processMessage() [all …]
|
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/ |
D | RecommendationServiceImpl.java | 46 private static final String LOG_TAG = "PrintServiceRecService"; field in RecommendationServiceImpl 59 mMultiCastLock = wifiManager.createMulticastLock(LOG_TAG); in onConnected() 73 Log.e(LOG_TAG, "Could not initiate simple MDNS plugin for " + in onConnected() 85 Log.e(LOG_TAG, "Could not initiate " in onConnected() 93 Log.e(LOG_TAG, "Could not initiate " + getString(R.string.plugin_vendor_hp) + " plugin", in onConnected() 101 Log.e(LOG_TAG, "Could not initiate " + getString(R.string.plugin_vendor_morpia) + in onConnected() 109 Log.e(LOG_TAG, "Could not initiate " + getString(R.string.plugin_vendor_samsung) + in onConnected() 117 Log.e(LOG_TAG, "Could not initiate " + getString(R.string.plugin_vendor_xerox) + in onConnected() 126 Log.e(LOG_TAG, "Could not start plugin", e); in onConnected() 138 Log.e(LOG_TAG, "Could not stop plugin", e); in onDisconnected() [all …]
|