/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/ |
D | Main.java | 63 Log log = new Log(); in main() local 68 if (!processArgs(log, args, osJarPath, osDestJar)) { in main() 69 log.error("Usage: layoutlib_create [-v] output.jar input.jar ..."); in main() 70 log.error("Usage: layoutlib_create [-v] [--list-deps|--missing-deps] input.jar ..."); in main() 75 System.exit(listDeps(osJarPath, log)); in main() 78 System.exit(createLayoutLib(osDestJar[0], osJarPath, log)); in main() 85 private static int createLayoutLib(String osDestJar, ArrayList<String> osJarPath, Log log) { in createLayoutLib() argument 86 log.info("Output: %1$s", osDestJar); in createLayoutLib() 88 log.info("Input : %1$s", path); in createLayoutLib() 94 AsmGenerator agen = new AsmGenerator(log, osDestJar, info); in createLayoutLib() [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | DcTracker.java | 294 if (DBG) log("screen on"); 300 if (DBG) log("screen off"); 306 if (DBG) log("Reconnect alarm. Previous state was " + mState); 309 if (DBG) log("Data stall alarm"); 312 if (DBG) log("Provisioning apn alarm"); 318 if (DBG) log("NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=" + mIsWifiConnected); 320 if (DBG) log("Wifi state changed"); 329 log("WIFI_STATE_CHANGED_ACTION: enabled=" + enabled 333 if (DBG) log("onReceive: Unknown action=" + action); 370 if (DBG) log("SubscriptionListener.onSubscriptionInfoChanged"); [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 | DcController.java | 93 log("E ctor"); in DcController() 98 log("X ctor"); in DcController() 121 log("dispose: call quiteNow()"); in dispose() 137 log("addActiveDcByCid dc.mCid < 0 dc=" + dc); in addActiveDcByCid() 145 log("removeActiveDcByCid removedDc=null dc=" + dc); in removeActiveDcByCid() 186 log("DccDefaultState: msg.what=EVENT_RIL_CONNECTED mRilVersion=" + in processMessage() 190 log("DccDefaultState: Unexpected exception on EVENT_RIL_CONNECTED"); in processMessage() 199 log("DccDefaultState: EVENT_DATA_STATE_CHANGED:" + in processMessage() 217 log("onDataStateChanged: mDcListAll=" + mDcListAll); in onDataStateChanged() 232 if (DBG) log("onDataStateChanged: add to retry dc=" + dc); in onDataStateChanged() [all …]
|
D | ApnContext.java | 146 log("setDataConnectionAc: old dcac=" + mDcAc + " new dcac=" + dcac in setDataConnectionAc() 185 if (DBG) log("getApnSetting: apnSetting=" + mApnSetting); in getApnSetting() 194 if (DBG) log("setApnSetting: apnSetting=" + apnSetting); in setApnSetting() 272 log("setState: " + s + ", previous state:" + mState); in setState() 308 log("set reason as " + reason + ",current state " + mState); in setReason() 356 log("set enabled as " + enabled + ", current state is " + mDataEnabled.get()); in setEnabled() 371 log("set mDependencyMet as " + met + " current state is " + mDependencyMet.get()); in setDependencyMet() 398 l.log(str); in requestLog() 403 public void incRefCount(LocalLog log) { in incRefCount() argument 405 if (mLocalLogs.contains(log)) { in incRefCount() [all …]
|
D | DataConnection.java | 244 if (DBG) dc.log("Made " + dc.getName()); in makeDataConnection() 249 log("dispose: call quiteNow()"); in dispose() 334 if (DBG) log("updateLinkProperty failed : " + result.setupResult); in updateLinkProperty() 347 log("updateLinkProperty old LP=" + result.oldLp); in updateLinkProperty() 348 log("updateLinkProperty new LP=" + result.newLp); in updateLinkProperty() 370 if (DBG) log("MTU set by call response to: " + lp.getMtu()); in checkSetMtu() 376 if (DBG) log("MTU set by APN to: " + apn.mtu); in checkSetMtu() 384 if (DBG) log("MTU set by config resource to: " + mtu); in checkSetMtu() 395 if (DBG) log("DataConnection created"); in DataConnection() 431 if (DBG) log("onConnect: carrier='" + mApnSetting.carrier in onConnect() [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | SIMRecords.java | 216 if (DBG) log("SIMRecords X ctor this=" + this); in SIMRecords() 234 if (DBG) log("Disposing SIMRecords this=" + this); in dispose() 246 if(DBG) log("finalized"); in finalize() 254 log("setting0 mMncLength" + mMncLength); in resetRecords() 268 log("SIMRecords: onRadioOffOrNotAvailable set 'gsm.sim.operator.numeric' to operator=null"); in resetRecords() 269 log("update icc_operator_numeric=" + null); in resetRecords() 352 if(DBG) log("Set MSISDN: " + mNewMsisdnTag + " " + /*mNewMsisdn*/ "xxxxxxx"); in setMsisdnNumber() 504 if(DBG) log(" VoiceMessageCount from SIM MWIS = " + countVoiceMessages); in getVoiceMessageCount() 516 if(DBG) log(" VoiceMessageCount from SIM CPHS = " + countVoiceMessages); in getVoiceMessageCount() 551 log("setVoiceCallForwardingFlag: enable=" + enable in setVoiceCallForwardingFlag() [all …]
|
D | IsimUiccRecords.java | 93 if (DBG) log("IsimUiccRecords X ctor this=" + this); in IsimUiccRecords() 98 log("Disposing " + this); in dispose() 136 log("EVENT_AKA_AUTHENTICATE_DONE"); in handleMessage() 138 log("Exception ISIM AKA: " + ar.exception); in handleMessage() 142 log("ISIM AKA: auth_rsp = " + auth_rsp); in handleMessage() 144 log("Failed to parse ISIM AKA contents: " + e); in handleMessage() 184 if (DBG) log("fetchIsimRecords " + mRecordsToLoad + " requested: " + mRecordsRequested); in fetchIsimRecords() 208 if (DUMP_RECORDS) log("EF_IMPI=" + mIsimImpi); in onRecordLoaded() 218 if (DBG) log("EF_IMPU record count: " + impuList.size()); in onRecordLoaded() 223 if (DUMP_RECORDS) log("EF_IMPU[" + i + "]=" + impu); in onRecordLoaded() [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() 245 if (DBG) log("EF_PL=" + IccUtils.bytesToHexString(mEFpl)); in onRecordLoaded() 273 if (DBG) log("EF_LI=" + IccUtils.bytesToHexString(mEFli)); in onRecordLoaded() 287 if (DBG) log("CSIM_SPN=" + in onRecordLoaded() 329 if (DBG) log("Some corruption in SPN decoding = " + spn); in onRecordLoaded() 330 if (DBG) log("Using ENCODING_GSM_7BIT_ALPHABET scheme..."); in onRecordLoaded() 339 log("SPN encoding not supported"); in onRecordLoaded() [all …]
|
D | UiccPkcs15.java | 77 log("Creating FileHandler, pkcs15Path: " + pkcs15Path); in FileHandler() 82 log("loadFile: " + fileId); in loadFile() 95 log("EF based"); in selectFile() 104 log("EF based"); in readBinary() 110 log("handleMessage: " + msg.what); in handleMessage() 113 log("Error: " + ar.exception); in handleMessage() 128 log("IccIoResult: " + response + " payload: " + result); in handleMessage() 135 log("Unknown event" + msg.what); in handleMessage() 153 log("handleMessage: " + msg.what); in handleMessage() 161 log("mChannelId: " + mChannelId); in handleMessage() [all …]
|
/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/sip/ |
D | SipConnectionBase.java | 55 if (DBG) log("SipConnectionBase: ctor dialString=" + SipPhone.hidePii(dialString)); in SipConnectionBase() 62 if (DBG) log("setState: state=" + state); in setState() 85 if (VDBG) log("getCreateTime: ret=" + mCreateTime); in getCreateTime() 91 if (VDBG) log("getConnectTime: ret=" + mConnectTime); in getConnectTime() 97 if (VDBG) log("getDisconnectTime: ret=" + mDisconnectTime); in getDisconnectTime() 111 if (VDBG) log("getDurationMillis: ret=" + dur); in getDurationMillis() 124 if (VDBG) log("getHoldDurationMillis: ret=" + dur); in getHoldDurationMillis() 129 if (DBG) log("setDisconnectCause: prev=" + mCause + " new=" + cause); in setDisconnectCause() 140 if (DBG) log("proceedAfterWaitChar: ignore"); in proceedAfterWaitChar() 145 if (DBG) log("proceedAfterWildChar: ignore"); in proceedAfterWildChar() [all …]
|
D | SipPhone.java | 73 if (DBG) log("new SipPhone: " + hidePii(profile.getUriString())); in SipPhone() 103 if (DBG) log("takeIncomingCall: ret=null, not a SipAudioCall"); in takeIncomingCall() 107 if (DBG) log("takeIncomingCall: ret=null, ringingCall not alive"); in takeIncomingCall() 116 log("takeIncomingCall: ret=null," + " foreground and background both alive"); in takeIncomingCall() 123 if (DBG) log("takeIncomingCall: taking call from: " in takeIncomingCall() 132 if (DBG) log(" takeIncomingCall: call cancelled !!"); in takeIncomingCall() 142 if (DBG) log(" takeIncomingCall: exception e=" + e); in takeIncomingCall() 145 if (DBG) log("takeIncomingCall: NOT taking !!"); in takeIncomingCall() 155 if (DBG) log("acceptCall: accepting"); in acceptCall() 161 log("acceptCall:" + in acceptCall() [all …]
|
/frameworks/base/libs/hwui/ |
D | Caches.cpp | 163 void Caches::dumpMemoryUsage(String8 &log) { in dumpMemoryUsage() argument 165 log.appendFormat("Current memory usage / total memory usage (bytes):\n"); in dumpMemoryUsage() 166 log.appendFormat(" TextureCache %8d / %8d\n", in dumpMemoryUsage() 168 log.appendFormat(" LayerCache %8d / %8d (numLayers = %zu)\n", in dumpMemoryUsage() 175 … log.appendFormat(" Layer size %dx%d; isTextureLayer()=%d; texid=%u fbo=%u; refs=%d\n", in dumpMemoryUsage() 181 log.appendFormat(" Layers total %8d (numLayers = %zu)\n", in dumpMemoryUsage() 185 log.appendFormat(" RenderBufferCache %8d / %8d\n", in dumpMemoryUsage() 187 log.appendFormat(" GradientCache %8d / %8d\n", in dumpMemoryUsage() 189 log.appendFormat(" PathCache %8d / %8d\n", in dumpMemoryUsage() 191 log.appendFormat(" TessellationCache %8d / %8d\n", in dumpMemoryUsage() [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | RetryManager.java | 242 if (DBG) log("configure: '" + configStr + "'"); in configure() 248 if (VDBG) log("configure: not empty"); in configure() 252 if (VDBG) log("configure: strArray[" + i + "]='" + strArray[i] + "'"); in configure() 256 if (VDBG) log("configure: splitStr[0]='" + splitStr[0] + "'"); in configure() 259 if (VDBG) log("configure: splitStr[1]='" + splitStr[1] + "'"); in configure() 292 if (VDBG) log("configure: splitStr[1]='" + splitStr[1] + "'"); in configure() 304 if (VDBG) log("configure: setting mMaxRetryCount=" + mMaxRetryCount); in configure() 307 log("configure: cleared"); in configure() 310 if (VDBG) log("configure: true"); in configure() 352 log("Failed to read configuration! Use the hardcoded default value."); in configureRetry() [all …]
|
D | CallTracker.java | 98 log("getHoConnection - compare number: hoConn= " + hoConn.toString()); in getHoConnection() 100 log("getHoConnection: Handover connection match found = " + hoConn.toString()); in getHoConnection() 105 log("getHoConnection: compare state hoConn= " + hoConn.toString()); in getHoConnection() 107 log("getHoConnection: Handover connection match found = " + hoConn.toString()); in getHoConnection() 123 log("notifySrvccState: mHandoverConnections= " + mHandoverConnections.toString()); in notifySrvccState() 151 if (DBG_POLL) log("checkNoOperationsPending: pendingOperations=" + in checkNoOperationsPending() 180 log("checkForTestEmergencyNumber: dialString=" + dialString + in checkForTestEmergencyNumber() 185 log("checkForTestEmergencyNumber: values.length=" + values.length); in checkForTestEmergencyNumber() 193 log("checkForTestEmergencyNumber: remap " + in checkForTestEmergencyNumber() 208 log("convertNumberIfNecessary Roaming" in convertNumberIfNecessary() [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCallTracker.java | 101 if (DBG) log("onReceive : incoming call intent"); 111 if (DBG) log("onReceive : USSD"); 122 log("onReceive : isUnknown = " + isUnknown + 162 log("onReceive : Updating mAllowEmergencyVideoCalls = " + 255 if (DBG) log("getImsService"); in getImsService() 284 if (DBG) log("dispose"); in dispose() 296 log("ImsPhoneCallTracker finalized"); in finalize() 340 if (DBG) log("dial clirMode=" + clirMode); in dial() 466 log("handleEcmTimer, unsupported action " + action); in handleEcmTimer() 541 if (DBG) log("acceptCall"); in acceptCall() [all …]
|
/frameworks/opt/net/voip/src/java/com/android/server/sip/ |
D | SipService.java | 113 if (DBG) log("SipService: started!"); in SipService() 169 if (DBG) log("open3: incomingCallPendingIntent cannot be null; " in open3() 173 if (DBG) log("open3: " + obfuscateSipUri(localProfile.getUriString()) + ": " in open3() 209 if (DBG) log("only creator or radio can close this profile"); in close() 230 if (DBG) log("only creator or radio can query on the profile"); in isOpened() 245 if (DBG) log("only creator or radio can query on the profile"); in isRegistered() 261 if (DBG) log("only creator can set listener on the profile"); in setRegistrationListener() 268 if (DBG) log("createSession: profile" + localProfile); in createSession() 274 if (DBG) log("createSession: mNetworkType==-1 ret=null"); in createSession() 342 if (DBG) log("notify: profile added: " + localProfile); in notifyProfileAdded() [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/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() 102 log("init"); in init() 112 log("dozing " + dozing); in traceDozing() 118 log("fling expand=" + expand + " aboveThreshold=" + aboveThreshold + " thresholdNeeded=" in traceFling() 124 log("emergencyCall"); in traceEmergencyCall() 130 log("bouncer " + showing); in traceKeyguardBouncerChanged() 135 log("screenOn pulsing=" + sPulsing); in traceScreenOn() [all …]
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothMap.java | 158 if (VDBG) log("getState()"); in getState() 165 if (DBG) log(Log.getStackTraceString(new Throwable())); in getState() 177 if (VDBG) log("getClient()"); in getClient() 184 if (DBG) log(Log.getStackTraceString(new Throwable())); in getClient() 195 if (VDBG) log("isConnected(" + device + ")"); in isConnected() 202 if (DBG) log(Log.getStackTraceString(new Throwable())); in isConnected() 212 if (DBG) log("connect(" + device + ")" + "not supported for MAPS"); in connect() 224 if (DBG) log("disconnect(" + device + ")"); in disconnect() 264 if (DBG) log("getConnectedDevices()"); in getConnectedDevices() 283 if (DBG) log("getDevicesMatchingStates()"); in getDevicesMatchingConnectionStates() [all …]
|
D | BluetoothSap.java | 197 if (VDBG) log("getState()"); in getState() 204 if (DBG) log(Log.getStackTraceString(new Throwable())); in getState() 217 if (VDBG) log("getClient()"); in getClient() 224 if (DBG) log(Log.getStackTraceString(new Throwable())); in getClient() 236 if (VDBG) log("isConnected(" + device + ")"); in isConnected() 243 if (DBG) log(Log.getStackTraceString(new Throwable())); in isConnected() 254 if (DBG) log("connect(" + device + ")" + "not supported for SAPS"); in connect() 267 if (DBG) log("disconnect(" + device + ")"); in disconnect() 288 if (DBG) log("getConnectedDevices()"); in getConnectedDevices() 308 if (DBG) log("getDevicesMatchingStates()"); in getDevicesMatchingConnectionStates() [all …]
|
/frameworks/base/core/tests/coretests/src/android/util/ |
D | LruCacheTest.java | 170 List<String> log = new ArrayList<String>(); in testEntryEvictedWhenFull() local 171 LruCache<String, String> cache = newRemovalLogCache(log); in testEntryEvictedWhenFull() 176 assertEquals(Collections.<String>emptyList(), log); in testEntryEvictedWhenFull() local 179 assertEquals(Arrays.asList("a=A"), log); in testEntryEvictedWhenFull() 187 List<String> log = new ArrayList<String>(); in testPutCauseEviction() local 188 LruCache<String, String> cache = newRemovalLogCache(log); in testPutCauseEviction() 194 assertEquals(Arrays.asList("b=B>B2"), log); in testPutCauseEviction() 302 List<String> log = new ArrayList<String>(); in testEvictAll() local 303 LruCache<String, String> cache = newRemovalLogCache(log); in testEvictAll() 309 assertEquals(Arrays.asList("a=A", "b=B", "c=C"), log); in testEvictAll() [all …]
|
/frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/ |
D | SinkActivity.java | 113 mLogger.log("Waiting for accessory display source to be attached to USB..."); in onCreate() 146 mLogger.log("USB device attached: " + device); in onDeviceAttached() 153 mLogger.log("USB device detached: " + device); in onDeviceDetached() 166 mLogger.log("Prompting the user for access to the device."); in connect() 190 mLogger.log("Connecting to accessory..."); in connect() 197 mLogger.log("Protocol version: " + protocolVersion); in connect() 206 mLogger.log(String.format("Bulk IN endpoint: %d", i)); in connect() 211 mLogger.log(String.format("Bulk OUT endpoint: %d", i)); in connect() 221 mLogger.log("Connected"); in connect() 238 mLogger.log("Attempting to switch device to accessory mode..."); in connect() [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()
|