OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getConnectionId
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/obex/javax/obex/
ServerRequestHandler.java
104
public long
getConnectionId
() {
ServerSession.java
318
if (mListener.
getConnectionId
() != -1 && request.mConnectionID != null) {
370
long id = mListener.
getConnectionId
();
440
if (mListener.
getConnectionId
() != -1 && request.mConnectionID != null) {
469
long id = mListener.
getConnectionId
();
562
if (mListener.
getConnectionId
() != -1 && request.mConnectionID != null) {
597
long id = mListener.
getConnectionId
();
ServerOperation.java
181
if (mListener.
getConnectionId
() != -1 && requestHeader.mConnectionID != null) {
287
long id = mListener.
getConnectionId
();
454
if (mListener.
getConnectionId
() != -1 && requestHeader.mConnectionID != null) {
604
long id = mListener.
getConnectionId
();
Completed in 21 milliseconds