Searched refs:LOG_TAG (Results 151 - 175 of 1373) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/widget/
H A DSuggestionsAdapter.java60 private static final String LOG_TAG = "SuggestionsAdapter"; field in class:SuggestionsAdapter
180 if (DBG) Log.d(LOG_TAG, "runQueryOnBackgroundThread(" + constraint + ")");
201 Log.w(LOG_TAG, "Search suggestions query threw an exception.", e);
210 if (DBG) Log.d(LOG_TAG, "close()");
217 if (DBG) Log.d(LOG_TAG, "notifyDataSetChanged");
227 if (DBG) Log.d(LOG_TAG, "notifyDataSetInvalidated");
236 Log.d(LOG_TAG, "updateSpinnerState - extra = "
256 if (DBG) Log.d(LOG_TAG, "changeCursor(" + c + ")");
259 Log.w(LOG_TAG, "Tried to change cursor after adapter was closed.");
276 Log.e(LOG_TAG, "erro
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSuggestionsAdapter.java60 private static final String LOG_TAG = "SuggestionsAdapter"; field in class:SuggestionsAdapter
144 if (DBG) Log.d(LOG_TAG, "runQueryOnBackgroundThread(" + constraint + ")");
164 Log.w(LOG_TAG, "Search suggestions query threw an exception.", e);
172 if (DBG) Log.d(LOG_TAG, "close()");
179 if (DBG) Log.d(LOG_TAG, "notifyDataSetChanged");
187 if (DBG) Log.d(LOG_TAG, "notifyDataSetInvalidated");
196 Log.d(LOG_TAG, "updateSpinnerState - extra = "
214 if (DBG) Log.d(LOG_TAG, "changeCursor(" + c + ")");
217 Log.w(LOG_TAG, "Tried to change cursor after adapter was closed.");
234 Log.e(LOG_TAG, "erro
[all...]
/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DRemoteFillService.java64 private static final String LOG_TAG = "RemoteFillService"; field in class:RemoteFillService
229 if (sVerbose) Slog.v(LOG_TAG, "[user: " + mUserId + "] handlePendingRequest()");
245 if (sVerbose) Slog.v(LOG_TAG, "[user: " + mUserId + "] ensureBound()");
253 if (sDebug) Slog.d(LOG_TAG, "[user: " + mUserId + "] could not bind to " + mIntent);
266 if (sVerbose) Slog.v(LOG_TAG, "[user: " + mUserId + "] ensureUnbound()");
272 Slog.w(LOG_TAG, "Exception calling onDisconnected(): " + e);
349 Slog.w(LOG_TAG, "Exception calling onConnected(): " + e);
380 Slog.w(LOG_TAG, "Not handling " + message + " as service for "
430 Slog.w(LOG_TAG, getClass().getSimpleName() + " timed out");
519 Slog.e(LOG_TAG, "Erro
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneBase.java51 private static final String LOG_TAG = "ImsPhoneBase"; field in class:ImsPhoneBase
246 Rlog.v(LOG_TAG, "canDial(): serviceState = " + serviceState);
251 Rlog.v(LOG_TAG, "canDial(): disableCall = " + disableCall);
254 Rlog.v(LOG_TAG, "canDial(): ringingCall: " + getRingingCall().getState());
255 Rlog.v(LOG_TAG, "canDial(): foregndCall: " + getForegroundCall().getState());
256 Rlog.v(LOG_TAG, "canDial(): backgndCall: " + getBackgroundCall().getState());
325 Rlog.e(LOG_TAG, "[VoltePhone] getEsn() is a CDMA method");
331 Rlog.e(LOG_TAG, "[VoltePhone] getMeid() is a CDMA method");
412 Rlog.e(LOG_TAG, "call waiting not supported");
505 Rlog.e(LOG_TAG, "Erro
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java53 private static final String LOG_TAG = "SipPhoneBase"; field in class:SipPhoneBase
208 Rlog.v(LOG_TAG, "canDial(): serviceState = " + serviceState);
213 Rlog.v(LOG_TAG, "canDial(): disableCall = " + disableCall);
216 Rlog.v(LOG_TAG, "canDial(): ringingCall: " + getRingingCall().getState());
217 Rlog.v(LOG_TAG, "canDial(): foregndCall: " + getForegroundCall().getState());
218 Rlog.v(LOG_TAG, "canDial(): backgndCall: " + getBackgroundCall().getState());
292 Rlog.e(LOG_TAG, "[SipPhone] getEsn() is a CDMA method");
298 Rlog.e(LOG_TAG, "[SipPhone] getMeid() is a CDMA method");
379 Rlog.e(LOG_TAG, "call waiting not supported");
475 Rlog.e(LOG_TAG, "Erro
[all...]
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DInteractionController.java49 private static final String LOG_TAG = InteractionController.class.getSimpleName(); field in class:InteractionController
51 private static final boolean DEBUG = Log.isLoggable(LOG_TAG, Log.DEBUG);
162 Log.w(LOG_TAG, "runAndwaitForEvent timedout waiting for events");
165 Log.e(LOG_TAG, "exception from executeCommandAndWaitForAccessibilityEvent", e);
214 Log.d(LOG_TAG, "clickNoSync (" + x + ", " + y + ")");
236 Log.d(LOG_TAG, logString);
254 Log.d(LOG_TAG, logString);
290 Log.d(LOG_TAG, "longTapNoSync (" + x + ", " + y + ")");
304 Log.d(LOG_TAG, "touchDown (" + x + ", " + y + ")");
315 Log.d(LOG_TAG, "touchU
[all...]
H A DUiAutomatorBridge.java25 private static final String LOG_TAG = UiAutomatorBridge.class.getSimpleName(); field in class:UiAutomatorBridge
98 Log.w(LOG_TAG, "Could not detect idle state.", te);
121 Log.e(LOG_TAG, "failed to save screen shot to file", ioe);
/frameworks/base/core/java/android/printservice/
H A DPrintJob.java43 private static final String LOG_TAG = "PrintJob"; field in class:PrintJob
94 Log.e(LOG_TAG, "Couldn't get info for job: " + mCachedInfo.getId(), re);
321 Log.e(LOG_TAG, "Error setting progress for job: " + mCachedInfo.getId(), re);
341 Log.e(LOG_TAG, "Error setting status for job: " + mCachedInfo.getId(), re);
361 Log.e(LOG_TAG, "Error setting status for job: " + mCachedInfo.getId(), re);
383 Log.e(LOG_TAG, "Error setting tag for job: " + mCachedInfo.getId(), re);
476 Log.e(LOG_TAG, "Error setting the state of job: " + mCachedInfo.getId(), re);
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
H A DErrorCalculator.java29 private static final String LOG_TAG = "ErrorCalculator"; field in class:ErrorCalculator
108 Log.d(LOG_TAG, "rs: first part took " + (middleMillis - startMillis) + "ms");
109 Log.d(LOG_TAG, "rs: last part took " + (finalMillis - middleMillis) + "ms");
112 Log.d(LOG_TAG, "rs: error " + totalError + ", pixels " + interestingPixels);
168 Log.d(LOG_TAG, "dvk: first part took " + (middleMillis - startMillis) + "ms");
169 Log.d(LOG_TAG, "dvk: last part took " + (finalMillis - middleMillis) + "ms");
172 Log.d(LOG_TAG, "dvk: error " + totalError + ", pixels " + interestingPixels);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DSingleFrameTextureViewTestActivity.java43 private static final String LOG_TAG = "SingleFrameTest"; field in class:SingleFrameTextureViewTestActivity
79 Log.d(LOG_TAG, "onSurfaceAvailable");
104 Log.d(LOG_TAG, "eglSwapBuffers");
152 Log.e(LOG_TAG, "createWindowSurface returned EGL_BAD_NATIVE_WINDOW.");
202 Log.d(LOG_TAG, "onSurfaceTextureSizeChanged");
207 Log.d(LOG_TAG, "onSurfaceTextureDestroyed");
214 Log.d(LOG_TAG, "onSurfaceTextureUpdated");
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardParserImpl_V30.java39 private static final String LOG_TAG = VCardConstants.LOG_TAG; field in class:VCardParserImpl_V30
226 Log.w(LOG_TAG, "Unexpected Dquote inside property.");
238 Log.w(LOG_TAG, "Comma is used before actual string comes. (" +
256 Log.d(LOG_TAG, "Dangling Dquote.");
260 Log.w(LOG_TAG, "Unintended behavior. We must not see empty StringBuilder " +
297 Log.w(LOG_TAG, "AGENT in vCard 3.0 is not supported yet. Ignore it");
H A DVCardProperty.java61 private static final String LOG_TAG = VCardConstants.LOG_TAG; field in class:VCardProperty
74 Log.w(LOG_TAG, String.format("Property name is re-defined " +
H A DVCardSourceDetector.java43 private static final String LOG_TAG = VCardConstants.LOG_TAG; field in class:VCardSourceDetector
116 Log.w(LOG_TAG, "Invalid version string: " + versionString);
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
H A DTrackerService.java61 private static final String LOG_TAG = TrackerActivity.LOG_TAG; field in class:TrackerService
129 Log.d(LOG_TAG, "Adding location listener for provider " +
156 Log.d(LOG_TAG, "registering receiver");
209 Log.e(LOG_TAG, "Invalid preference for location min distance", e);
221 Log.e(LOG_TAG, "Invalid preference for location min time", e);
232 Log.d(LOG_TAG, "Removing location listeners");
365 Log.e(LOG_TAG, "Exception in CellStateHandler.handleMessage:", e);
438 Log.d(LOG_TAG, "restarting listeners due to preference change");
/frameworks/base/core/java/android/provider/
H A DSearchRecentSuggestions.java57 private static final String LOG_TAG = "SearchSuggestions"; field in class:SearchRecentSuggestions
203 Log.e(LOG_TAG, "saveRecentQuery", e);
245 Log.e(LOG_TAG, "truncateHistory", e);
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/util/
H A DDiscoveryListenerMultiplexer.java32 private static final String LOG_TAG = "DiscoveryListenerMx"; field in class:DiscoveryListenerMultiplexer
133 Log.w(LOG_TAG, "Failed to start network discovery for type " + serviceType + ": "
139 Log.w(LOG_TAG, "Failed to stop network discovery for type " + serviceType + ": "
/frameworks/base/services/print/java/com/android/server/print/
H A DRemotePrintService.java59 private static final String LOG_TAG = "RemotePrintService"; field in class:RemotePrintService
192 Slog.i(LOG_TAG, "[user: " + mUserId + "] onAllPrintJobsHandled()");
218 Slog.i(LOG_TAG, "[user: " + mUserId + "] requestCancelPrintJob()");
223 Slog.e(LOG_TAG, "Error canceling a pring job.", re);
245 Slog.i(LOG_TAG, "[user: " + mUserId + "] onPrintJobQueued()");
250 Slog.e(LOG_TAG, "Error announcing queued pring job.", re);
271 Slog.i(LOG_TAG, "[user: " + mUserId + "] createPrinterDiscoverySession()");
276 Slog.e(LOG_TAG, "Error creating printer discovery session.", re);
303 Slog.i(LOG_TAG, "[user: " + mUserId + "] destroyPrinterDiscoverySession()");
308 Slog.e(LOG_TAG, "Erro
[all...]
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
H A DTrackDecoder.java37 private static final String LOG_TAG = "TrackDecoder"; field in class:TrackDecoder
119 Log.w(LOG_TAG, "Media extractor had sample but no data.");
172 Log.d(LOG_TAG, "Output format has changed to " + mOutputFormat);
/frameworks/base/tests/utils/SleepUtils/SleepHelper/src/com/android/testing/sleephelper/
H A DSetAlarm.java42 private static final String LOG_TAG = SetAlarm.class.getSimpleName(); field in class:SetAlarm
52 Log.d(LOG_TAG, "Service disconnected.");
59 Log.d(LOG_TAG, "Service connected.");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneFactory.java57 static final String LOG_TAG = "PhoneFactory"; field in class:PhoneFactory
137 Rlog.i(LOG_TAG, "Cdma Subscription set to " + cdmaSubscription);
146 Rlog.i(LOG_TAG, "ImsResolver: defaultImsPackage: " + defaultImsPackage);
160 Rlog.i(LOG_TAG, "Network Mode set to " + Integer.toString(networkModes[i]));
164 Rlog.i(LOG_TAG, "Creating SubscriptionController");
185 Rlog.i(LOG_TAG, "Creating Phone with type = " + phoneType + " sub = " + i);
204 Rlog.i(LOG_TAG, "defaultSmsApplication: " + packageName);
211 Rlog.i(LOG_TAG, "Creating SubInfoRecordUpdater ");
276 Rlog.d(LOG_TAG, "getPhone:- " + dbgInfo + " phoneId=" + phoneId +
316 Rlog.d(LOG_TAG, "calculatePreferredNetworkTyp
[all...]
H A DRatRatcheter.java40 private final static String LOG_TAG = "RilRatcheter"; field in class:RatRatcheter
128 Rlog.e(LOG_TAG, "NumberFormatException on " + ratString);
132 Rlog.e(LOG_TAG, "RAT listed twice: " + ratString);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmMmiCode.java49 static final String LOG_TAG = "GsmMmiCode"; field in class:GsmMmiCode
276 Rlog.d(LOG_TAG, "In processSsData");
283 Rlog.e(LOG_TAG, "Class Cast Exception in parsing SS Data : " + ex);
285 Rlog.e(LOG_TAG, "Null Pointer Exception in parsing SS Data : " + ex);
295 Rlog.d(LOG_TAG, "parseSsData msc = " + mSc + ", action = " + mAction + ", ex = " + ex);
313 Rlog.d(LOG_TAG, "setVoiceCallForwardingFlag cffEnabled: " + cffEnabled);
316 Rlog.d(LOG_TAG, "setVoiceCallForwardingFlag done from SS Info.");
318 Rlog.e(LOG_TAG, "setVoiceCallForwardingFlag aborted. sim records is null.");
325 Rlog.d(LOG_TAG, "CLIR INTERROGATION");
328 Rlog.d(LOG_TAG, "CAL
[all...]
/frameworks/av/camera/ndk/
H A DNdkCameraMetadata.cpp18 #define LOG_TAG "NdkCameraMetadata" macro
/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DCryptoFactory.cpp18 #define LOG_TAG "ClearKeyCryptoPlugin" macro
/frameworks/av/media/libaaudio/src/fifo/
H A DFifoControllerBase.cpp17 #define LOG_TAG "FifoControllerBase" macro

Completed in 8865 milliseconds

1234567891011>>