/packages/apps/DevCamera/src/com/android/devcamera/ |
D | CameraDeviceReport.java | 39 private static final String TAG = "DevCamera_INFO"; field in CameraDeviceReport 55 Log.v(TAG, "Number of cameras:" + cameralist.length); in printCameraSystemInfo() 57 Log.e(TAG, "Could not get camera ID list: "+e); in printCameraSystemInfo() 72 Log.v(TAG, "============= CAMERA " + id + " INFO ============="); in printCameraInfo() 78 Log.e(TAG, "Could not get getCameraCharacteristics"); in printCameraInfo() 86 Log.v(TAG, "SENSOR_INFO_ACTIVE_ARRAY_SIZE: " in printCameraInfo() 89 Log.v(TAG, "SENSOR_INFO_ACTIVE_ARRAY_SIZE: null"); in printCameraInfo() 93 Log.v(TAG, "SENSOR_INFO_PIXEL_ARRAY_SIZE: " + size2.getWidth() + "x" + size2.getHeight()); in printCameraInfo() 96 Log.v(TAG, "SENSOR_INFO_PHYSICAL_SIZE: " + size3.getWidth() + "x" + size3.getHeight()); in printCameraInfo() 100 Log.v(TAG, "SENSOR_ORIENTATION: " + sensorOrientation); in printCameraInfo() [all …]
|
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/ |
D | A2dpReceiver.java | 44 public static final String TAG = "A2DPPOWER"; field in A2dpReceiver 70 Log.d(TAG, "mBluetoothA2dpReceiver.onReceive() intent=" + intent); 87 Log.d(TAG, "BluetoothA2dpServiceListener.onServiceConnected"); 93 Log.d(TAG, "BluetoothA2dpServiceListener.onServiceDisconnected"); 111 Log.e(TAG, "BluetoothAdapter is Null"); in A2dpReceiver() 115 Log.d(TAG, "BluetoothAdapter is NOT enabled, enable now"); in A2dpReceiver() 118 Log.e(TAG, "Can't enable Bluetooth"); in A2dpReceiver() 129 Log.d(TAG, "After getProfileProxy()"); in A2dpReceiver() 135 Log.d(TAG, "A2dpReceiver()"); in A2dpReceiver() 143 Log.d(TAG, "Start initialize()"); in initialize() [all …]
|
D | BleScanReceiver.java | 42 public static final String TAG = "BLEPOWER"; field in BleScanReceiver 61 Log.e(TAG, "Bluetooth scan result: " + result.toString()); 66 Log.e(TAG, "Scan Failed: " + errorCode); 90 Log.d(TAG, "Start BleScanListener()"); in BleScanListener() 94 Log.e(TAG, "BluetoothAdapter is Null"); in BleScanListener() 98 Log.d(TAG, "BluetoothAdapter is NOT enabled, enable now"); in BleScanListener() 101 Log.e(TAG, "Can't enable Bluetooth"); in BleScanListener() 117 Log.d(TAG, "End BleScanListener()"); in BleScanListener() 133 Log.d(TAG, "First Alarm for scan mode: " + scanMode); in firstAlarm() 164 Log.d(TAG, "repeatAlarm() currentAlarm: " + currentAlarm); in repeatAlarm() [all …]
|
D | GattClientListener.java | 49 public static final String TAG = "GATTC"; field in GattClientListener 75 Log.d(TAG, "Start GattClientListener()"); in GattClientListener() 81 Log.e(TAG, "BluetoothAdapter is Null"); in GattClientListener() 85 Log.d(TAG, "BluetoothAdapter is NOT enabled, enable now"); in GattClientListener() 88 Log.e(TAG, "Can't enable Bluetooth"); in GattClientListener() 99 Log.d(TAG, "End GattClientListener"); in GattClientListener() 125 Log.d(TAG, "Current Cycle Num: " + currentAlarm); in startAlarm() 127 Log.d(TAG, "All alarms are done"); in startAlarm() 150 Log.d(TAG, "onReceiver: " + intent.getAction()); in onReceive() 157 Log.e(TAG, "Remote device Mac Address is not set"); in onReceive() [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapObexServer.java | 51 private static final String TAG = "BluetoothMapObexServer"; field in BluetoothMapObexServer 144 Log.d(TAG, "BluetoothMapObexServer(): accountId=" + mAccountId); in BluetoothMapObexServer() 148 Log.d(TAG, "BluetoothMapObexServer(): baseUri=" + mBaseUriString); in BluetoothMapObexServer() 154 Log.d(TAG, "BluetoothMapObexServer(): mEmailFolderUri=" + mEmailFolderUri); in BluetoothMapObexServer() 219 Log.d(TAG, "buildFolderStructure(): " + mEmailFolderUri.toString()); in buildFolderStructure() 301 Log.d(TAG, "addEmailFolders(): no elements found"); in addEmailFolders() 323 Log.d(TAG, "setRemoteFeatureMask() " + Integer.toHexString(mRemoteFeatureMask)); in setRemoteFeatureMask() 331 if (V) Log.d(TAG," setRemoteFeatureMask mMessageVersion :" + mMessageVersion); in setRemoteFeatureMask() 337 Log.d(TAG, "onConnect():"); in onConnect() 354 Log.d(TAG, "onConnect(): uuid=" + Arrays.toString(uuid)); in onConnect() [all …]
|
D | BluetoothMapService.java | 63 private static final String TAG = "BluetoothMapService"; field in BluetoothMapService 163 Log.d(TAG, "closeService() in"); in closeService() 182 Log.v(TAG, "CloseService(): Release Wake Lock"); in closeService() 199 Log.i(TAG, "Quit looper"); in closeService() 205 Log.v(TAG, "MAP Service closeService out"); in closeService() 222 Log.w(TAG, "startSocketListeners(): Invalid MasId: " + masId); in startSocketListeners() 232 Log.d(TAG, "Map Service START ObexServerSessions()"); in startObexServerSessions() 243 Log.v(TAG, "startObexSessions(): Acquire Wake Lock"); in startObexServerSessions() 259 Log.w(TAG, "IOException occured while starting an obexServerSession restarting" in startObexServerSessions() 263 Log.w(TAG, "RemoteException occured while starting an obexServerSession restarting" in startObexServerSessions() [all …]
|
D | BluetoothMnsObexClient.java | 48 private static final String TAG = "BluetoothMnsObexClient"; field in BluetoothMnsObexClient 127 Log.v(TAG, "Reg masId: " + msg.arg1 + " notfStatus: " + msg.arg2); in handleMessage() 134 Log.d(TAG, "MNS SDP info not available yet - Cannot Connect."); in handleMessage() 151 Log.v(TAG, "SearchReg masId: " + msg.arg1 + " notfStatus: " + msg.arg2); in handleMessage() 174 Log.d(TAG, "OBEX session disconnected"); in disconnect() 178 Log.w(TAG, "OBEX session disconnect error " + e.getMessage()); in disconnect() 183 Log.d(TAG, "OBEX session close mClientSession"); in disconnect() 188 Log.d(TAG, "OBEX session closed"); in disconnect() 192 Log.w(TAG, "OBEX session close error:" + e.getMessage()); in disconnect() 197 Log.d(TAG, "Close Obex Transport"); in disconnect() [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppTransfer.java | 66 private static final String TAG = "BtOppTransfer"; field in BluetoothOppTransfer 109 Log.d(TAG, " Action :" + action); in onReceive() 114 Log.e(TAG, "device : " + device + " mBatch :" + mBatch + " mCurrentShare :" in onReceive() 120 Log.v(TAG, "Device :" + device + "- OPP device: " + mBatch.mDestination in onReceive() 126 Log.v(TAG, "ACTION_ACL_DISCONNECTED to be processed for batch: " in onReceive() 141 Log.d(TAG, "Received UUID: " + uuid.toString()); in onReceive() 142 Log.d(TAG, "expected UUID: " + BluetoothUuid.OBEX_OBJECT_PUSH.toString()); in onReceive() 146 Log.d(TAG, " -> status: " + status); in onReceive() 150 Log.w(TAG, "OPP SDP search, target device is null, ignoring result"); in onReceive() 154 Log.w(TAG, " OPP SDP search for wrong device, ignoring!!"); in onReceive() [all …]
|
D | BluetoothOppService.java | 98 Log.v(TAG, "ContentObserver received notification"); in onChange() 104 private static final String TAG = "BtOppService"; field in BluetoothOppService 195 Log.v(TAG, "onCreate"); in create() 214 Log.w(TAG, "Local BT device is not enabled"); in create() 222 Log.w(TAG, "BluetoothOppPreference.getInstance returned null."); in create() 230 Log.v(TAG, "start()"); in start() 245 Log.w(TAG, "stop() called before start()"); in stop() 257 Log.v(TAG, "Starting RfcommListener"); in startListener() 288 Log.w(TAG, "getBluetoothOppService(): service is null"); in getBluetoothOppService() 292 Log.w(TAG, "getBluetoothOppService(): service is not available"); in getBluetoothOppService() [all …]
|
D | BluetoothOppObexClientSession.java | 65 private static final String TAG = "BtOppObexClient"; field in BluetoothOppObexClientSession 94 Log.d(TAG, "Start!"); in start() 104 Log.d(TAG, "Stop!"); in stop() 111 Log.v(TAG, "waiting for thread to terminate"); in stop() 117 Log.v(TAG, "Interrupted waiting for thread to join"); in stop() 172 mWakeLock = pm.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, TAG); in ClientThread() 186 Log.v(TAG, "acquire partial WakeLock"); in run() 194 Log.v(TAG, "Client thread was interrupted (1), exiting"); in run() 209 Log.d(TAG, "Client thread waiting for next share, sleep for " in run() 222 Log.v(TAG, "release partial WakeLock"); in run() [all …]
|
D | BluetoothOppObexServerSession.java | 70 private static final String TAG = "BtOppObexServer"; field in BluetoothOppObexServerSession 113 mPartialWakeLock = pm.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, TAG); in BluetoothOppObexServerSession() 129 Log.d(TAG, "Create ServerSession with transport " + mTransport.toString()); in preStart() 133 Log.e(TAG, "Create server session error" + e); in preStart() 143 Log.d(TAG, "Start!"); in start() 160 Log.d(TAG, "Stop!"); in stop() 168 Log.e(TAG, "close mTransport error" + e); in stop() 178 Log.d(TAG, "addShare for id " + info.mId); in addShare() 187 Log.d(TAG, "onPut " + op.toString()); in onPut() 216 Log.e(TAG, "onPut: getReceivedHeaders error " + e); in onPut() [all …]
|
/packages/services/Car/service/src/com/android/car/trust/ |
D | BleManager.java | 53 private static final String TAG = BleManager.class.getSimpleName(); field in BleManager 100 if (Log.isLoggable(TAG, Log.DEBUG)) { in startAdvertising() 101 Log.d(TAG, "startAdvertising: " + service.getUuid().toString()); in startAdvertising() 104 Log.e(TAG, "System does not support BLE"); in startAdvertising() 120 if (Log.isLoggable(TAG, Log.DEBUG)) { in openGattServer() 121 Log.d(TAG, "Gatt Server created, retry count: " + mGattServerRetryStartCount); in openGattServer() 138 Log.e(TAG, "Gatt server not created - exceeded retry limit."); in openGattServer() 149 if (Log.isLoggable(TAG, Log.DEBUG)) { in startAdvertisingInternally() 150 Log.d(TAG, "Advertiser created, retry count: " + mAdvertiserStartCount); in startAdvertisingInternally() 160 Log.e(TAG, "Cannot start BLE Advertisement. BT Adapter: " in startAdvertisingInternally() [all …]
|
D | CarBleTrustAgent.java | 53 private static final String TAG = CarBleTrustAgent.class.getSimpleName(); field in CarBleTrustAgent 61 if (Log.isLoggable(TAG, Log.DEBUG)) { in onCreate() 62 Log.d(TAG, "onCreate()"); in onCreate() 74 Log.e(TAG, "Cannot retrieve the Trusted device Service"); in onCreate() 87 if (Log.isLoggable(TAG, Log.DEBUG)) { in onDestroy() 88 Log.d(TAG, "Car Trust agent shutting down"); in onDestroy() 101 if (Log.isLoggable(TAG, Log.DEBUG)) { in onDeviceLocked() 102 Log.d(TAG, "onDeviceLocked Current user: " + uid); in onDeviceLocked() 108 if (Log.isLoggable(TAG, Log.DEBUG)) { in onDeviceLocked() 109 Log.d(TAG, "Not starting Unlock Advertising yet, since current user: " in onDeviceLocked() [all …]
|
D | CarTrustAgentEnrollmentService.java | 85 private static final String TAG = "CarTrustAgentEnroll"; field in CarTrustAgentEnrollmentService 182 Log.e(TAG, "Trusted Device Enrollment disabled"); in startEnrollmentAdvertising() 221 Log.wtf(TAG, in enrollmentHandshakeAccepted() 317 Log.wtf(TAG, in setTrustedDeviceEnrollmentEnabled() 382 Log.e(TAG, "Cannot link death recipient to binder ", e); in registerEnrollmentCallback() 397 if (Log.isLoggable(TAG, Log.DEBUG)) { in onEscrowTokenAdded() 398 Log.d(TAG, "onEscrowTokenAdded handle:" + handle + " uid:" + uid); in onEscrowTokenAdded() 402 Log.e(TAG, "onEscrowTokenAdded() but no remote device connected!"); in onEscrowTokenAdded() 413 Log.e(TAG, "onEscrowTokenAdded dispatch failed", e); in onEscrowTokenAdded() 422 if (Log.isLoggable(TAG, Log.DEBUG)) { in onEscrowTokenRemoved() [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/ |
D | SapService.java | 45 private static final String TAG = "SapService"; field in SapService 123 Log.d(TAG, "Removing SDP record handle: " + mSdpHandle); in removeSdpRecord() 132 Log.v(TAG, "Sap Service startRfcommSocketListener"); in startRfcommSocketListener() 146 Log.v(TAG, "Sap Service initSocket"); in initSocket() 165 Log.e(TAG, "Error create RfcommServerSocket ", e); in initSocket() 177 Log.w(TAG, "initServerSocket failed as BT is (being) turned off"); in initSocket() 182 Log.v(TAG, "wait 300 ms"); in initSocket() 186 Log.e(TAG, "socketAcceptThread thread was interrupted (3)", e); in initSocket() 195 Log.v(TAG, "Succeed to create listening socket "); in initSocket() 199 Log.e(TAG, "Error to create listening socket after " + CREATE_RETRY_TIME + " try"); in initSocket() [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapObexServer.java | 63 private static final String TAG = "BluetoothPbapObexServer"; field in BluetoothPbapObexServer 238 Log.d(TAG, "onConnect(): uuid=" + Arrays.toString(uuid)); in onConnect() 242 Log.w(TAG, "Wrong UUID length"); in onConnect() 247 Log.w(TAG, "Wrong UUID"); in onConnect() 253 Log.e(TAG, e.toString()); in onConnect() 261 Log.d(TAG, "onConnect(): remote=" + Arrays.toString(remote)); in onConnect() 266 Log.e(TAG, e.toString()); in onConnect() 278 Log.e(TAG, e.toString()); in onConnect() 283 Log.v(TAG, "onConnect(): uuid is ok, will send out " + "MSG_SESSION_ESTABLISHED msg."); in onConnect() 292 Log.d(TAG, "onDisconnect(): enter"); in onDisconnect() [all …]
|
D | BluetoothPbapVcardManager.java | 71 private static final String TAG = "BluetoothPbapVcardManager"; field in BluetoothPbapVcardManager 163 Log.v(TAG, "getPhonebookSize size = " + size + " type = " + type); in getPhonebookSize() 179 Log.e(TAG, "CursorWindowAllocationException while getting Contacts size"); in getContactsSize() 200 Log.e(TAG, "CursorWindowAllocationException while getting CallHistory size"); in getCallHistorySize() 243 Log.e(TAG, "CursorWindowAllocationException while loading CallHistory"); in loadCallHistoryList() 280 Log.e(TAG, "CursorWindowAllocationException while getting phonebook name list"); in getPhonebookNameList() 282 Log.e(TAG, "Exception while getting phonebook name list", e); in getPhonebookNameList() 350 Log.e(TAG, "Failed to read a contact. Error reason: " in getSelectedPhonebookNameList() 354 Log.i(TAG, "Contact may have been deleted during operation"); in getSelectedPhonebookNameList() 358 Log.v(TAG, "Checking selected bits in the vcard composer" + vcard); in getSelectedPhonebookNameList() [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
D | HeadsetService.java | 91 private static final String TAG = "HeadsetService"; field in HeadsetService 133 Log.i(TAG, "create()"); in create() 142 Log.i(TAG, "start()"); in start() 183 Log.i(TAG, "stop()"); in stop() 185 Log.w(TAG, "stop() called before start()"); in stop() 240 Log.i(TAG, "cleanup"); in cleanup() 242 Log.w(TAG, "cleanup() called before create()"); in cleanup() 336 Log.w(TAG, "mHeadsetReceiver, action is null"); 344 Log.e(TAG, "Bad Battery Changed intent: batteryLevel=" + batteryLevel 371 Log.wtf(TAG, "Cannot find state machine for " + device); [all …]
|
/packages/apps/Nfc/tests/src/com/android/nfc/snep/ |
D | SnepValidationClientTests.java | 36 private static final String TAG = "nfcTest"; field in SnepValidationClientTests 43 Log.d(TAG, "Waiting for service to restart..."); in setUp() 48 Log.d(TAG, "Running test."); in setUp() 55 Log.d(TAG, "Connecting to service " + SERVICE_NAME + "..."); in testNonFragmented() 57 Log.d(TAG, "Putting ndef message..."); in testNonFragmented() 60 Log.d(TAG, "Getting ndef message..."); in testNonFragmented() 64 Log.d(TAG, "Done. Checking " + msgBytes.length + " bytes."); in testNonFragmented() 68 Log.d(TAG, "Closing client."); in testNonFragmented() 71 Log.d(TAG, "Test failed.", e); in testNonFragmented() 80 Log.d(TAG, "Connecting to service " + SERVICE_NAME + "..."); in testFragmented() [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/ |
D | A2dpStateMachine.java | 72 private static final String TAG = "A2dpStateMachine"; field in A2dpStateMachine 101 super(TAG, looper); in A2dpStateMachine() 123 Log.i(TAG, "make for device " + device); in make() 151 Log.i(TAG, "Enter Disconnected(" + mDevice + "): " + (currentMessage == null ? "null" in enter() 161 Log.i(TAG, "Disconnected: stopped playing: " + mDevice); in enter() 184 Log.i(TAG, "Connecting to " + mDevice); in processMessage() 186 Log.e(TAG, "Disconnected: error connecting to " + mDevice); in processMessage() 193 Log.w(TAG, "Outgoing A2DP Connecting request rejected: " + mDevice); in processMessage() 197 Log.w(TAG, "Disconnected: DISCONNECT ignored: " + mDevice); in processMessage() 203 Log.wtf(TAG, "Device(" + mDevice + "): event mismatch: " + event); in processMessage() [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/ |
D | HearingAidStateMachine.java | 68 private static final String TAG = "HearingAidStateMachine"; field in HearingAidStateMachine 94 super(TAG, looper); in HearingAidStateMachine() 114 Log.i(TAG, "make for device " + device); in make() 134 Log.i(TAG, "Enter Disconnected(" + mDevice + "): " + messageWhatToString( in enter() 163 Log.e(TAG, "Disconnected: error connecting to " + mDevice); in processMessage() 170 Log.w(TAG, "Outgoing HearingAid Connecting request rejected: " + mDevice); in processMessage() 174 Log.d(TAG, "Disconnected: DISCONNECT: call native disconnect for " + mDevice); in processMessage() 180 Log.d(TAG, "Disconnected: stack event: " + event); in processMessage() 183 Log.wtf(TAG, "Device(" + mDevice + "): event mismatch: " + event); in processMessage() 190 Log.e(TAG, "Disconnected: ignoring stack event: " + event); in processMessage() [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/ |
D | NativeInterface.java | 35 private static final String TAG = "NativeInterface"; field in NativeInterface 318 Log.d(TAG, "Device addr " + event.device.getAddress() + " State " + state); in onConnectionStateChanged() 324 Log.w(TAG, "Ignoring message because service not available: " + event); in onConnectionStateChanged() 333 Log.d(TAG, "onAudioStateChanged: address " + address + " event " + event); in onAudioStateChanged() 339 Log.w(TAG, "onAudioStateChanged: Ignoring message because service not available: " in onAudioStateChanged() 349 Log.d(TAG, "onVrStateChanged: address " + address + " event " + event); in onVrStateChanged() 356 Log.w(TAG, in onVrStateChanged() 366 Log.d(TAG, "onNetworkStateChanged: address " + address + " event " + event); in onNetworkState() 373 Log.w(TAG, in onNetworkState() 384 Log.d(TAG, "onNetworkRoaming: incoming: " + event); in onNetworkRoaming() [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/ |
D | HidDeviceService.java | 55 private static final String TAG = HidDeviceService.class.getSimpleName(); field in HidDeviceService 88 Log.d(TAG, "handleMessage(): msg.what=" + msg.what); in handleMessage() 97 Log.d(TAG, "App registered, set device to: " + device); in handleMessage() 110 Log.e(TAG, "e=" + e.toString()); in handleMessage() 120 Log.i(TAG, "IBinder.linkToDeath() ok"); in handleMessage() 130 Log.i(TAG, "IBinder.unlinkToDeath() ok"); in handleMessage() 253 Log.w(TAG, "Binder died, need to unregister app :("); in binderDied() 277 private static final String TAG = BluetoothHidDeviceBinder.class.getSimpleName(); field in HidDeviceService.BluetoothHidDeviceBinder 300 Log.w(TAG, "HidDevice call not allowed for non-active user"); in getService() 316 Log.d(TAG, "registerApp()"); in registerApp() [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/ |
D | MapClientService.java | 51 private static final String TAG = "MapClientService"; field in MapClientService 69 Log.w(TAG, "getMapClientService(): service is null"); in getMapClientService() 73 Log.w(TAG, "getMapClientService(): service is not available "); in getMapClientService() 81 Log.d(TAG, "setMapClientService(): set to: " + instance); in setMapClientService() 106 Log.d(TAG, "MAP connect device: " + device in connect() 110 Log.w(TAG, "Connection not allowed: <" + device.getAddress() in connect() 128 Log.e(TAG, "Maxed out on the number of allowed MAP connections. " in connect() 139 Log.w(TAG, "Received connect request while already connecting/connected."); in connect() 146 Log.d(TAG, "Statemachine exists for a device in unexpected state: " + state); in connect() 153 Log.d(TAG, "MAP connect device: " + device in connect() [all …]
|
/packages/apps/Nfc/src/com/android/nfc/cardemulation/ |
D | HostNfcFEmulationManager.java | 42 static final String TAG = "HostNfcFEmulationManager"; field in HostNfcFEmulationManager 97 if (DBG) Log.d(TAG, "notifyHostEmulationActivated"); in onHostEmulationActivated() 101 if (DBG) Log.d(TAG, "notifyHostEmulationData"); in onHostEmulationData() 122 if (DBG) Log.d(TAG, "resolvedServiceName: " + resolvedServiceName.toString() + in onHostEmulationData() 128 Log.d(TAG, "Binding to existing service"); in onHostEmulationData() 133 Log.d(TAG, "Waiting for new service."); in onHostEmulationData() 143 Log.d(TAG, "Unexpected packet in STATE_W4_SERVICE"); in onHostEmulationData() 154 if (DBG) Log.d(TAG, "notifyHostEmulationDeactivated"); in onHostEmulationDeactivated() 187 if (DBG) Log.d(TAG, "sendDataToServiceLocked"); in sendDataToServiceLocked() 189 Log.d(TAG, "service: " + in sendDataToServiceLocked() [all …]
|