OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:presentationDisplayId
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/media/java/android/media/
MediaRouterClientState.java
106
public int
presentationDisplayId
;
115
presentationDisplayId
= -1;
130
presentationDisplayId
= other.
presentationDisplayId
;
145
presentationDisplayId
= in.readInt();
166
dest.writeInt(
presentationDisplayId
);
182
+ ",
presentationDisplayId
=" +
presentationDisplayId
RemoteDisplayState.java
110
public int
presentationDisplayId
;
116
presentationDisplayId
= -1;
127
presentationDisplayId
= other.
presentationDisplayId
;
138
presentationDisplayId
= in.readInt();
159
dest.writeInt(
presentationDisplayId
);
171
+ ",
presentationDisplayId
=" +
presentationDisplayId
/frameworks/base/services/java/com/android/server/media/
MediaRouterService.java
[
all
...]
Completed in 42 milliseconds