Searched refs:TAG (Results 476 - 500 of 2103) sorted by relevance

<<11121314151617181920>>

/packages/services/Telephony/src/com/android/phone/vvm/omtp/
H A DDefaultOmtpEventHandler.java28 private static final String TAG = "DefErrorCodeHandler"; field in class:DefaultOmtpEventHandler
46 VvmLog.wtf(TAG, "invalid event type " + event.getType() + " for " + event);
86 VvmLog.wtf(TAG, "invalid configuration event " + event);
159 VvmLog.wtf(TAG, "invalid data channel event " + event);
183 VvmLog.wtf(TAG, "invalid notification channel event " + event);
199 VvmLog.wtf(TAG, "invalid other event " + event);
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapVcardManager.java70 private static final String TAG = "BluetoothPbapVcardManager"; field in class:BluetoothPbapVcardManager
157 if (V) Log.v(TAG, "getPhonebookSize size = " + size + " type = " + type);
172 Log.e(TAG, "CursorWindowAllocationException while getting Contacts size");
193 Log.e(TAG, "CursorWindowAllocationException while getting CallHistory size");
236 Log.e(TAG, "CursorWindowAllocationException while loading CallHistory");
275 Log.e(TAG, "CursorWindowAllocationException while getting phonebook name list");
277 Log.e(TAG, "Exception while getting phonebook name list", e);
314 Log.v(TAG, "got name " + nameIdStr + " by number " + phoneNumber);
319 Log.e(TAG, "CursorWindowAllocationException while getting contact names");
340 Log.e(TAG, "interna
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapConvoListingElement.java45 private static final String TAG = "BluetoothMapConvoListingElement"; field in class:BluetoothMapConvoListingElement
69 if(D) Log.d(TAG, "setCursorIndex: " + cursorIndex);
77 if(D) Log.d(TAG, "setVersionCounter: " + vcount);
86 if(D) Log.d(TAG, "setVersionCounter: " + vcount);
90 Log.w(TAG, "unable to parse XML versionCounter:" + vcount);
100 if(D) Log.d(TAG, "setName: " + name);
146 if(D) Log.d(TAG, "setLastActivity: " + last);
170 if(D) Log.d(TAG, "setRead: " + read);
191 if(D) Log.d(TAG, "setConvoId: " + threadId + " type:" + type);
218 Log.e(TAG,"Missin
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
H A DBluetoothPbapRequestPullVcardListing.java32 private static final String TAG = "BluetoothPbapRequestPullVcardListing"; field in class:BluetoothPbapRequestPullVcardListing
87 Log.v(TAG, "readResponse");
94 Log.v(TAG, "readResponseHeaders");
/packages/apps/Camera2/src/com/android/camera/exif/
H A DExifReader.java29 private static final Log.Tag TAG = new Log.Tag("ExifReader"); field in class:ExifReader
76 Log.w(TAG, "Failed to read the compressed thumbnail");
84 Log.w(TAG, "Failed to read the strip bytes");
/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastActivityTestCase.java83 private static final String TAG = TestContext.class.getSimpleName(); field in class:CellBroadcastActivityTestCase.TestContext
104 Log.d(TAG, "return mocked system service for " + name);
107 Log.d(TAG, "return real system service for " + name);
H A DCellBroadcastTest.java47 protected static String TAG; field in class:CellBroadcastTest
59 TAG = tag;
83 Log.d(TAG, s);
/packages/apps/Contacts/src/com/android/contacts/
H A DNfcHandler.java45 private static final String TAG = "ContactNfcHandler"; field in class:NfcHandler
94 Log.e(TAG, "IOException creating vcard.");
98 Log.w(TAG, "No contact URI to share.");
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
H A DStopWatch.java58 public void stopAndLog(String TAG, int timeThresholdToLog) { argument
83 Log.v(TAG, sb.toString());
106 public void stopAndLog(String TAG, int timeThresholdToLog) { argument
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
H A DExifReader.java29 private static final String TAG = "ExifReader"; field in class:ExifReader
76 Log.w(TAG, "Failed to read the compressed thumbnail");
84 Log.w(TAG, "Failed to read the strip bytes");
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DMediaObject.java23 private static final String TAG = "MediaObject"; field in class:MediaObject
110 Log.e(TAG, "Class " + className + "should implement getContentUri.");
111 Log.e(TAG, "The object was created from path: " + getPath());
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
H A DRefCountedMediaResource.java50 private static final String TAG = "bugle_media_ref_history"; field in class:RefCountedMediaResource
92 LogUtil.i(TAG, "Unwinding ref count history for RefCountedMediaResource "
95 LogUtil.i(TAG, ref);
/packages/apps/Messaging/src/com/android/messaging/util/exif/
H A DExifReader.java30 private static final String TAG = LogUtil.BUGLE_TAG; field in class:ExifReader
77 Log.w(TAG, "Failed to read the compressed thumbnail");
85 Log.w(TAG, "Failed to read the strip bytes");
/packages/apps/Music/tests/src/com/android/music/stress/
H A DAlbumsPlaybackStress.java38 private String TAG = "AlbumsPlaybackStress"; field in class:AlbumsPlaybackStress
81 Log.v(TAG, e.toString());
88 assertFalse(TAG, mi.lowMemory);
H A DMusicPlaybackStress.java38 private static String TAG = "mediaplayertests"; field in class:MusicPlaybackStress
79 Log.e(TAG, e.toString());
84 assertFalse(TAG, mi.lowMemory);
/packages/apps/Nfc/tests/src/com/android/nfc/snep/
H A DSnepCustomClientTests.java36 private static final String TAG = "nfcTest"; field in class:SnepCustomClientTests
39 Log.d(TAG, "Waiting for service to restart...");
43 Log.d(TAG, "Running test.");
H A DSnepDefaultClientTests.java36 private static final String TAG = "nfcTest"; field in class:SnepDefaultClientTests
39 Log.d(TAG, "Waiting for service to restart...");
43 Log.d(TAG, "Running test.");
/packages/apps/QuickSearchBox/benchmarks/src/com/android/quicksearchbox/benchmarks/
H A DSourceLatency.java38 private static final String TAG = "SourceLatency"; field in class:SourceLatency
106 Log.e(TAG, "sleep() in checkSourceConcurrent() interrupted.");
115 Log.e(TAG, "sleep() in checkSourceConcurrent() interrupted.");
118 Log.d(TAG, src + "[DONE]: " + length + " queries in " + formatTime(time.getAverage())
129 Log.d(TAG, src + "[DONE]: " + count + " queries in " + formatTime(time.getAverage())
146 Log.d(TAG, src + ": null cursor in " + formatTime(elapsed)
149 Log.d(TAG, src + ": " + cursor.getCount() + " rows in " + formatTime(elapsed)
241 Log.d(TAG, mSrc + ": null cursor in " + formatTime(elapsed)
244 Log.d(TAG, mSrc + ": " + cursor.getCount() + " rows in " + formatTime(elapsed)
251 Log.d(TAG, mSr
[all...]
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DCursorBackedSuggestionExtras.java30 private static final String TAG = "QSB.CursorBackedSuggestionExtras"; field in class:CursorBackedSuggestionExtras
55 Log.e(TAG, "getColumnNames() failed, ", ex);
101 Log.e(TAG, "getExtra(" + columnName + ") failed, ", ex);
/packages/apps/TV/src/com/android/tv/util/
H A DTvInputManagerHelper.java43 private static final String TAG = "TvInputManagerHelper"; field in class:TvInputManagerHelper
64 if (DEBUG) Log.d(TAG, "onInputStateChanged " + inputId + " state=" + state);
73 if (DEBUG) Log.d(TAG, "onInputAdded " + inputId);
88 if (DEBUG) Log.d(TAG, "onInputRemoved " + inputId);
100 if (DEBUG) Log.d(TAG, "onInputUpdated " + inputId);
128 if (DEBUG) Log.d(TAG, "start");
135 if (DEBUG) Log.d(TAG, "Input detected " + input);
142 SoftPreconditions.checkState(mInputStateMap.size() == mInputMap.size(), TAG,
237 SoftPreconditions.checkState(mStarted, TAG,
246 SoftPreconditions.checkState(mStarted, TAG,
[all...]
/packages/apps/TV/tests/input/src/com/android/tv/testinput/
H A DTestInputControl.java44 private final static String TAG = "TestInputControl"; field in class:TestInputControl
76 Log.i(TAG, "Initialized channel map for " + mInputId + " with " + mId2ChannelInfoMap.size()
96 Log.i(TAG, "Setting channel " + origId + " state to " + state);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accounts/
H A DAddAccountWithTypeActivity.java36 private static final String TAG = "AddAccountWithType"; field in class:AddAccountWithTypeActivity
50 Log.e(TAG, "Failed to retrieve add account intent from authenticator");
56 Log.e(TAG, "Failed to get add account intent: ", e);
/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
H A DProgressService.java30 private static final String TAG = "ProgressService"; field in class:ProgressService
37 super(TAG);
58 Log.v(TAG, "id: " + mId + " when: " + mWhen + " progress: " + mProgress);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
H A DDebugLogUtils.java27 private final static String TAG = DebugLogUtils.class.getSimpleName(); field in class:DebugLogUtils
95 Log.e(TAG, sb.toString());
113 Log.e(TAG, sb.toString());
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactsIcuTest.java28 private static final String TAG = "ContactsIcuTest"; field in class:ContactsIcuTest
40 Log.d(TAG, "Locales=" + Arrays.asList(localeTags));
65 Log.e(TAG, "Bucket for '" + ch + "' expected to be '"

Completed in 1816 milliseconds

<<11121314151617181920>>