Searched refs:TAG (Results 701 - 725 of 1718) sorted by relevance

<<21222324252627282930>>

/frameworks/base/tests/LowStorageTest/src/com/android/lowstoragetest/
H A DLowStorageTest.java35 static final String TAG = "DiskFullTest"; field in class:LowStorageTest
102 Log.v(TAG, e.toString());
114 Log.v(TAG, "wait was interrupted.");
129 Log.v(TAG, e.toString());
/frameworks/base/wifi/java/android/net/wifi/
H A DRttManager.java27 private static final String TAG = "RttManager"; field in class:RttManager
294 Log.e(TAG, "Can not get RTT Capabilities");
812 Log.e(TAG, "Can not get RTT capabilities");
821 Log.e(TAG, "Request " + index + ": Illegal Request Type: " + params.requestType);
825 Log.e(TAG, "Request " + index + ": One side RTT is not supported");
829 Log.e(TAG, "Request " + index + ": two side RTT is not supported");
832 Log.e(TAG,"No BSSID in params");
835 Log.e(TAG, "Request " + index + ": Illegal number of burst: " + params.numberBurst);
838 Log.e(TAG, "Request " + index + ": Illegal sample number per burst: " +
843 Log.e(TAG, "Reques
[all...]
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pProvDiscEvent.java27 private static final String TAG = "WifiP2pProvDiscEvent"; field in class:WifiP2pProvDiscEvent
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/java/android/bordeaux/learning/
H A DStochasticLinearRanker.java39 String TAG = "StochasticLinearRanker"; field in class:StochasticLinearRanker
148 Log.i(TAG, "Weights are " + Sw);
149 Log.i(TAG, "Normalizer is " + model.weightNormalizer);
150 Log.i(TAG, "Parameters are " + Sp);
/frameworks/native/opengl/tests/testPauseResume/src/com/android/test/
H A DTestView.java70 private static final String TAG = "Renderer"; field in class:TestView.Renderer
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMapEventReport.java39 private final static String TAG = "BluetoothMapEventReport"; field in class:BluetoothMapEventReport
214 Log.e(TAG, "XML parser error when parsing XML", e);
216 Log.e(TAG, "I/O error when parsing XML", e);
218 Log.e(TAG, "Invalid event received", e);
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DEncodedStringValue.java31 private static final String TAG = "EncodedStringValue"; field in class:EncodedStringValue
78 Log.e(TAG, "Default encoding must be supported.", e);
144 Log.v(TAG, e.getMessage(), e);
199 Log.e(TAG, "failed to clone an EncodedStringValue: " + this);
/frameworks/rs/java/tests/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
H A DBlasTestList.java24 private final String TAG = "BLAS"; field in class:BlasTestList
H A DTestBase.java29 protected final String TAG = "BLAS"; field in class:TestBase
/frameworks/support/customtabs/src/android/support/customtabs/
H A DCustomTabsSession.java32 private static final String TAG = "CustomTabsSession"; field in class:CustomTabsSession
/frameworks/support/v4/ics/android/support/v4/view/
H A DPagerTitleStripIcs.java32 private static final String TAG = "SingleLineAllCapsTransform"; field in class:PagerTitleStripIcs.SingleLineAllCapsTransform
/frameworks/support/v4/java/android/support/v4/media/
H A DRatingCompat.java37 private final static String TAG = "Rating"; field in class:RatingCompat
210 Log.e(TAG, "Invalid rating style (" + starRatingStyle + ") for a star rating");
214 Log.e(TAG, "Trying to set out of range star-based rating");
229 Log.e(TAG, "Invalid percentage-based rating value");
/frameworks/base/core/java/android/app/
H A DNotificationManager.java91 private static String TAG = "NotificationManager"; field in class:NotificationManager
226 if (localLOGV) Log.v(TAG, pkg + ": notify(" + id + ", " + notification + ")");
233 Log.w(TAG, "notify: id corrupted: sent " + id + ", got back " + idOut[0]);
254 if (localLOGV) Log.v(TAG, pkg + ": notify(" + id + ", " + notification + ")");
261 Log.w(TAG, "notify: id corrupted: sent " + id + ", got back " + idOut[0]);
292 if (localLOGV) Log.v(TAG, pkg + ": cancel(" + id + ")");
306 if (localLOGV) Log.v(TAG, pkg + ": cancel(" + id + ")");
321 if (localLOGV) Log.v(TAG, pkg + ": cancelAll()");
686 Log.e(TAG, "Unable to talk to notification manager. Woe!", e);
709 Log.e(TAG, "Unabl
[all...]
/frameworks/base/core/java/com/android/internal/content/
H A DNativeLibraryHelper.java55 private static final String TAG = "NativeHelper"; field in class:NativeLibraryHelper
230 Slog.w(TAG, "Deleting native binaries from: " + nativeLibraryRoot.getPath());
243 Slog.d(TAG, " Deleting " + files[nn].getName());
249 Slog.w(TAG, "Could not delete native binary: " + files[nn].getPath());
257 Slog.w(TAG, "Could not delete native binary directory: " +
333 Slog.w(TAG, "Ignoring abiOverride for multi arch application.");
342 Slog.w(TAG, "Failure copying 32 bit native libraries; copyRet=" +copyRet);
352 Slog.w(TAG, "Failure copying 64 bit native libraries; copyRet=" +copyRet);
374 Slog.w(TAG, "Failure copying native libraries [errorCode=" + copyRet + "]");
381 Slog.e(TAG, "Copyin
[all...]
/frameworks/base/core/tests/coretests/src/android/hardware/display/
H A DVirtualDisplayTest.java53 private static final String TAG = "VirtualDisplayTest"; field in class:VirtualDisplayTest
55 private static final String NAME = TAG;
360 setTitle(TAG);
411 Log.d(TAG, "New image available from virtual display.");
443 Log.d(TAG, "- Scanning image: width=" + width + ", height=" + height
467 Log.d(TAG, "- Found unexpected color: " + Integer.toHexString(pixel));
478 Log.d(TAG, "- Pixels: " + blackPixels + " black, "
484 Log.d(TAG, "- Reporting blue.");
488 Log.d(TAG, "- Reporting green.");
492 Log.d(TAG, "
[all...]
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkStatsRecorder.java62 private static final String TAG = "NetworkStatsRecorder"; field in class:NetworkStatsRecorder
106 if (LOGV) Slog.v(TAG, "setPersistThreshold() with " + thresholdBytes);
146 if (LOGD) Slog.d(TAG, "loadLocked() reading from disk for " + mCookie);
152 Log.wtf(TAG, "problem completely reading network stats", e);
155 Log.wtf(TAG, "problem completely reading network stats", e);
224 Slog.w(TAG, "unknown interfaces " + unknownIfaces + ", ignoring those stats");
246 if (LOGD) Slog.d(TAG, "forcePersistLocked() writing for " + mCookie);
252 Log.wtf(TAG, "problem persisting pending stats", e);
255 Log.wtf(TAG, "problem persisting pending stats", e);
270 Log.wtf(TAG, "proble
[all...]
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DMainInteractionSession.java38 static final String TAG = "MainInteractionSession"; field in class:MainInteractionSession
91 Log.i(TAG, "onShow: flags=0x" + Integer.toHexString(showFlags) + " args=" + args);
183 Log.i(TAG, "Assist intent: " + content.getIntent());
184 Log.i(TAG, "Assist clipdata: " + content.getClipData());
189 Log.i(TAG, "Referrer: " + referrer);
361 Log.i(TAG, "onConfirm: prompt=" + request.getVoicePrompt() + " extras="
372 Log.i(TAG, "onPickOption: prompt=" + request.getVoicePrompt() + " options="
398 Log.i(TAG, "onCompleteVoice: message=" + request.getVoicePrompt() + " extras="
408 Log.i(TAG, "onAbortVoice: message=" + request.getVoicePrompt() + " extras="
422 Log.i(TAG, "onComman
[all...]
/frameworks/base/core/java/android/app/backup/
H A DFileBackupHelperBase.java30 private static final String TAG = "FileBackupHelperBase"; field in class:FileBackupHelperBase
95 Log.e(TAG, "Failed restoring file '" + f + "' for app '"
/frameworks/base/core/java/android/hardware/camera2/marshal/impl/
H A DMarshalQueryableString.java33 private static final String TAG = MarshalQueryableString.class.getSimpleName(); field in class:MarshalQueryableString
76 Log.v(TAG,
/frameworks/base/core/java/android/hardware/camera2/params/
H A DOutputConfiguration.java138 Log.e(TAG, "Exception creating OutputConfiguration from parcel", e);
192 private static final String TAG = "OutputConfiguration"; field in class:OutputConfiguration
/frameworks/base/core/java/android/hardware/camera2/utils/
H A DArrayUtils.java30 private static final String TAG = "ArrayUtils"; field in class:ArrayUtils
120 if (DEBUG) Log.v(TAG, "Ignoring invalid value " + str);
/frameworks/base/core/java/android/hardware/usb/
H A DUsbRequest.java37 private static final String TAG = "UsbRequest"; field in class:UsbRequest
79 Log.v(TAG, "endpoint still open in finalize(): " + this);
/frameworks/base/core/java/android/nfc/tech/
H A DNdefFormatable.java47 private static final String TAG = "NFC"; field in class:NdefFormatable
175 Log.e(TAG, "NFC service dead", e);
/frameworks/base/core/java/android/service/textservice/
H A DSpellCheckerService.java69 private static final String TAG = SpellCheckerService.class.getSimpleName(); field in class:SpellCheckerService
84 Log.w(TAG, "onBind");
169 Log.d(TAG, "onGetSentenceSuggestionsMultiple: + " + textInfos.length + ", "
380 Log.d(TAG, "iterator: break: ---- 1st word start = " + wordStart + ", end = "
391 Log.d(TAG, "Adapter: word (" + (wordItems.size() - 1) + ") " + query);
409 Log.w(TAG, "Adapter: onGetSuggestions: got " + results.length);
413 Log.w(TAG, "Adapter: originalTextInfoParams is null.");
441 Log.w(TAG, "reconstructedSuggestions(" + i + ")" + size + ", first = "
/frameworks/base/core/java/android/util/
H A DTimeUtils.java46 private static final String TAG = "TimeUtils"; field in class:TimeUtils
113 Log.d(TAG, "getTimeZonesWithUniqueOffsets(" +
134 Log.d(TAG, "getTimeZonesWithUniqueOffsets: add unique offset=" +
161 if (DBG) Log.d(TAG, "getTimeZones(" + country + "): return cached version");
169 if (DBG) Log.d(TAG, "getTimeZones(null): return empty list");
197 Log.d(TAG, "getTimeZone('" + country + "'): found tz.getID=="
205 Log.e(TAG, "Got xml parser exception getTimeZone('" + country + "'): e=", e);
207 Log.e(TAG, "Got IO exception getTimeZone('" + country + "'): e=", e);

Completed in 862 milliseconds

<<21222324252627282930>>