/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/ |
D | Main.java | 61 Log log = new Log(); in main() local 66 if (!processArgs(log, args, osJarPath, osDestJar)) { in main() 67 log.error("Usage: layoutlib_create [-v] output.jar input.jar ..."); in main() 68 log.error("Usage: layoutlib_create [-v] [--list-deps|--missing-deps] input.jar ..."); in main() 73 System.exit(listDeps(osJarPath, log)); in main() 76 System.exit(createLayoutLib(osDestJar[0], osJarPath, log)); in main() 83 private static int createLayoutLib(String osDestJar, ArrayList<String> osJarPath, Log log) { in createLayoutLib() argument 84 log.info("Output: %1$s", osDestJar); in createLayoutLib() 86 log.info("Input : %1$s", path); in createLayoutLib() 92 AsmGenerator agen = new AsmGenerator(log, osDestJar, info); in createLayoutLib() [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | DcSwitchStateMachine.java | 53 if (DBG) log("DcSwitchState constructor E"); in DcSwitchStateMachine() 63 if (DBG) log("DcSwitchState constructor X"); in DcSwitchStateMachine() 77 if (DBG) log("IdleState: enter"); in enter() 93 log("IdleState: REQ_CONNECT"); in processMessage() 109 log("AttachingState: EVENT_DATA_ATTACHED"); in processMessage() 117 log("IdleState: Receive invalid event EVENT_CONNECTED!"); in processMessage() 124 log("IdleState: nothandled msg.what=0x" + in processMessage() 137 log("AttachingState: enter"); in enter() 147 log("AttachingState: REQ_CONNECT"); in processMessage() 161 log("AttachingState: EVENT_DATA_ATTACHED"); in processMessage() [all …]
|
D | DcTracker.java | 158 if (DBG) log("GsmDCT.constructor"); in DcTracker() 217 if (DBG) log("DcTracker.dispose"); in dispose() 384 log(String.format("isDataPossible(%s): possible=%b isDataAllowed=%b " + in isDataPossible() 394 if(DBG) log("finalize"); in finalize() 420 log("initApnContexts: E"); in initApnContexts() 460 log("initApnContexts: skipping unknown type=" + networkConfig.type); in initApnContexts() 463 log("initApnContexts: apnContext=" + apnContext); in initApnContexts() 465 log("initApnContexts: X mApnContexts=" + mApnContexts); in initApnContexts() 474 if (DBG) log("return link properites for " + apnType); in getLinkProperties() 478 if (DBG) log("return new LinkProperties"); in getLinkProperties() [all …]
|
D | DcController.java | 88 log("E ctor"); in DcController() 93 log("X ctor"); in DcController() 103 log("dispose: call quiteNow()"); in dispose() 118 log("addActiveDcByCid dc.mCid < 0 dc=" + dc); in addActiveDcByCid() 126 log("removeActiveDcByCid removedDc=null dc=" + dc); in removeActiveDcByCid() 163 log("DccDefaultState: msg.what=EVENT_RIL_CONNECTED mRilVersion=" + in processMessage() 167 log("DccDefaultState: Unexpected exception on EVENT_RIL_CONNECTED"); in processMessage() 176 log("DccDefaultState: EVENT_DATA_STATE_CHANGED:" + in processMessage() 194 log("onDataStateChanged: mDcListAll=" + mDcListAll); in onDataStateChanged() 209 if (DBG) log("onDataStateChanged: add to retry dc=" + dc); in onDataStateChanged() [all …]
|
D | DcAsyncChannel.java | 125 if (DBG) log("reqIsInactive"); in reqIsInactive() 135 if (DBG) log("rspIsInactive=" + retVal); in rspIsInactive() 150 log("rspIsInactive error response=" + response); in isInactiveSync() 165 if (DBG) log("reqCid"); in reqCid() 176 if (DBG) log("rspCid=" + retVal); in rspCid() 190 log("rspCid error response=" + response); in getCidSync() 205 if (DBG) log("reqApnSetting"); in reqApnSetting() 216 if (DBG) log("rspApnSetting=" + retVal); in rspApnSetting() 232 log("getApnSetting error response=" + response); in getApnSettingSync() 247 if (DBG) log("reqLinkProperties"); in reqLinkProperties() [all …]
|
D | DcTrackerBase.java | 326 if (DBG) log("onReceive: action=" + action); 338 if (DBG) log("Reconnect alarm. Previous state was " + mState); 341 if (DBG) log("Restart trySetup alarm"); 351 if (DBG) log("NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=" + mIsWifiConnected); 361 if (DBG) log("WIFI_STATE_CHANGED_ACTION: enabled=" + enabled 397 if (DBG) log("SubscriptionListener.onSubscriptionInfoChanged"); 511 log("onActionIntentReconnectAlarm: currSubId = " + currSubId + " phoneSubId=" + phoneSubId); in onActionIntentReconnectAlarm() 516 log("receive ReconnectAlarm but subId incorrect, ignore"); in onActionIntentReconnectAlarm() 523 log("onActionIntentReconnectAlarm: mState=" + mState + " reason=" + reason + in onActionIntentReconnectAlarm() 532 log("onActionIntentReconnectAlarm: apnContext state=" + apnContextState); in onActionIntentReconnectAlarm() [all …]
|
D | DataConnection.java | 262 if (DBG) dc.log("Made " + dc.getName()); in makeDataConnection() 267 log("dispose: call quiteNow()"); in dispose() 352 if (DBG) log("updateLinkProperty failed : " + result.setupResult); in updateLinkProperty() 365 log("updateLinkProperty old LP=" + result.oldLp); in updateLinkProperty() 366 log("updateLinkProperty new LP=" + result.newLp); in updateLinkProperty() 388 if (DBG) log("MTU set by call response to: " + lp.getMtu()); in checkSetMtu() 394 if (DBG) log("MTU set by APN to: " + apn.mtu); in checkSetMtu() 402 if (DBG) log("MTU set by config resource to: " + mtu); in checkSetMtu() 413 if (DBG) log("DataConnection constructor E"); in DataConnection() 441 if (DBG) log("DataConnection constructor X"); in DataConnection() [all …]
|
D | DcSwitchAsyncChannel.java | 100 if (DBG) log("rspConnect=" + retVal); in rspConnect() 109 if (DBG) log("rspConnect error response=" + response); in connectSync() 116 if (DBG) log("rspDisconnect=" + retVal); in rspDisconnect() 125 if (DBG) log("rspDisconnect error response=" + response); in disconnectSync() 132 if (DBG) log("rspDisconnectAll=" + retVal); in rspDisconnectAll() 141 if (DBG) log("rspDisconnectAll error response=" + response); in disconnectAllSync() 148 if (DBG) log("notifyDataAttached"); in notifyDataAttached() 153 if (DBG) log("EVENT_DATA_DETACHED"); in notifyDataDetached() 158 if (DBG) log("rspIsIdle=" + retVal); in rspIsIdle() 167 if (DBG) log("rspIsIndle error response=" + response); in isIdleSync() [all …]
|
D | DcRetryAlarmController.java | 54 log("onReceive: ignore empty action='" + action + "'"); 67 log("onReceive: action=" + action 73 if (DBG) log("onReceive: unknown action=" + action); 87 log("DcRetryAlarmController: register for intent action=" + mActionRetry); in DcRetryAlarmController() 96 if (DBG) log("dispose"); in dispose() 118 if (DBG) log("getSuggestedRetryTime: suggestedRetryTime is MAX_INT, retry NOT needed"); in getSuggestedRetryTime() 121 if (DBG) log("getSuggestedRetryTime: suggestedRetryTime is >= 0 use it"); in getSuggestedRetryTime() 127 if (DBG) log("getSuggestedRetryTime: retry is needed"); in getSuggestedRetryTime() 129 if (DBG) log("getSuggestedRetryTime: retry is NOT needed"); in getSuggestedRetryTime() 134 log("getSuggestedRetryTime: " + retryDelay + " response=" + response + " dc=" + dc); in getSuggestedRetryTime() [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
D | SipConnectionBase.java | 59 if (DBG) log("SipConnectionBase: ctor dialString=" + dialString); in SipConnectionBase() 66 if (DBG) log("setState: state=" + state); in setState() 89 if (VDBG) log("getCreateTime: ret=" + mCreateTime); in getCreateTime() 95 if (VDBG) log("getConnectTime: ret=" + mConnectTime); in getConnectTime() 101 if (VDBG) log("getDisconnectTime: ret=" + mDisconnectTime); in getDisconnectTime() 115 if (VDBG) log("getDurationMillis: ret=" + dur); in getDurationMillis() 128 if (VDBG) log("getHoldDurationMillis: ret=" + dur); in getHoldDurationMillis() 134 if (VDBG) log("getDisconnectCause: ret=" + mCause); in getDisconnectCause() 139 if (DBG) log("setDisconnectCause: prev=" + mCause + " new=" + cause); in setDisconnectCause() 145 if (VDBG) log("getPostDialState: ret=" + mPostDialState); in getPostDialState() [all …]
|
D | SipPhone.java | 69 if (DBG) log("new SipPhone: " + profile.getUriString()); in SipPhone() 99 if (DBG) log("takeIncomingCall: ret=null, not a SipAudioCall"); in takeIncomingCall() 103 if (DBG) log("takeIncomingCall: ret=null, ringingCall not alive"); in takeIncomingCall() 112 log("takeIncomingCall: ret=null," + " foreground and background both alive"); in takeIncomingCall() 119 if (DBG) log("takeIncomingCall: taking call from: " in takeIncomingCall() 128 if (DBG) log(" takeIncomingCall: call cancelled !!"); in takeIncomingCall() 138 if (DBG) log(" takeIncomingCall: exception e=" + e); in takeIncomingCall() 141 if (DBG) log("takeIncomingCall: NOT taking !!"); in takeIncomingCall() 151 if (DBG) log("acceptCall: accepting"); in acceptCall() 157 log("acceptCall:" + in acceptCall() [all …]
|
/frameworks/rs/scriptc/ |
D | rs_debug.rsh | 22 * the standard log. 31 * Debug function. Prints a string and value to the log. 36 * Debug function. Prints a string and value to the log. 41 * Debug function. Prints a string and value to the log. 46 * Debug function. Prints a string and value to the log. 51 * Debug function. Prints a string and value to the log. 56 * Debug function. Prints a string and value to the log. 61 * Debug function. Prints a string and value to the log. 66 * Debug function. Prints a string and value to the log. 71 * Debug function. Prints a string and value to the log. [all …]
|
/frameworks/opt/net/ims/src/java/com/android/ims/ |
D | ImsCall.java | 832 log("attachSession :: session=" + session); in attachSession() 858 log("start(1) :: session=" + session + ", callee=" + callee); in start() 885 log("start(n) :: session=" + session + ", callee=" + participants); in start() 911 log("accept ::"); in accept() 927 log("accept :: callType=" + callType + ", profile=" + profile); in accept() 945 log("accept :: call profile will be updated"); in accept() 968 log("reject :: reason=" + reason); in reject() 978 log("reject :: call profile is not updated; destroy it..."); in reject() 999 log("terminate :: ImsCall=" + this +" reason=" + reason); in terminate() 1040 log("hold :: ImsCall=" + this); in hold() [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | RetryManager.java | 117 if (VDBG) log("constructor"); in RetryManager() 147 if (VDBG) log("configure: " + maxRetryCount + ", " + retryTime + "," + randomizationTime); in configure() 183 if (VDBG) log("configure: '" + configStr + "'"); in configure() 189 if (VDBG) log("configure: not empty"); in configure() 197 if (VDBG) log("configure: strArray[" + i + "]='" + strArray[i] + "'"); in configure() 201 if (VDBG) log("configure: splitStr[0]='" + splitStr[0] + "'"); in configure() 204 if (VDBG) log("configure: splitStr[1]='" + splitStr[1] + "'"); in configure() 237 if (VDBG) log("configure: splitStr[1]='" + splitStr[1] + "'"); in configure() 249 if (VDBG) log("configure: setting mMaxRetryCount=" + mMaxRetryCount); in configure() 252 if (VDBG) log("configure: true"); in configure() [all …]
|
D | CallTracker.java | 99 log("getHoConnection - compare number: hoConn= " + hoConn.toString()); in getHoConnection() 101 log("getHoConnection: Handover connection match found = " + hoConn.toString()); in getHoConnection() 106 log("getHoConnection: compare state hoConn= " + hoConn.toString()); in getHoConnection() 108 log("getHoConnection: Handover connection match found = " + hoConn.toString()); in getHoConnection() 124 log("notifySrvccState: mHandoverConnections= " + mHandoverConnections.toString()); in notifySrvccState() 152 if (DBG_POLL) log("checkNoOperationsPending: pendingOperations=" + in checkNoOperationsPending() 181 log("checkForTestEmergencyNumber: dialString=" + dialString + in checkForTestEmergencyNumber() 186 log("checkForTestEmergencyNumber: values.length=" + values.length); in checkForTestEmergencyNumber() 191 log("checkForTestEmergencyNumber: remap " + in checkForTestEmergencyNumber() 206 log("convertNumberIfNecessary Roaming" in convertNumberIfNecessary() [all …]
|
D | TelephonyTester.java | 63 if (DBG) log("sIntentReceiver.onReceive: action=" + action); 65 log("simulate detaching"); 68 log("simulate attaching"); 71 log("inject simulated conference event package"); 74 if (DBG) log("onReceive: unknown action=" + action); 86 log("register for intent action=" + mPhone.getActionDetached()); in TelephonyTester() 89 log("register for intent action=" + mPhone.getActionAttached()); in TelephonyTester() 92 log("register for intent action=" + ACTION_TEST_CONFERENCE_EVENT_PACKAGE); in TelephonyTester() 106 private static void log(String s) { in log() method in TelephonyTester 139 log("Test conference event package file not found: " + packageFile.getAbsolutePath()); in handleTestConferenceEventPackage()
|
/frameworks/base/tests/CoreTests/android/core/ |
D | TestWebServer.java | 106 public void initServer(boolean log) throws Exception { in initServer() argument 107 initServer(DEFAULT_PORT, DEFAULT_TIMEOUT, log); in initServer() 115 public void initServer(int port, boolean log) throws Exception { in initServer() argument 116 initServer(port, DEFAULT_TIMEOUT, log); in initServer() 126 public void initServer(int port, int timeout, boolean log) throws Exception { in initServer() argument 129 mLog = log; in initServer() 143 protected void log(String s) { in log() method in TestWebServer 201 log("Server will redirect output to "+redirect+" code "+code); in setRedirect() 210 log("Closing AcceptThread"+acceptT); in close() 236 log("IOException in AcceptThread.init()"); in init() [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | SIMRecords.java | 211 if (DBG) log("SIMRecords X ctor this=" + this); in SIMRecords() 216 if (DBG) log("Disposing SIMRecords this=" + this); in dispose() 228 if(DBG) log("finalized"); in finalize() 236 log("setting0 mMncLength" + mMncLength); in resetRecords() 248 log("SIMRecords: onRadioOffOrNotAvailable set 'gsm.sim.operator.numeric' to operator=null"); in resetRecords() 249 log("update icc_operator_numeric=" + null); in resetRecords() 310 if(DBG) log("Set MSISDN: " + mNewMsisdnTag + " " + /*mNewMsisdn*/ "xxxxxxx"); in setMsisdnNumber() 463 if(DBG) log(" VoiceMessageCount from SIM MWIS = " + countVoiceMessages); in getVoiceMessageCount() 475 if(DBG) log(" VoiceMessageCount from SIM CPHS = " + countVoiceMessages); in getVoiceMessageCount() 509 log("setVoiceCallForwardingFlag: enable=" + enable in setVoiceCallForwardingFlag() [all …]
|
D | RuimRecords.java | 118 if (DBG) log("RuimRecords X ctor this=" + this); in RuimRecords() 123 if (DBG) log("Disposing RuimRecords " + this); in dispose() 133 if(DBG) log("RuimRecords finalized"); in finalize() 138 log("setting0 mMncLength" + mMncLength); in resetRecords() 244 if (DBG) log("EF_PL=" + IccUtils.bytesToHexString(mEFpl)); in onRecordLoaded() 272 if (DBG) log("EF_LI=" + IccUtils.bytesToHexString(mEFli)); in onRecordLoaded() 286 if (DBG) log("CSIM_SPN=" + in onRecordLoaded() 328 if (DBG) log("Some corruption in SPN decoding = " + spn); in onRecordLoaded() 329 if (DBG) log("Using ENCODING_GSM_7BIT_ALPHABET scheme..."); in onRecordLoaded() 338 log("SPN encoding not supported"); in onRecordLoaded() [all …]
|
D | IsimUiccRecords.java | 91 if (DBG) log("IsimUiccRecords X ctor this=" + this); in IsimUiccRecords() 96 log("Disposing " + this); in dispose() 134 log("EVENT_AKA_AUTHENTICATE_DONE"); in handleMessage() 136 log("Exception ISIM AKA: " + ar.exception); in handleMessage() 140 log("ISIM AKA: auth_rsp = " + auth_rsp); in handleMessage() 142 log("Failed to parse ISIM AKA contents: " + e); in handleMessage() 182 if (DBG) log("fetchIsimRecords " + mRecordsToLoad + " requested: " + mRecordsRequested); in fetchIsimRecords() 206 if (DUMP_RECORDS) log("EF_IMPI=" + mIsimImpi); in onRecordLoaded() 216 if (DBG) log("EF_IMPU record count: " + impuList.size()); in onRecordLoaded() 221 if (DUMP_RECORDS) log("EF_IMPU[" + i + "]=" + impu); in onRecordLoaded() [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCallTracker.java | 84 if (DBG) log("onReceive : incoming call intent"); 94 if (DBG) log("onReceive : USSD"); 210 if (DBG) log("getImsService"); in getImsService() 237 if (DBG) log("dispose"); in dispose() 249 log("ImsPhoneCallTracker finalized"); in finalize() 293 if (DBG) log("dial clirMode=" + clirMode); in dial() 382 log("handleEcmTimer, unsupported action " + action); in handleEcmTimer() 440 if (DBG) log("acceptCall"); in acceptCall() 452 if (DBG) log("acceptCall: incoming..."); in acceptCall() 472 if (DBG) log("rejectCall"); in rejectCall() [all …]
|
/frameworks/base/core/java/android/hardware/camera2/utils/ |
D | CloseableLock.java | 114 log("close - already closed; ignoring"); in close() 145 log("close - completed"); in close() 177 log("acquire lock early aborted (already closed)"); in acquireLock() 197 log("acquire lock unblocked aborted (already closed)"); in acquireLock() 212 log("acquired lock (local own count = " + ownedLocks + ")"); in acquireLock() 245 log("acquire exclusive lock early aborted (already closed)"); in acquireExclusiveLock() 270 log("acquire exclusive lock unblocked aborted (already closed)"); in acquireExclusiveLock() 285 log("acquired exclusive lock (local own count = " + ownedLocks + ")"); in acquireExclusiveLock() 338 log("released lock (local lock count " + ownedLocks + ")"); in releaseLock() 342 private void log(String what) { in log() method in CloseableLock
|
/frameworks/opt/net/voip/src/java/com/android/server/sip/ |
D | SipService.java | 107 if (DBG) log("SipService: started!"); in SipService() 158 if (DBG) log("open3: incomingCallPendingIntent cannot be null; " in open3() 162 if (DBG) log("open3: " + localProfile.getUriString() + ": " in open3() 197 if (DBG) log("only creator or radio can close this profile"); in close() 217 if (DBG) log("only creator or radio can query on the profile"); in isOpened() 231 if (DBG) log("only creator or radio can query on the profile"); in isRegistered() 246 if (DBG) log("only creator can set listener on the profile"); in setRegistrationListener() 253 if (DBG) log("createSession: profile" + localProfile); in createSession() 258 if (DBG) log("createSession: mNetworkType==-1 ret=null"); in createSession() 325 if (DBG) log("notify: profile added: " + localProfile); in notifyProfileAdded() [all …]
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLDebugHelper.java | 79 public static GL wrap(GL gl, int configFlags, Writer log) { in wrap() argument 83 if ( log != null ) { in wrap() 86 gl = new GLLogWrapper(gl, log, logArgumentNames); in wrap() 100 public static EGL wrap(EGL egl, int configFlags, Writer log) { in wrap() argument 101 if (log != null) { in wrap() 102 egl = new EGLLogWrapper(egl, configFlags, log); in wrap()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/ |
D | DozeLog.java | 62 log("pickupPulse withinVibrationThreshold=" + withinVibrationThreshold); in tracePickupPulse() 70 log("pulseStart reason=" + pulseReasonToString(reason)); in tracePulseStart() 76 log("pulseFinish"); in tracePulseFinish() 81 log("notificationPulse instance=" + instance); in traceNotificationPulse() 104 log("init"); in traceDozing() 108 log("dozing " + dozing); in traceDozing() 114 log("fling expand=" + expand + " aboveThreshold=" + aboveThreshold + " thresholdNeeded=" in traceFling() 120 log("emergencyCall"); in traceEmergencyCall() 126 log("bouncer " + showing); in traceKeyguardBouncerChanged() 131 log("screenOn pulsing=" + sPulsing); in traceScreenOn() [all …]
|