/tools/tradefederation/core/util-apps/WifiUtil/src/com/android/tradefed/utils/wifi/ |
D | WifiMonitorService.java | 55 private static final String TAG = "WifiUtil." + WifiMonitorService.class.getSimpleName(); field in WifiMonitorService 97 Log.d(TAG, "data file is too big. clearing..."); in monitor() 109 Log.e(TAG, "failed to monitor network latency", e); in monitor() 121 Log.d(TAG, "checking network connection with " + urlToCheck); in reconnect() 124 Log.d(TAG, "network connection is bad. reconnecting wifi..."); in reconnect() 129 Log.d(TAG, "network connection is good."); in reconnect() 131 Log.e(TAG, "failed to reconnect", e); in reconnect() 133 Log.e(TAG, "failed to check network connection", e); in reconnect() 170 Log.e(TAG, e.toString()); in clearData() 230 Log.e(TAG, e.toString()); in getData()
|
D | WifiConnector.java | 43 private static final String TAG = WifiConnector.class.getSimpleName(); field in WifiConnector 97 Log.i(TAG, String.format( in waitForCallable() 179 Log.w(TAG, String.format("failed to remove network id %d (SSID = %s)", in removeAllNetworks() 369 final SharedPreferences prefs = mContext.getSharedPreferences(TAG, 0); in reconnectToLastNetwork() 380 final SharedPreferences prefs = mContext.getSharedPreferences(TAG, 0); in updateLastNetwork()
|
D | WifiUtil.java | 37 private static final String TAG = "WifiUtil"; field in WifiUtil 67 Log.e(TAG, errMsg); in fail()
|
/tools/tradefederation/core/util-apps/DeviceSetupUtil/src/com/android/tradefed/utils/ |
D | DeviceSetupService.java | 41 Log.v(DeviceSetupIntentReceiver.TAG, "Setup service started."); in onCreate() 56 Log.v(DeviceSetupIntentReceiver.TAG, "Acquiring wake lock."); in onStartCommand() 60 DeviceSetupIntentReceiver.TAG); in onStartCommand() 75 Log.v(DeviceSetupIntentReceiver.TAG, "Setup service stopped."); in onDestroy()
|
/tools/loganalysis/src/com/android/loganalysis/item/ |
D | MiscLogcatItem.java | 36 public static final String TAG = "TAG"; field in MiscLogcatItem 47 EVENT_TIME, PID, TID, APP, TAG, LAST_PREAMBLE, PROCESS_PREAMBLE, CATEGORY, STACK)); 125 return (String) getAttribute(TAG); in getTag() 132 setAttribute(TAG, tag); in setTag()
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/host/ |
D | PrettyTestEventLogger.java | 36 private static final String TAG = "TradefedEventsTag"; field in PrettyTestEventLogger 69 device.logOnDevice(TAG, LogLevel.DEBUG, format, args); in logOnAllDevices()
|
/tools/tradefederation/core/src/com/android/tradefed/result/ |
D | MetricsXMLResultReporter.java | 61 private static final String TAG = "MetricsXMLResultReporter"; field in MetricsXMLResultReporter 87 Log.w(TAG, "metrics-folder not specified, unable to record metrics"); in invocationEnded() 117 Log.logAndDisplay(LogLevel.INFO, TAG, msg); in generateResults() 120 Log.e(TAG, "Failed to generate XML metric report"); in generateResults()
|
/tools/tradefederation/core/remote/src/com/android/tradefed/command/remote/ |
D | RemoteClient.java | 42 private static final String TAG = RemoteClient.class.getSimpleName(); field in RemoteClient 81 Log.d(TAG, String.format("Sending remote op %s", op.getType())); in sendOperation() 256 Log.w(TAG, String.format("exception closing socket: %s", e.toString())); in close()
|
/tools/tradefederation/core/prod-tests/tests/src/com/android/continuous/ |
D | SmokeTestFailureReporterTest.java | 41 private static final String TAG = "DeviceSmokeTests"; field in SmokeTestFailureReporterTest 72 context.setTestTag(TAG); in testSingleFail() 119 context.setTestTag(TAG); in testTwoPassOneFail()
|
/tools/test/connectivity/acts/framework/acts/test_utils/power/ |
D | PowerBaseTest.py | 111 TEST_PARAMS = self.TAG + '_params' 181 return params[self.TAG]
|
/tools/test/connectivity/acts/framework/acts/test_utils/tel/ |
D | TelephonyBaseTest.py | 380 record = records.TestResultRecord(test_name, self.TAG)
|