/packages/apps/Dialer/java/com/android/voicemail/impl/ |
D | VvmLog.java | 35 public static void log(String tag, String log) { in log() method in VvmLog 36 PersistentLogger.logText(tag, log); in log() 46 public static void e(String tag, String log) { in e() argument 47 log(tag, log); in e() 48 LogUtil.e(tag, log); in e() 51 public static void e(String tag, String log, Throwable e) { in e() argument 52 log(tag, log + " " + e); in e() 53 LogUtil.e(tag, log, e); in e() 56 public static void w(String tag, String log) { in w() argument 57 log(tag, log); in w() [all …]
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/rtt/ |
D | RttMetricsTest.java | 76 WifiMetricsProto.WifiRttLog log; in testRecordRequest() local 79 log = mDut.consolidateProto(); in testRecordRequest() 80 checkMainStats("No requests", log, 0, 0, 0, 0); in testRecordRequest() 81 checkPeerStats("No requests: AP", log.rttToAp, 0, 0, 0, 0, 0, 0, 0, 0); in testRecordRequest() 82 checkPeerStats("No requests: Aware", log.rttToAware, 0, 0, 0, 0, 0, 0, 0, 0); in testRecordRequest() 112 log = mDut.consolidateProto(); in testRecordRequest() 113 checkMainStats("Sequence AP-only", log, 10, 0, 0, 0); in testRecordRequest() 115 checkPeerStats("Sequence AP-only: AP", log.rttToAp, 10, 41, 2, 2, 4, 0, 0, 5); in testRecordRequest() 118 log.rttToAp.histogramNumRequestsPerApp[0], 1, 10, 1); in testRecordRequest() 120 log.rttToAp.histogramNumRequestsPerApp[1], 10, 100, 1); in testRecordRequest() [all …]
|
/packages/services/Telephony/src/com/android/phone/vvm/ |
D | VvmLog.java | 35 public static void log(String tag, String log) { in log() argument 36 sLocalLog.log(tag + ": " + log); in log() 46 public static int e(String tag, String log) { in e() argument 47 log(tag, log); in e() 48 return Log.e(tag, log); in e() 51 public static int e(String tag, String log, Throwable e) { in e() argument 52 log(tag, log + " " + e); in e() 53 return Log.e(tag, log, e); in e() 56 public static int w(String tag, String log) { in w() argument 57 log(tag, log); in w() [all …]
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/ |
D | WifiAwareMetricsTest.java | 117 WifiMetricsProto.WifiAwareLog log; in testEnableDisableUsageMetrics() local 130 log = mDut.consolidateProto(); in testEnableDisableUsageMetrics() 131 collector.checkThat(countAllHistogramSamples(log.histogramAwareAvailableDurationMs), in testEnableDisableUsageMetrics() 133 validateProtoHistBucket("Duration[0] #1", log.histogramAwareAvailableDurationMs[0], 1, 2, in testEnableDisableUsageMetrics() 135 validateProtoHistBucket("Duration[1] #1", log.histogramAwareAvailableDurationMs[1], 5, 6, in testEnableDisableUsageMetrics() 137 collector.checkThat(log.availableTimeMs, equalTo(6L)); in testEnableDisableUsageMetrics() 144 log = mDut.consolidateProto(); in testEnableDisableUsageMetrics() 145 collector.checkThat(countAllHistogramSamples(log.histogramAwareAvailableDurationMs), in testEnableDisableUsageMetrics() 147 validateProtoHistBucket("Duration[0] #2", log.histogramAwareAvailableDurationMs[0], 1, 2, in testEnableDisableUsageMetrics() 149 validateProtoHistBucket("Duration[1] #2", log.histogramAwareAvailableDurationMs[1], 5, 6, in testEnableDisableUsageMetrics() [all …]
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/ |
D | BassClientStateMachine.java | 214 log("doQuit for device " + mDevice); in doQuit() 219 log("cleanup for device " + mDevice); in cleanup() 223 log("disconnect gatt"); in cleanup() 293 log("parseBaseData" + Arrays.toString(serviceData)); in parseBaseData() 300 log("auto triggered assist"); in parseBaseData() 324 log("parseScanRecord" + record); in parseScanRecord() 329 log("ParcelUUid = " + entry.getKey() + ", Value = " in parseScanRecord() 348 log("selectSource: ScanResult " + scanRes); in selectSource() 393 log("cancelActiveSync"); in cancelActiveSync() 400 log("calling unregisterSync"); in cancelActiveSync() [all …]
|
D | BaseData.java | 123 log("BaseInformation is Initialized"); in BaseInformation() 131 log("**BEGIN: Base Information**"); in print() 132 log("**Level: " + level + "***"); in print() 134 log("presentationDelay: " + Arrays.toString(presentationDelay)); in print() 137 log("codecId: " + Arrays.toString(codecId)); in print() 140 log("codecConfigLength: " + codecConfigLength); in print() 141 log("subGroupId: " + subGroupId); in print() 144 log("codecConfigInfo: " + Arrays.toString(codecConfigInfo)); in print() 147 log("metaDataLength: " + metaDataLength); in print() 149 log("metaData: " + Arrays.toString(metaData)); in print() [all …]
|
/packages/services/Telephony/tests/src/com/android/phone/tests/ |
D | CallDialTest.java | 52 log("onCreate: intent = " + intent); in onCreate() 71 log("onResume()..."); in onResume() 77 log("onPause()..."); in onPause() 85 log("onClick(View " + view + ", id " + id + ")..."); in onClick() 89 log("onClick: CALL..."); in onClick() 93 log("onClick: DIAL..."); in onClick() 97 log("onClick: ITelephony.call()..."); in onClick() 101 log("onClick: ITelephony.dial()..."); in onClick() 111 log("fireIntent(action = '" + action + "')..."); in fireIntent() 115 log("==> number: '" + number + "'"); in fireIntent() [all …]
|
/packages/providers/MediaProvider/ |
D | logging.sh | 7 adb shell setprop log.tag.MediaProvider VERBOSE 8 adb shell setprop log.tag.ModernMediaScanner VERBOSE 9 adb shell setprop log.tag.TranscodeHelper VERBOSE 10 adb shell setprop log.tag.FuseDaemon DEBUG 11 adb shell setprop log.tag.libfuse DEBUG 13 adb shell setprop log.tag.MediaProvider INFO 14 adb shell setprop log.tag.ModernMediaScanner INFO 15 adb shell setprop log.tag.FuseDaemon INFO 16 adb shell setprop log.tag.libfuse INFO 21 adb shell setprop log.tag.SQLiteQueryBuilder VERBOSE [all …]
|
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/ |
D | WifiAwareMetrics.java | 503 WifiMetricsProto.WifiAwareLog log = new WifiMetricsProto.WifiAwareLog(); in consolidateProto() local 506 log.histogramAwareAvailableDurationMs = histogramToProtoArray( in consolidateProto() 509 log.availableTimeMs = mAvailableTimeMs; in consolidateProto() 511 log.availableTimeMs += now - mLastEnableUsageInThisSampleWindowMs; in consolidateProto() 514 log.histogramAwareEnabledDurationMs = histogramToProtoArray( in consolidateProto() 517 log.enabledTimeMs = mEnabledTimeMs; in consolidateProto() 519 log.enabledTimeMs += now - mLastEnableAwareInThisSampleWindowMs; in consolidateProto() 522 log.numApps = mAttachDataByUid.size(); in consolidateProto() 523 log.numAppsUsingIdentityCallback = 0; in consolidateProto() 524 log.maxConcurrentAttachSessionsInApp = 0; in consolidateProto() [all …]
|
/packages/services/Telephony/src/com/android/phone/settings/ |
D | VoicemailSettingsActivity.java | 289 if (DBG) log("ACTION_ADD_VOICEMAIL Intent is thrown"); in onResume() 291 if (DBG) log("Voicemail data has more than one provider."); in onResume() 314 log("maybeHidePublicSettings: settings hidden by EXTRA_HIDE_PUBLIC_SETTINGS"); in maybeHidePublicSettings() 343 if (DBG) log("onPreferenceTreeClick: Voicemail Settings Preference is clicked."); in onPreferenceTreeClick() 358 if (DBG) log("Invoking cfg intent " + preference.getIntent().getPackage()); in onPreferenceTreeClick() 364 if (DBG) log("onPreferenceTreeClick(). No intent; use default behavior in xml."); in onPreferenceTreeClick() 384 if (DBG) log("onPreferenceChange: \"" + preference + "\" changed to \"" + objValue + "\""); in onPreferenceChange() 391 if (DBG) log("No change is made to the VM provider setting."); in onPreferenceChange() 408 if (DBG) log("Saved preferences found - switching to them"); in onPreferenceChange() 428 if (DBG) log("updating default for voicemail dialog"); in onGetDefaultNumber() [all …]
|
/packages/modules/Connectivity/nearby/tests/multidevices/clients/test_support/fastpair_provider/src/android/nearby/fastpair/provider/ |
D | FastPairSimulator.java | 248 mLogger.log("Pairing disabled by test app switch"); 255 mLogger.log("Intent received after simulator destroyed, ignoring"); 270 mLogger.log( 282 mLogger.log("No handshake, auto-accepting anyway."); 296 mLogger.log("passkeyEventCallback is not set!"); 321 mLogger.log("Bond state to %s changed to %d", device, bondState); 350 mLogger.log( 359 mLogger.log("Bluetooth adapter state=%s", state); 371 mLogger.log(new IllegalArgumentException(intent.toString()), 406 mLogger.log("Got value from passkey servlet: %s", base16().encode(value)); [all …]
|
/packages/modules/Bluetooth/system/blueberry/controllers/ |
D | android_bt_target_device.py | 118 self.log.info('The a2dp sink connection between %s and %s succeeded', 124 self.log.info('Activating the pairing mode of the android target device') 148 self.log = self.pri_ad.log 150 self.log.info( 164 self.log.info( 181 self.log.info('Answers the incoming phone call from hf phone %s for %s', 190 self.log.debug('Set voice call volume from %d to %d.' % 199 self.log.debug('Set voice call volume from %d to %d.' % 208 self.log.info('Factory resets Bluetooth on the android target device') 213 self.log.info('Getting Bluetooth mac address for AndroidBtTargetDevice.') [all …]
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
D | CellBroadcastAlertAudio.java | 165 if (DBG) log("onInit() TTS engine status: " + status); in onInit() 192 if (DBG) log("Setting TTS language to '" + locale + '\''); in setTtsLanguage() 195 if (DBG) log("TTS setLanguage() returned: " + result); in setTtsLanguage() 210 if (DBG) log("TTS completed. Stop CellBroadcastAlertAudio service"); in onUtteranceCompleted() 227 if (DBG) log("ALERT_SOUND_FINISHED"); in onCreate() 236 log("MessageEmpty = " + (mMessageBody == null) in onCreate() 249 if (DBG) log("ALERT_PAUSE_FINISHED"); in onCreate() 252 if (DBG) log("Speaking broadcast text: " + mMessageBody); in onCreate() 285 if (DBG) log("Call interrupted. Stop CellBroadcastAlertAudio service"); in onCreate() 297 if (DBG) log("onDestroy"); in onDestroy() [all …]
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothHeadsetClient.java | 763 if (VDBG) log("close()"); in close() 799 if (DBG) log("connect(" + device + ")"); in connect() 804 if (DBG) log(Log.getStackTraceString(new Throwable())); in connect() 830 if (DBG) log("disconnect(" + device + ")"); in disconnect() 835 if (DBG) log(Log.getStackTraceString(new Throwable())); in disconnect() 860 if (VDBG) log("getConnectedDevices()"); in getConnectedDevices() 865 if (DBG) log(Log.getStackTraceString(new Throwable())); in getConnectedDevices() 897 if (VDBG) log("getDevicesMatchingStates()"); in getDevicesMatchingConnectionStates() 902 if (DBG) log(Log.getStackTraceString(new Throwable())); in getDevicesMatchingConnectionStates() 933 if (VDBG) log("getConnectionState(" + device + ")"); in getConnectionState() [all …]
|
D | BluetoothHidHost.java | 267 if (VDBG) log("close()"); in close() 297 if (DBG) log("connect(" + device + ")"); in connect() 302 if (DBG) log(Log.getStackTraceString(new Throwable())); in connect() 343 if (DBG) log("disconnect(" + device + ")"); in disconnect() 348 if (DBG) log(Log.getStackTraceString(new Throwable())); in disconnect() 371 if (VDBG) log("getConnectedDevices()"); in getConnectedDevices() 376 if (DBG) log(Log.getStackTraceString(new Throwable())); in getConnectedDevices() 401 if (VDBG) log("getDevicesMatchingStates()"); in getDevicesMatchingConnectionStates() 406 if (DBG) log(Log.getStackTraceString(new Throwable())); in getDevicesMatchingConnectionStates() 432 if (VDBG) log("getState(" + device + ")"); in getConnectionState() [all …]
|
D | BluetoothHeadset.java | 410 if (DBG) log("connect(" + device + ")"); in connect() 415 if (DBG) log(Log.getStackTraceString(new Throwable())); in connect() 455 if (DBG) log("disconnect(" + device + ")"); in disconnect() 460 if (DBG) log(Log.getStackTraceString(new Throwable())); in disconnect() 480 if (VDBG) log("getConnectedDevices()"); in getConnectedDevices() 485 if (DBG) log(Log.getStackTraceString(new Throwable())); in getConnectedDevices() 508 if (VDBG) log("getDevicesMatchingStates()"); in getDevicesMatchingConnectionStates() 513 if (DBG) log(Log.getStackTraceString(new Throwable())); in getDevicesMatchingConnectionStates() 536 if (VDBG) log("getConnectionState(" + device + ")"); in getConnectionState() 541 if (DBG) log(Log.getStackTraceString(new Throwable())); in getConnectionState() [all …]
|
D | BluetoothLeBroadcastAssistant.java | 365 log("getConnectionState(" + sink + ")"); in getConnectionState() 371 if (DBG) log(Log.getStackTraceString(new Throwable())); in getConnectionState() 395 log("getDevicesMatchingConnectionStates()"); in getDevicesMatchingConnectionStates() 401 if (DBG) log(Log.getStackTraceString(new Throwable())); in getDevicesMatchingConnectionStates() 424 log("getConnectedDevices()"); in getConnectedDevices() 429 if (DBG) log(Log.getStackTraceString(new Throwable())); in getConnectedDevices() 461 log("setConnectionPolicy()"); in setConnectionPolicy() 467 if (DBG) log(Log.getStackTraceString(new Throwable())); in setConnectionPolicy() 499 log("getConnectionPolicy()"); in getConnectionPolicy() 505 if (DBG) log(Log.getStackTraceString(new Throwable())); in getConnectionPolicy() [all …]
|
D | BluetoothHearingAid.java | 189 if (DBG) log("connect(" + device + ")"); in connect() 194 if (DBG) log(Log.getStackTraceString(new Throwable())); in connect() 235 if (DBG) log("disconnect(" + device + ")"); in disconnect() 240 if (DBG) log(Log.getStackTraceString(new Throwable())); in disconnect() 260 if (VDBG) log("getConnectedDevices()"); in getConnectedDevices() 265 if (DBG) log(Log.getStackTraceString(new Throwable())); in getConnectedDevices() 289 if (VDBG) log("getDevicesMatchingStates()"); in getDevicesMatchingConnectionStates() 294 if (DBG) log(Log.getStackTraceString(new Throwable())); in getDevicesMatchingConnectionStates() 318 if (VDBG) log("getState(" + device + ")"); in getConnectionState() 323 if (DBG) log(Log.getStackTraceString(new Throwable())); in getConnectionState() [all …]
|
/packages/apps/KeyChain/tests/src/com/android/keychain/tests/ |
D | KeyChainTestActivity.java | 69 private void log(final String message) { in log() method in KeyChainTestActivity 99 log("Starting test..."); in onCreate() 114 log("KeyChain failed as expected with null argument."); in testKeyChainImproperUse() 125 log("KeyChain failed as expected with null argument."); in testKeyChainImproperUse() 136 log("KeyChain failed as expected with null argument."); in testKeyChainImproperUse() 147 log("KeyChain failed as expected on main thread."); in testKeyChainImproperUse() 163 log("Requesting install of server's CA..."); in testCaInstall() 178 log("Starting web server..."); in doInBackground() 180 log("Making https request to " + url); in doInBackground() 182 log("Tests succeeded."); in doInBackground() [all …]
|
/packages/modules/Bluetooth/system/blueberry/decorators/ |
D | fitbit_app_decorator.py | 45 self.ui_context.log.info('Installing Fitbit App...') 53 self.ui_context.log.info('Login Fitbit App with account=%s...', 81 log = FitbitCompanionAppLoggerAdapter(logging.getLogger(), 98 log.debug('Start the pair-pin subscription...') 103 log.warning('Fitbit device already subscribed on pubsub!') 107 log.info('Entering account page...') 110 log.info('Removed all paired device(s) before testing...') 113 log.info('Total %d device(s) being removed!', removed_count) 116 log.info('Pairing with %s...', fitbit_prod_name) 128 log.info('Accept pairing privacy requirement...') [all …]
|
/packages/modules/Connectivity/nearby/tests/multidevices/clients/test_support/fastpair_provider/src/android/nearby/fastpair/provider/bluetooth/ |
D | RfcommServer.java | 110 log("Start RfcommServer"); in startServer() 113 log("Server is not stopped, skip start request."); in startServer() 123 log("Restart RfcommServer"); in restartServer() 136 log("Create service record failed, stop server"); in startAccept() 154 log("IOException when accepting new connection"); in accept() 210 log( in listen() 258 log("Server is not in CONNECTED state, skip send request"); in send() 274 log( in send() 279 log( in send() 292 log("Stop RfcommServer"); in stop() [all …]
|
/packages/modules/NetworkStack/common/networkstackclient/src/android/net/ip/ |
D | IpClientManager.java | 58 private void log(String s, Throwable e) { in log() method in IpClientManager 73 log("Error completing PreDhcpAction", e); in completedPreDhcpAction() 89 log("Error confirming IpClient configuration", e); in confirmConfiguration() 105 log("Error notifying IpClient of packet filter read", e); in readPacketFilterComplete() 121 log("Error shutting down IpClient", e); in shutdown() 137 log("Error starting IpClient provisioning", e); in startProvisioning() 155 log("Error stopping IpClient", e); in stop() 174 log("Error setting IpClient TCP buffer sizes", e); in setTcpBufferSizes() 193 log("Error setting IpClient proxy", e); in setHttpProxy() 210 log("Error setting multicast filter", e); in setMulticastFilter() [all …]
|
/packages/services/Telephony/src/com/android/phone/ |
D | ImsProvisioningController.java | 249 log("unknown message " + msg); in handleMessage() 276 log(LOG_PREFIX, mSlotId, "ProvisioningCallbackManager create"); in ProvisioningCallbackManager() 280 log(LOG_PREFIX, mSlotId, "ProvisioningCallbackManager clear "); in clear() 292 log(LOG_PREFIX, mSlotId, "registration callback fail"); in registerCallback() 302 log(LOG_PREFIX, mSlotId, "subId is not changed "); in setSubId() 371 log(LOG_PREFIX, slotId, "created"); in MmTelFeatureListener() 386 log(LOG_PREFIX, mSlotId, "subId is not changed"); in setSubId() 395 log("destroy"); in destroy() 408 log(LOG_PREFIX, mSlotId, "connection ready"); in connectionReady() 417 log(LOG_PREFIX, mSlotId, "connection unavailable " + reason); in connectionUnavailable() [all …]
|
D | CallNotifier.java | 196 if (DBG) log("DISCONNECT"); in handleMessage() 203 if (DBG) log("Received PHONE_STATE_DISPLAYINFO event"); in handleMessage() 208 if (DBG) log("Received PHONE_STATE_SIGNALINFO event"); in handleMessage() 213 if (DBG) log("Received Display Info notification done event ..."); in handleMessage() 218 if (DBG) log("PHONE_ENHANCED_VP_ON..."); in handleMessage() 227 if (DBG) log("PHONE_ENHANCED_VP_OFF..."); in handleMessage() 236 if (DBG) log("PHONE_SUPP_SERVICE_FAILED..."); in handleMessage() 241 if (DBG) log("Received PHONE_TTY_MODE_RECEIVED event"); in handleMessage() 302 log("InCallTonePlayer.run(toneId = " + mToneId + ")..."); in run() 361 if (DBG) log("- InCallTonePlayer: start playing call tone=" + toneType); in run() [all …]
|
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/ |
D | TetheringDependencies.java | 58 public OffloadHardwareInterface getOffloadHardwareInterface(Handler h, SharedLog log) { in getOffloadHardwareInterface() argument 59 return new OffloadHardwareInterface(h, log); in getOffloadHardwareInterface() 67 @NonNull SharedLog log, @NonNull OffloadController.Dependencies deps) { in getOffloadController() argument 70 return new OffloadController(h, getOffloadHardwareInterface(h, log), in getOffloadController() 71 getContext().getContentResolver(), statsManager, log, deps); in getOffloadController() 79 SharedLog log, int what) { in getUpstreamNetworkMonitor() argument 80 return new UpstreamNetworkMonitor(ctx, target, log, what); in getUpstreamNetworkMonitor() 87 ArrayList<IpServer> notifyList, SharedLog log) { in getIPv6TetheringCoordinator() argument 88 return new IPv6TetheringCoordinator(notifyList, log); in getIPv6TetheringCoordinator() 99 public EntitlementManager getEntitlementManager(Context ctx, Handler h, SharedLog log, in getEntitlementManager() argument [all …]
|