Searched refs:LOG_TAG (Results 126 - 150 of 1020) 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
179 if (DBG) Log.d(LOG_TAG, "runQueryOnBackgroundThread(" + constraint + ")");
200 Log.w(LOG_TAG, "Search suggestions query threw an exception.", e);
209 if (DBG) Log.d(LOG_TAG, "close()");
216 if (DBG) Log.d(LOG_TAG, "notifyDataSetChanged");
226 if (DBG) Log.d(LOG_TAG, "notifyDataSetInvalidated");
235 Log.d(LOG_TAG, "updateSpinnerState - extra = "
255 if (DBG) Log.d(LOG_TAG, "changeCursor(" + c + ")");
258 Log.w(LOG_TAG, "Tried to change cursor after adapter was closed.");
275 Log.e(LOG_TAG, "erro
[all...]
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DPageContentRepository.java52 private static final String LOG_TAG = "PageContentRepository"; field in class:PageContentRepository
85 Log.i(LOG_TAG, "STATE_CLOSED");
94 Log.i(LOG_TAG, "STATE_OPENED");
103 Log.i(LOG_TAG, "STATE_CLOSED");
122 Log.i(LOG_TAG, "STATE_DESTROYED");
154 Log.i(LOG_TAG, "Acquiring provider for page: " + pageIndex);
164 Log.i(LOG_TAG, "Releasing provider for page: " + provider.mPageIndex);
522 Log.i(LOG_TAG, "Preloading pages around [" + firstShownPage
576 Log.i(LOG_TAG, "Cache hit for page: " + pageIndex);
594 Log.i(LOG_TAG, "Cach
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSmsApplication.java57 static final String LOG_TAG = "SmsApplication"; field in class:SmsApplication
132 Log.i(LOG_TAG, "getIncomingUserHandle caller=" + callingUid + ", myuid="
315 Log.i(LOG_TAG, "getApplication userId=" + userId);
321 Log.i(LOG_TAG, "getApplication defaultApp=" + defaultApplication);
329 Log.i(LOG_TAG, "getApplication appData=" + applicationData);
366 Rlog.e(LOG_TAG, applicationData.mPackageName + " lost OP_WRITE_SMS: " +
394 Rlog.e(LOG_TAG, PHONE_PACKAGE_NAME + " lost OP_WRITE_SMS: (fixing)");
400 Rlog.e(LOG_TAG, "Phone package not found: " + PHONE_PACKAGE_NAME);
409 Rlog.e(LOG_TAG, BLUETOOTH_PACKAGE_NAME + " lost OP_WRITE_SMS: (fixing)");
415 Rlog.e(LOG_TAG, "Bluetoot
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java96 // NOTE that LOG_TAG here is "GSM", which means that log messages
99 static final String LOG_TAG = "GSMPhone"; field in class:GSMPhone
247 Rlog.d(LOG_TAG, "removeReferences");
259 if(LOCAL_DEBUG) Rlog.d(LOG_TAG, "GSMPhone finalized");
325 Rlog.d(LOG_TAG, "updateVoiceMail countVoiceMessages = " + countVoiceMessages
596 if (LOCAL_DEBUG) Rlog.d(LOG_TAG, "MmiCode 0: rejectCall");
600 if (LOCAL_DEBUG) Rlog.d(LOG_TAG,
605 if (LOCAL_DEBUG) Rlog.d(LOG_TAG,
629 if (LOCAL_DEBUG) Rlog.d(LOG_TAG,
636 if (LOCAL_DEBUG) Rlog.d(LOG_TAG,
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSuggestionsAdapter.java61 private static final String LOG_TAG = "SuggestionsAdapter"; field in class:SuggestionsAdapter
145 if (DBG) Log.d(LOG_TAG, "runQueryOnBackgroundThread(" + constraint + ")");
165 Log.w(LOG_TAG, "Search suggestions query threw an exception.", e);
173 if (DBG) Log.d(LOG_TAG, "close()");
180 if (DBG) Log.d(LOG_TAG, "notifyDataSetChanged");
188 if (DBG) Log.d(LOG_TAG, "notifyDataSetInvalidated");
197 Log.d(LOG_TAG, "updateSpinnerState - extra = "
215 if (DBG) Log.d(LOG_TAG, "changeCursor(" + c + ")");
218 Log.w(LOG_TAG, "Tried to change cursor after adapter was closed.");
235 Log.e(LOG_TAG, "erro
[all...]
/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/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
216 Log.w(LOG_TAG, "Unexpected Dquote inside property.");
228 Log.w(LOG_TAG, "Comma is used before actual string comes. (" +
246 Log.d(LOG_TAG, "Dangling Dquote.");
250 Log.w(LOG_TAG, "Unintended behavior. We must not see empty StringBuilder " +
287 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/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
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/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/core/java/android/transition/
H A DFade.java66 private static final String LOG_TAG = "Fade"; field in class:Fade
118 Log.d(LOG_TAG, "Created animator " + anim);
132 Log.d(LOG_TAG, "Fade.onAppear: startView, startVis, endView, endVis = " +
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
H A DScreenshotTest.java35 private static final String LOG_TAG = "ScreenshotTest"; field in class:ScreenshotTest
51 Log.d(LOG_TAG, "starting testScreenshot");
96 Log.d(LOG_TAG, String.format("Detected new file added %s", path));
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DDisplayAdjustmentUtils.java34 private static final String LOG_TAG = DisplayAdjustmentUtils.class.getSimpleName(); field in class:DisplayAdjustmentUtils
133 Slog.e(LOG_TAG, "Failed to set Daltonizer mode", ex);
162 Slog.e(LOG_TAG, "Failed to set color transform", ex);
/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/imsphone/
H A DImsPhoneConnection.java48 private static final String LOG_TAG = "ImsPhoneConnection"; field in class:ImsPhoneConnection
259 Rlog.w(LOG_TAG, "ImsPhoneConnection.proceedAfterWaitChar(): Expected "
272 Rlog.w(LOG_TAG, "ImsPhoneConnection.proceedAfterWaitChar(): Expected "
287 Rlog.d(LOG_TAG, "proceedAfterWildChar: new postDialString is " +
310 Rlog.d(LOG_TAG, "onDisconnect: cause=" + cause);
331 Rlog.d(LOG_TAG, "onDisconnect: no parent");
350 Rlog.d(LOG_TAG, "onConnectedInOrOut: connectTime=" + mConnectTime);
425 //Rlog.d(LOG_TAG, "##### processNextPostDialChar: postDialState == CANCELLED, bail");
447 Rlog.e(LOG_TAG, "processNextPostDialChar: c=" + c + " isn't valid!");
470 //Rlog.v(LOG_TAG, "##### processNextPostDialCha
[all...]
/frameworks/av/media/libstagefright/timedtext/
H A DTimedTextSource.cpp18 #define LOG_TAG "TimedTextSource" macro
/frameworks/av/media/mtp/
H A DMtpEventPacket.cpp17 #define LOG_TAG "MtpEventPacket" macro
H A DMtpRequestPacket.cpp17 #define LOG_TAG "MtpRequestPacket" macro
H A DMtpStorageInfo.cpp17 #define LOG_TAG "MtpStorageInfo" macro
/frameworks/av/services/audioflinger/
H A DSchedulingPolicyService.cpp17 #define LOG_TAG "SchedulingPolicyService" macro
/frameworks/av/services/camera/libcameraservice/
H A DCameraDeviceFactory.cpp18 #define LOG_TAG "CameraDeviceFactory" macro
/frameworks/base/cmds/bootanimation/
H A Dbootanimation_main.cpp17 #define LOG_TAG "BootAnimation" macro

Completed in 802 milliseconds

1234567891011>>