OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:suplpos
(Results
1 - 4
of
4
) sorted by null
/cts/tests/tests/location/src/android/location/cts/asn1/supl2/supl_pos/
SUPLPOS.java
41
public class
SUPLPOS
extends Asn1Sequence {
47
public
SUPLPOS
() {
71
* Creates a new
SUPLPOS
from encoded stream.
73
public static
SUPLPOS
fromPerUnaligned(byte[] encodedBytes) {
74
SUPLPOS
result = new
SUPLPOS
();
80
* Creates a new
SUPLPOS
from encoded stream.
82
public static
SUPLPOS
fromPerAligned(byte[] encodedBytes) {
83
SUPLPOS
result = new
SUPLPOS
();
[
all
...]
/cts/tests/tests/location/src/android/location/cts/asn1/supl2/supl_pos_init/
SUPLPOSINIT.java
32
import android.location.cts.asn1.supl2.supl_pos.
SUPLPOS
;
166
private
SUPLPOS
sUPLPOS_;
167
public
SUPLPOS
getSUPLPOS() {
171
* @throws ClassCastException if value is not a
SUPLPOS
174
this.sUPLPOS_ = (
SUPLPOS
) value;
176
public
SUPLPOS
setSUPLPOSToNewInstance() {
177
sUPLPOS_ = new
SUPLPOS
();
414
return tag == null ?
SUPLPOS
.getPossibleFirstTags() : ImmutableList.of(tag);
428
return "
sUPLPOS
: "
/cts/tests/tests/location/src/android/location/cts/suplClient/
SuplRrlpMessagesGenerator.java
22
import android.location.cts.asn1.supl2.supl_pos.
SUPLPOS
;
266
SUPLPOS
suplPos
= message.setMsSUPLPOSToNewInstance();
267
suplPos
.setPosPayLoadToNewInstance();
268
suplPos
.getPosPayLoad().setRrlpPayload(rrlpPayload);
/cts/tests/tests/location/src/android/location/cts/asn1/supl2/ulp/
UlpMessage.java
38
import android.location.cts.asn1.supl2.supl_pos.
SUPLPOS
;
255
return new
SUPLPOS
();
260
return tag == null ?
SUPLPOS
.getPossibleFirstTags() : ImmutableList.of(tag);
480
public
SUPLPOS
getMsSUPLPOS() {
484
return (
SUPLPOS
) element;
487
public void setMsSUPLPOS(
SUPLPOS
selected) {
493
public
SUPLPOS
setMsSUPLPOSToNewInstance() {
494
SUPLPOS
element = new
SUPLPOS
();
Completed in 149 milliseconds