HomeSort by relevance Sort by last modified time
    Searched refs:getSETCapabilities (Results 1 - 6 of 6) sorted by null

  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/ulp_version_2_message_extensions/
Ver2_SUPL_END_extension.java 102 public SETCapabilities getSETCapabilities() {
128 return getSETCapabilities() != null;
140 return getSETCapabilities();
163 + getSETCapabilities().toIndentedString(indent);
  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/supl_auth_req/
SUPLAUTHREQ.java 118 public SETCapabilities getSETCapabilities() {
187 return getSETCapabilities() != null;
199 return getSETCapabilities();
222 + getSETCapabilities().toIndentedString(indent);
  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/supl_start/
SUPLSTART.java 104 public SETCapabilities getSETCapabilities() {
174 return getSETCapabilities() != null;
186 return getSETCapabilities();
209 + getSETCapabilities().toIndentedString(indent);
  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/supl_report/
Ver2_SUPLREPORT.java 118 public SETCapabilities getSETCapabilities() {
232 return getSETCapabilities() != null;
244 return getSETCapabilities();
267 + getSETCapabilities().toIndentedString(indent);
  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/supl_pos_init/
SUPLPOSINIT.java 107 public SETCapabilities getSETCapabilities() {
222 return getSETCapabilities() != null;
234 return getSETCapabilities();
257 + getSETCapabilities().toIndentedString(indent);
  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/supl_triggered_start/
Ver2_SUPLTRIGGEREDSTART.java 111 public SETCapabilities getSETCapabilities() {
302 return getSETCapabilities() != null;
314 return getSETCapabilities();
337 + getSETCapabilities().toIndentedString(indent);

Completed in 75 milliseconds