OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mSvid
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/location/java/android/location/
GnssNavigationMessage.java
132
private int
mSvid
;
153
mSvid
= navigationMessage.
mSvid
;
223
return
mSvid
;
232
mSvid
= value;
396
parcel.writeInt(
mSvid
);
415
builder.append(String.format(format, "Svid",
mSvid
));
434
mSvid
= 0;
GnssMeasurement.java
32
private int
mSvid
;
166
mSvid
= measurement.
mSvid
;
204
return
mSvid
;
213
mSvid
= value;
855
gnssMeasurement.
mSvid
= parcel.readInt();
886
parcel.writeInt(
mSvid
);
917
builder.append(String.format(format, "Svid",
mSvid
));
[
all
...]
Completed in 57 milliseconds