/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 | 55 private static final String LOG_TAG = "ConnectionUtil"; field in ConnectionUtil 132 Log.v(LOG_TAG, "Clear Wifi before we start the test."); in wifiTestInit() 149 Log.d(LOG_TAG, "This is a sticky broadcast don't do anything."); in onReceive() 152 Log.v(LOG_TAG, "ConnectivityReceiver: onReceive() is called with " + intent); in onReceive() 168 Log.v(LOG_TAG, "mNetworkInfo: " + mNetworkInfo.toString()); in onReceive() 171 Log.v(LOG_TAG, "mOtherNetworkInfo: " + mOtherNetworkInfo.toString()); in onReceive() 190 Log.v(LOG_TAG, "Scan results are available"); in onReceive() 195 Log.v(LOG_TAG, "mWifiNetworkInfo: " + mWifiNetworkInfo.toString()); in onReceive() 241 Log.v(LOG_TAG, "Failed to establish AsyncChannel connection"); in handleMessage() 259 Log.v(LOG_TAG, "Initialize network state for " + networkType + ": " + in initializeNetworkStates() [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CarrierInfoManager.java | 45 private static final String LOG_TAG = "CarrierInfoManager"; field in CarrierInfoManager 79 Log.i(LOG_TAG, "using values for mcc, mnc: " + mcc + "," + mnc); in getCarrierInfoForImsiEncryption() 81 Log.e(LOG_TAG, "Invalid networkOperator: " + operatorNumeric); in getCarrierInfoForImsiEncryption() 96 Log.d(LOG_TAG, "No rows found for keyType: " + keyType); in getCarrierInfoForImsiEncryption() 98 Log.d(LOG_TAG, "Skipping fallback logic"); in getCarrierInfoForImsiEncryption() 105 Log.d(LOG_TAG, "Could not get CarrierConfigManager for backup key"); in getCarrierInfoForImsiEncryption() 109 Log.d(LOG_TAG, "Could not get carrier config with invalid subId"); in getCarrierInfoForImsiEncryption() 114 Log.d(LOG_TAG, "Could not get carrier config bundle for backup key"); in getCarrierInfoForImsiEncryption() 120 Log.d(LOG_TAG, "Backup key does not have matching keyType. keyType=" + keyType in getCarrierInfoForImsiEncryption() 136 Log.d(LOG_TAG, in getCarrierInfoForImsiEncryption() [all …]
|
D | CallManager.java | 59 private static final String LOG_TAG ="CallManager"; field in CallManager 360 Rlog.d(LOG_TAG, "registerPhone(" + in registerPhone() 386 Rlog.d(LOG_TAG, "unregisterPhone(" + in unregisterPhone() 552 Rlog.d(LOG_TAG, "This phone has already been registered."); in registerForPhoneStates() 616 Rlog.e(LOG_TAG, "Could not find Phone handler for unregistration"); in unregisterForPhoneStates() 666 Rlog.d(LOG_TAG, toString()); in rejectCall() 674 Rlog.d(LOG_TAG, "End rejectCall(" +ringingCall + ")"); in rejectCall() 675 Rlog.d(LOG_TAG, toString()); in rejectCall() 736 Rlog.d(LOG_TAG, "conference(" +heldCall + ")"); in conference() 737 Rlog.d(LOG_TAG, toString()); in conference() [all …]
|
D | CarrierKeyDownloadManager.java | 68 private static final String LOG_TAG = "CarrierKeyDownloadManager"; field in CarrierKeyDownloadManager 133 Log.d(LOG_TAG, "Download Complete"); 149 Log.d(LOG_TAG, "Handling key renewal alarm: " + action); 155 Log.d(LOG_TAG, "Handling reset intent: " + action); 161 Log.d(LOG_TAG, "Carrier Config changed: " + action); 214 Log.d(LOG_TAG, "Cleaning up download info"); in cleanupDownloadInfo() 221 Log.d(LOG_TAG, "Cleaning up existing renewal alarms"); in cleanupRenewalAlarms() 281 Log.d(LOG_TAG, "minExpirationDate: " + new Date(minExpirationDate)); in resetRenewalAlarm() 289 Log.d(LOG_TAG, "setRenewalAlarm: action=" + intent.getAction() + " time=" in resetRenewalAlarm() 311 Log.e(LOG_TAG, "download ID=" + currentDownloadId in isValidDownload() [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/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/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 | 69 private static final String LOG_TAG = "ImsUtListener"; field in ImsUtListener 75 Log.w(LOG_TAG, "utConfigurationUpdated: remote exception"); in onUtConfigurationUpdated() 83 Log.w(LOG_TAG, "utConfigurationUpdateFailed: remote exception"); in onUtConfigurationUpdateFailed() 107 Log.w(LOG_TAG, "utConfigurationQueried: remote exception"); in onUtConfigurationQueried() 139 Log.w(LOG_TAG, "utConfigurationQueryFailed: remote exception"); in onUtConfigurationQueryFailed() 147 Log.w(LOG_TAG, "utConfigurationCallBarringQueried: remote exception"); in onUtConfigurationCallBarringQueried() 155 Log.w(LOG_TAG, "utConfigurationCallForwardQueried: remote exception"); in onUtConfigurationCallForwardQueried() 163 Log.w(LOG_TAG, "utConfigurationCallWaitingQueried: remote exception"); in onUtConfigurationCallWaitingQueried() 171 Log.w(LOG_TAG, "onSupplementaryServiceIndication: remote exception"); in onSupplementaryServiceIndication()
|
/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/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/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/core/java/android/widget/ |
D | TextViewOnReceiveContentListener.java | 64 private static final String LOG_TAG = "ReceiveContent"; field in TextViewOnReceiveContentListener 71 if (Log.isLoggable(LOG_TAG, Log.DEBUG)) { in onReceiveContent() 72 Log.d(LOG_TAG, "onReceive: " + payload); in onReceiveContent() 131 if (Log.isLoggable(LOG_TAG, Log.VERBOSE)) { in onReceiveForAutofill() 132 Log.v(LOG_TAG, "onReceive: Handled via IME"); in onReceiveForAutofill() 270 if (Log.isLoggable(LOG_TAG, Log.VERBOSE)) { in handleNonTextViaImeCommitContent() 271 Log.v(LOG_TAG, "onReceive: Clip doesn't contain any non-text URIs: " in handleNonTextViaImeCommitContent() 280 if (Log.isLoggable(LOG_TAG, Log.DEBUG)) { in handleNonTextViaImeCommitContent() 281 Log.d(LOG_TAG, "onReceive: No usable EditorInfo/InputConnection"); in handleNonTextViaImeCommitContent() 287 if (Log.isLoggable(LOG_TAG, Log.DEBUG)) { in handleNonTextViaImeCommitContent() [all …]
|
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/ |
D | AutomaticActivity.java | 39 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/services/tests/servicestests/src/com/android/server/accessibility/utils/ |
D | MotionEventMatcher.java | 30 private static final String LOG_TAG = "MotionEventMatcher"; field in MotionEventMatcher 68 Log.e(LOG_TAG, "MotionEvent match failed"); in matchesSafely() 69 Log.e(LOG_TAG, "event.getDownTime() = " + event.getDownTime() + ", expected " + mDownTime); in matchesSafely() 71 LOG_TAG, in matchesSafely() 74 LOG_TAG, in matchesSafely() 79 Log.e(LOG_TAG, "event.getX() = " + event.getX() + ", expected " + mX); in matchesSafely() 80 Log.e(LOG_TAG, "event.getY() = " + event.getY() + ", expected " + mY); in matchesSafely()
|