| /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
| IccCardProxy.java | 108 log("Creating"); 122 log("Disposing"); 139 log("Setting radio tech " + ServiceState.rilRadioTechnologyToString(radioTech)); 163 if (DBG) log("updateQuietMode: 3GPP subscription -> newQuietMode=" + newQuietMode); 166 log("updateQuietMode: is cdma/lte device, force IccCardProxy into 3gpp mode"); 180 log("Switching to QuietMode."); 185 log("updateQuietMode: Switching out from QuietMode." 192 log("updateQuietMode: QuietMode is " + mQuietMode + " (app_type=" 262 if (DBG) log("Icc changed. Reregestering."); 339 log("QuietMode: NOT Broadcasting intent ACTION_SIM_STATE_CHANGED " + valu 705 private void log(String s) { method in class:IccCardProxy [all...] |
| SIMRecords.java | 197 if (DBG) log("SIMRecords X ctor this=" + this); 202 if (DBG) log("Disposing SIMRecords this=" + this); 213 if(DBG) log("finalized"); 233 log("SIMRecords: onRadioOffOrNotAvailable set 'gsm.sim.operator.numeric' to operator=null"); 292 if(DBG) log("Set MSISDN: " + mMsisdnTag + " " + /*mMsisdn*/ "xxxxxxx"); 474 log("setVoiceCallForwardingFlag: enable=" + enable 484 log("setVoiceCallForwardingFlag: ignoring enable=" + enable 529 log("getOperatorNumeric: IMSI == null"); 533 log("getSIMOperatorNumeric: bad mncLength"); 583 log("IMSI: " + /* imsi.substring(0, 6) +*/ "xxxxxxx") 1661 protected void log(String s) { method in class:SIMRecords [all...] |
| /libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/ |
| HttpsURLConnectionTest.java | 594 * Log the name of the test case to be executed. 773 // two problems? log the first before overwriting 862 public synchronized void log(String message) { method in class:HttpsURLConnectionTest.Work [all...] |
| /libcore/luni/src/test/java/tests/api/javax/net/ssl/ |
| SSLEngineTest.java | 1350 private void log(Object o) { method in class:SSLEngineTest.HandshakeHandler [all...] |
| /packages/apps/Mms/src/com/android/mms/data/ |
| Contact.java | 33 import android.util.Log; 55 // if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { 56 // log("contact changed, invalidate cache"); 65 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { 66 log("presence changed, invalidate cache"); 157 Log.d(tag, sb.toString()); 177 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) 1173 private static void log(String msg) { method in class:Contact [all...] |
| /packages/apps/Mms/src/com/android/mms/ui/ |
| ConversationList.java | 50 import android.util.Log; 147 if (DEBUG) Log.v(TAG, "checkedMessageLimits: " + checkedMessageLimits); 231 if (DEBUG) Log.v(TAG, "recycler is already turned on"); 241 if (DEBUG) Log.v(TAG, "checkForThreadsOverLimit TRUE"); 254 if (DEBUG) Log.v(TAG, "checkForThreadsOverLimit silently turning on recycler"); 281 if (DEBUG) Log.v(TAG, "markCheckedMessageLimit"); 350 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { 351 log("onDraftChanged: threadId=" + threadId + ", hasDraft=" + hasDraft); 476 Log.e(TAG, "ActivityNotFoundException for CellBroadcastListActivity") 969 private void log(String format, Object... args) { method in class:ConversationList [all...] |
| /packages/apps/Phone/src/com/android/phone/ |
| CallCard.java | 34 import android.util.Log; 171 Log.wtf(LOG_TAG, "mHandler: unexpected message: " + msg); 180 if (DBG) log("CallCard constructor..."); 181 if (DBG) log("- this = " + this); 182 if (DBG) log("- context " + context + ", attrs " + attrs); 192 if (DBG) log("- Density: " + mDensity); 214 if (DBG) log("CallCard onFinishInflate(this = " + this + ")..."); 249 if (DBG) log("updateState(" + cm + ")..."); 322 if (DBG) log("updateCallInfoLayout()... ringing = " + ringing); 336 if (DBG) log(" ==> callInfoLp.bottomMargin: " + reservedVerticalSpace) 1784 private static void log(String msg) { method in class:CallCard [all...] |
| InCallTouchUi.java | 28 import android.util.Log; 130 if (DBG) log("INCOMING_CALL_WIDGET_PING..."); 134 Log.wtf(LOG_TAG, "mHandler: unexpected message: " + msg); 143 if (DBG) log("InCallTouchUi constructor..."); 144 if (DBG) log("- this = " + this); 145 if (DBG) log("- context " + context + ", attrs " + attrs); 156 if (DBG) log("InCallTouchUi onFinishInflate(this = " + this + ")..."); 228 log("- updateState: mInCallScreen has been destroyed; bailing out..."); 233 if (DBG) log("updateState: current state = " + state); 255 if (DBG) log("- updateState: RINGING! Showing incoming call controls...") 1359 private void log(String msg) { method in class:InCallTouchUi [all...] |
| OtaUtils.java | 41 import android.util.Log; 218 if (DBG) log("OtaUtils constructor..."); 237 if (DBG) log("updateUiWidgets()... mInCallScreen = " + mInCallScreen); 244 if (DBG) log("updateUiWidgets(): widgets already set up, nothing to do..."); 291 Log.i(LOG_TAG, "Don't run provisioning when in test harness"); 297 if (DBG) log("maybeDoOtaCall: OTASP not supported on this device"); 302 if (DBG) log("MIN is not ready. Registering to receive notification."); 310 if (DBG) log("maybeDoOtaCall: LTE state still unknown: retrying"); 315 Log.w(LOG_TAG, "maybeDoOtaCall: LTE state still unknown: giving up"); 321 if (DBG) log("phoneNeedsActivation is set to " + phoneNeedsActivation) 1638 private static void log(String msg) { method in class:OtaUtils [all...] |
| PhoneUtils.java | 42 import android.util.Log; 77 // Do not check in with VDBG = true, since that may write PII to the system log. 127 if (DBG) log("ConnectionHandler: updating mute state for each connection"); 171 if (DBG) log("connection '" + cn + "' not accounted for, removing."); 220 log("answerCall(" + ringingCall + ")..."); 241 if (DBG) log("answerCall: call state = " + ringingCall.getState()); 268 Log.e(LOG_TAG, Log.getStackTraceString(new Throwable())); 276 //if (DBG) log("sPhone.acceptCall"); 298 // This is not an error but might cause users' confusion. Add log just in case 2623 private static void log(String msg) { method in class:PhoneUtils [all...] |
| /packages/apps/Settings/src/com/android/settings/ |
| RadioInfo.java | 41 import android.util.Log; 171 log("onCellInfoChanged: arrayCi=" + arrayCi); 198 log("EVENT_QUERY_PREFERRED_TYPE_DONE: unknown " + 336 log("onCreate: mCellInfoValue=" + mCellInfoValue); 360 log("onResume: register phone & data intents"); 376 log("onPause: unregister phone & data intents"); 1095 private void log(String s) { method in class:RadioInfo [all...] |
| /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
| PhotoTable.java | 31 import android.util.Log; 222 log("selectNext"); 236 log("selectPrevious"); 321 log("randMultiDrop (%d, %f, %f, %d, %d)", n, i, j, width, height); 330 log("randInCenter returning %f, %f", p.x, p.y); 420 log("onLayout (%d, %d, %d, %d)", left, top, right, bottom); 496 log("load natural %s", (mSlot == NEXT ? "next" : "previous")); 515 log("natural %s being rendered", (mSlot == NEXT ? "next" : "previous")); 535 log("natural, %s was null!", (mSlot == NEXT ? "next" : "previous")); 550 log("load a new photo") 987 private static void log(String message, Object... args) { method in class:PhotoTable [all...] |
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
| BuildHelper.java | [all...] |
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/ |
| PreCompilerBuilder.java | 249 AdtPlugin.log(IStatus.INFO, "%s BUILD(PRE)", project.getName()); 298 AdtPlugin.log(IStatus.INFO, "%s full build!", project.getName()); 687 "Failed to run %s. Check workspace log for detail.", 705 AdtPlugin.log(IStatus.INFO, "%s compiling resources!", project.getName()); [all...] |
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
| Hyperlinks.java | 439 AdtPlugin.log(e, "Can't create URL for %1$s", docs); 568 AdtPlugin.log(ex, "Can't open %$1s", filePath); //$NON-NLS-1$ 595 AdtPlugin.log(ex, "Can't open %$1s", filePath); //$NON-NLS-1$ 682 AdtPlugin.log(e, null); [all...] |
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
| ConfigurationMatcher.java | 154 AdtPlugin.log(IStatus.ERROR, "Current file is not a match for the given config."); 337 AdtPlugin.log(IStatus.ERROR, [all...] |
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
| RelativeLayoutConversionHelper.java | 346 AdtPlugin.log(nfe, "Invalid weight %1$s", weight); [all...] |
| VisualRefactoring.java | 340 AdtPlugin.log(e, "Can't open new included layout"); [all...] |
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/ |
| UiElementNode.java | [all...] |
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/ |
| AndroidJUnitLaunchConfigurationTab.java | 513 AdtPlugin.log(e, "Error occurred saving configuration"); //$NON-NLS-1$ 571 AdtPlugin.log(e.getTargetException(), "Error finding test types"); //$NON-NLS-1$ 734 AdtPlugin.log(e, "validatePage failed"); //$NON-NLS-1$ [all...] |
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
| LintList.java | 822 AdtPlugin.log(e1, null); [all...] |
| LintViewPart.java | 508 AdtPlugin.log(e, "Can't open file %1$s", resource); 523 AdtPlugin.log(e, "Did not find associated editor to apply fix: %1$s", 536 AdtPlugin.log(e, null); 650 AdtPlugin.log(e, "Cannot open Lint View");
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
| NewTemplatePage.java | 456 AdtPlugin.log(nufe, null); 468 AdtPlugin.log(nufe, null); 515 AdtPlugin.log(e, null); [all...] |
| TemplateHandler.java | 368 AdtPlugin.log(e, null); 379 AdtPlugin.log(e, null); 395 AdtPlugin.log(e, null); 476 AdtPlugin.log(ioe, null); 489 AdtPlugin.log(e, null); 600 AdtPlugin.log(e, null); 607 AdtPlugin.log(e, null); [all...] |
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
| javax.servlet_2.5.0.v200910301333.jar | |