OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCs
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexClientSession.java
135
private ClientSession
mCs
;
207
if (
mCs
!= null) {
208
mCs
.disconnect(null);
210
mCs
= null;
216
if (
mCs
!= null) {
217
if (D) Log.d(TAG, "OBEX session close
mCs
");
218
mCs
.close();
237
mCs
= new ClientSession(mTransport1);
250
mCs
.connect(hs);
362
putOperation = (ClientOperation)
mCs
.put(request)
[
all
...]
/frameworks/base/services/java/com/android/server/
ConnectivityService.java
[
all
...]
Completed in 44 milliseconds