OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAddressPresentation
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/telecomm/java/android/telecom/
ParcelableConnection.java
41
private final int
mAddressPresentation
;
78
mAddressPresentation
= addressPresentation;
125
return
mAddressPresentation
;
253
destination.writeInt(
mAddressPresentation
);
RemoteConnection.java
608
private int
mAddressPresentation
;
645
mAddressPresentation
= connection.getHandlePresentation();
780
return
mAddressPresentation
;
[
all
...]
Connection.java
[
all
...]
Completed in 897 milliseconds