/cts/tests/tests/location/src/android/location/cts/asn1/supl2/supl_triggered_start/ |
D | Ver2_SUPLTRIGGEREDSTART.java | 299 Asn1Tag tag = Asn1Tag.fromClassAndNumber(2, 0); in getComponents() 322 return tag == null ? SETCapabilities.getPossibleFirstTags() : ImmutableList.of(tag); in getComponents() 327 return tag; in getComponents() 342 Asn1Tag tag = Asn1Tag.fromClassAndNumber(2, 1); in getComponents() 365 return tag == null ? LocationId.getPossibleFirstTags() : ImmutableList.of(tag); in getComponents() 370 return tag; in getComponents() 385 Asn1Tag tag = Asn1Tag.fromClassAndNumber(2, 2); in getComponents() 408 return tag == null ? Ver.getPossibleFirstTags() : ImmutableList.of(tag); in getComponents() 413 return tag; in getComponents() 428 Asn1Tag tag = Asn1Tag.fromClassAndNumber(2, 3); in getComponents() [all …]
|
D | AreaId.java | 56 for (Asn1Tag tag : select.getPossibleFirstTags()) { 58 if ((select0 = tagToSelection.put(tag, select)) != null) { 60 "AreaId: " + tag + " maps to both " + select0 + " and " + select); 142 @Override protected ChoiceComponent createAndSetValue(Asn1Tag tag) { in createAndSetValue() argument 143 Select select = tagToSelection.get(tag); in createAndSetValue() 145 throw new IllegalArgumentException("Unknown selection tag: " + tag); in createAndSetValue() 173 return tag == null ? GSMAreaId.getPossibleFirstTags() : ImmutableList.of(tag); in getPossibleFirstTags() 191 return tag == null ? WCDMAAreaId.getPossibleFirstTags() : ImmutableList.of(tag); in getPossibleFirstTags() 209 return tag == null ? CDMAAreaId.getPossibleFirstTags() : ImmutableList.of(tag); in getPossibleFirstTags() 227 return tag == null ? HRPDAreaId.getPossibleFirstTags() : ImmutableList.of(tag); in getPossibleFirstTags() [all …]
|
D | GeographicTargetArea.java | 59 for (Asn1Tag tag : select.getPossibleFirstTags()) { 61 if ((select0 = tagToSelection.put(tag, select)) != null) { 63 "GeographicTargetArea: " + tag + " maps to both " + select0 + " and " + select); 145 @Override protected ChoiceComponent createAndSetValue(Asn1Tag tag) { in createAndSetValue() argument 146 Select select = tagToSelection.get(tag); in createAndSetValue() 148 throw new IllegalArgumentException("Unknown selection tag: " + tag); in createAndSetValue() 176 return tag == null ? CircularArea.getPossibleFirstTags() : ImmutableList.of(tag); in getPossibleFirstTags() 194 return tag == null ? EllipticalArea.getPossibleFirstTags() : ImmutableList.of(tag); in getPossibleFirstTags() 212 return tag == null ? PolygonArea.getPossibleFirstTags() : ImmutableList.of(tag); in getPossibleFirstTags() 223 @Nullable final Asn1Tag tag; field in GeographicTargetArea.Select [all …]
|
D | TriggerParams.java | 56 for (Asn1Tag tag : select.getPossibleFirstTags()) { 58 if ((select0 = tagToSelection.put(tag, select)) != null) { 60 "TriggerParams: " + tag + " maps to both " + select0 + " and " + select); 142 @Override protected ChoiceComponent createAndSetValue(Asn1Tag tag) { in createAndSetValue() argument 143 Select select = tagToSelection.get(tag); in createAndSetValue() 145 throw new IllegalArgumentException("Unknown selection tag: " + tag); in createAndSetValue() 173 return tag == null ? PeriodicParams.getPossibleFirstTags() : ImmutableList.of(tag); in getPossibleFirstTags() 191 return tag == null ? AreaEventParams.getPossibleFirstTags() : ImmutableList.of(tag); in getPossibleFirstTags() 202 @Nullable final Asn1Tag tag; field in TriggerParams.Select 205 Select(@Nullable Asn1Tag tag, boolean isImplicitTagging) { in Select() argument [all …]
|
/cts/tests/tests/location/src/android/location/cts/asn1/supl2/rrlp_components/ |
D | ControlHeader.java | 244 Asn1Tag tag = Asn1Tag.fromClassAndNumber(2, 0); in getComponents() 267 return tag == null ? ReferenceTime.getPossibleFirstTags() : ImmutableList.of(tag); in getComponents() 272 return tag; in getComponents() 287 Asn1Tag tag = Asn1Tag.fromClassAndNumber(2, 1); in getComponents() 310 return tag == null ? RefLocation.getPossibleFirstTags() : ImmutableList.of(tag); in getComponents() 315 return tag; in getComponents() 330 Asn1Tag tag = Asn1Tag.fromClassAndNumber(2, 2); in getComponents() 353 return tag == null ? DGPSCorrections.getPossibleFirstTags() : ImmutableList.of(tag); in getComponents() 358 return tag; in getComponents() 373 Asn1Tag tag = Asn1Tag.fromClassAndNumber(2, 3); in getComponents() [all …]
|
D | GANSSGenericAssistDataElement.java | 331 Asn1Tag tag = Asn1Tag.fromClassAndNumber(2, 0); in getComponents() 354 …return tag == null ? GANSSGenericAssistDataElement.ganssIDType.getPossibleFirstTags() : ImmutableL… in getComponents() 359 return tag; in getComponents() 374 Asn1Tag tag = Asn1Tag.fromClassAndNumber(2, 1); in getComponents() 397 return tag == null ? SeqOfGANSSTimeModel.getPossibleFirstTags() : ImmutableList.of(tag); in getComponents() 402 return tag; in getComponents() 417 Asn1Tag tag = Asn1Tag.fromClassAndNumber(2, 2); in getComponents() 440 … return tag == null ? GANSSDiffCorrections.getPossibleFirstTags() : ImmutableList.of(tag); in getComponents() 445 return tag; in getComponents() 460 Asn1Tag tag = Asn1Tag.fromClassAndNumber(2, 3); in getComponents() [all …]
|
D | NeighborIdentity.java | 56 for (Asn1Tag tag : select.getPossibleFirstTags()) { 58 if ((select0 = tagToSelection.put(tag, select)) != null) { 60 "NeighborIdentity: " + tag + " maps to both " + select0 + " and " + select); 142 @Override protected ChoiceComponent createAndSetValue(Asn1Tag tag) { in createAndSetValue() argument 143 Select select = tagToSelection.get(tag); in createAndSetValue() 145 throw new IllegalArgumentException("Unknown selection tag: " + tag); in createAndSetValue() 173 return tag == null ? BSICAndCarrier.getPossibleFirstTags() : ImmutableList.of(tag); in getPossibleFirstTags() 191 return tag == null ? CellID.getPossibleFirstTags() : ImmutableList.of(tag); in getPossibleFirstTags() 209 return tag == null ? MultiFrameCarrier.getPossibleFirstTags() : ImmutableList.of(tag); in getPossibleFirstTags() 227 return tag == null ? RequestIndex.getPossibleFirstTags() : ImmutableList.of(tag); in getPossibleFirstTags() [all …]
|
D | ReferenceIdentityType.java | 56 for (Asn1Tag tag : select.getPossibleFirstTags()) { 58 if ((select0 = tagToSelection.put(tag, select)) != null) { 60 "ReferenceIdentityType: " + tag + " maps to both " + select0 + " and " + select); 142 @Override protected ChoiceComponent createAndSetValue(Asn1Tag tag) { in createAndSetValue() argument 143 Select select = tagToSelection.get(tag); in createAndSetValue() 145 throw new IllegalArgumentException("Unknown selection tag: " + tag); in createAndSetValue() 173 return tag == null ? BSICAndCarrier.getPossibleFirstTags() : ImmutableList.of(tag); in getPossibleFirstTags() 191 return tag == null ? CellID.getPossibleFirstTags() : ImmutableList.of(tag); in getPossibleFirstTags() 209 return tag == null ? RequestIndex.getPossibleFirstTags() : ImmutableList.of(tag); in getPossibleFirstTags() 227 return tag == null ? SystemInfoIndex.getPossibleFirstTags() : ImmutableList.of(tag); in getPossibleFirstTags() [all …]
|
D | MsrAssistBTS.java | 199 Asn1Tag tag = Asn1Tag.fromClassAndNumber(2, 0); in getComponents() 222 return tag == null ? BCCHCarrier.getPossibleFirstTags() : ImmutableList.of(tag); in getComponents() 227 return tag; in getComponents() 242 Asn1Tag tag = Asn1Tag.fromClassAndNumber(2, 1); in getComponents() 265 return tag == null ? BSIC.getPossibleFirstTags() : ImmutableList.of(tag); in getComponents() 270 return tag; in getComponents() 285 Asn1Tag tag = Asn1Tag.fromClassAndNumber(2, 2); in getComponents() 308 return tag == null ? MultiFrameOffset.getPossibleFirstTags() : ImmutableList.of(tag); in getComponents() 313 return tag; in getComponents() 328 Asn1Tag tag = Asn1Tag.fromClassAndNumber(2, 3); in getComponents() [all …]
|
D | GANSSTOD_GSMTimeAssociation.java | 199 Asn1Tag tag = Asn1Tag.fromClassAndNumber(2, 0); in getComponents() 222 return tag == null ? BCCHCarrier.getPossibleFirstTags() : ImmutableList.of(tag); in getComponents() 227 return tag; in getComponents() 242 Asn1Tag tag = Asn1Tag.fromClassAndNumber(2, 1); in getComponents() 265 return tag == null ? BSIC.getPossibleFirstTags() : ImmutableList.of(tag); in getComponents() 270 return tag; in getComponents() 285 Asn1Tag tag = Asn1Tag.fromClassAndNumber(2, 2); in getComponents() 308 return tag == null ? FrameNumber.getPossibleFirstTags() : ImmutableList.of(tag); in getComponents() 313 return tag; in getComponents() 328 Asn1Tag tag = Asn1Tag.fromClassAndNumber(2, 3); in getComponents() [all …]
|
D | MethodType.java | 56 for (Asn1Tag tag : select.getPossibleFirstTags()) { 58 if ((select0 = tagToSelection.put(tag, select)) != null) { 60 "MethodType: " + tag + " maps to both " + select0 + " and " + select); 142 @Override protected ChoiceComponent createAndSetValue(Asn1Tag tag) { in createAndSetValue() argument 143 Select select = tagToSelection.get(tag); in createAndSetValue() 145 throw new IllegalArgumentException("Unknown selection tag: " + tag); in createAndSetValue() 173 return tag == null ? AccuracyOpt.getPossibleFirstTags() : ImmutableList.of(tag); in getPossibleFirstTags() 191 return tag == null ? Accuracy.getPossibleFirstTags() : ImmutableList.of(tag); in getPossibleFirstTags() 209 return tag == null ? Accuracy.getPossibleFirstTags() : ImmutableList.of(tag); in getPossibleFirstTags() 227 return tag == null ? Accuracy.getPossibleFirstTags() : ImmutableList.of(tag); in getPossibleFirstTags() [all …]
|
D | GANSSAddUTCModel.java | 56 for (Asn1Tag tag : select.getPossibleFirstTags()) { 58 if ((select0 = tagToSelection.put(tag, select)) != null) { 60 "GANSSAddUTCModel: " + tag + " maps to both " + select0 + " and " + select); 142 @Override protected ChoiceComponent createAndSetValue(Asn1Tag tag) { in createAndSetValue() argument 143 Select select = tagToSelection.get(tag); in createAndSetValue() 145 throw new IllegalArgumentException("Unknown selection tag: " + tag); in createAndSetValue() 173 return tag == null ? UTCmodelSet2.getPossibleFirstTags() : ImmutableList.of(tag); in getPossibleFirstTags() 191 return tag == null ? UTCmodelSet3.getPossibleFirstTags() : ImmutableList.of(tag); in getPossibleFirstTags() 209 return tag == null ? UTCmodelSet4.getPossibleFirstTags() : ImmutableList.of(tag); in getPossibleFirstTags() 220 @Nullable final Asn1Tag tag; field in GANSSAddUTCModel.Select [all …]
|
D | GANSSLocationInfo.java | 246 Asn1Tag tag = Asn1Tag.fromClassAndNumber(2, 0); in getComponents() 269 return tag == null ? ReferenceFrame.getPossibleFirstTags() : ImmutableList.of(tag); in getComponents() 274 return tag; in getComponents() 289 Asn1Tag tag = Asn1Tag.fromClassAndNumber(2, 1); in getComponents() 312 return tag == null ? GANSSTODm.getPossibleFirstTags() : ImmutableList.of(tag); in getComponents() 317 return tag; in getComponents() 332 Asn1Tag tag = Asn1Tag.fromClassAndNumber(2, 2); in getComponents() 355 …return tag == null ? GANSSLocationInfo.ganssTODFracType.getPossibleFirstTags() : ImmutableList.of(… in getComponents() 360 return tag; in getComponents() 375 Asn1Tag tag = Asn1Tag.fromClassAndNumber(2, 3); in getComponents() [all …]
|
D | GANSSAuxiliaryInformation.java | 56 for (Asn1Tag tag : select.getPossibleFirstTags()) { 58 if ((select0 = tagToSelection.put(tag, select)) != null) { 60 "GANSSAuxiliaryInformation: " + tag + " maps to both " + select0 + " and " + select); 142 @Override protected ChoiceComponent createAndSetValue(Asn1Tag tag) { in createAndSetValue() argument 143 Select select = tagToSelection.get(tag); in createAndSetValue() 145 throw new IllegalArgumentException("Unknown selection tag: " + tag); in createAndSetValue() 173 return tag == null ? GANSS_ID1.getPossibleFirstTags() : ImmutableList.of(tag); in getPossibleFirstTags() 191 return tag == null ? GANSS_ID3.getPossibleFirstTags() : ImmutableList.of(tag); in getPossibleFirstTags() 202 @Nullable final Asn1Tag tag; field in GANSSAuxiliaryInformation.Select 205 Select(@Nullable Asn1Tag tag, boolean isImplicitTagging) { in Select() argument [all …]
|
D | OTD_MsrsOfOtherSets.java | 56 for (Asn1Tag tag : select.getPossibleFirstTags()) { 58 if ((select0 = tagToSelection.put(tag, select)) != null) { 60 "OTD_MsrsOfOtherSets: " + tag + " maps to both " + select0 + " and " + select); 142 @Override protected ChoiceComponent createAndSetValue(Asn1Tag tag) { in createAndSetValue() argument 143 Select select = tagToSelection.get(tag); in createAndSetValue() 145 throw new IllegalArgumentException("Unknown selection tag: " + tag); in createAndSetValue() 173 return tag == null ? OTD_Measurement.getPossibleFirstTags() : ImmutableList.of(tag); in getPossibleFirstTags() 191 return tag == null ? OTD_MeasurementWithID.getPossibleFirstTags() : ImmutableList.of(tag); in getPossibleFirstTags() 202 @Nullable final Asn1Tag tag; field in OTD_MsrsOfOtherSets.Select 205 Select(@Nullable Asn1Tag tag, boolean isImplicitTagging) { in Select() argument [all …]
|
/cts/tests/tests/location/src/android/location/cts/asn1/supl2/supl_triggered_response/ |
D | Ver2_SUPLTRIGGEREDRESPONSE.java | 252 Asn1Tag tag = Asn1Tag.fromClassAndNumber(2, 0); in getComponents() 275 return tag == null ? PosMethod.getPossibleFirstTags() : ImmutableList.of(tag); in getComponents() 280 return tag; in getComponents() 295 Asn1Tag tag = Asn1Tag.fromClassAndNumber(2, 1); in getComponents() 318 return tag == null ? TriggerParams.getPossibleFirstTags() : ImmutableList.of(tag); in getComponents() 323 return tag; in getComponents() 338 Asn1Tag tag = Asn1Tag.fromClassAndNumber(2, 2); in getComponents() 361 return tag == null ? SLPAddress.getPossibleFirstTags() : ImmutableList.of(tag); in getComponents() 366 return tag; in getComponents() 381 Asn1Tag tag = Asn1Tag.fromClassAndNumber(2, 3); in getComponents() [all …]
|
/cts/tests/tests/location/src/android/location/cts/asn1/supl2/ulp_components/ |
D | CellMeasuredResults.java | 145 Asn1Tag tag = Asn1Tag.fromClassAndNumber(2, 0); in getComponents() 168 …return tag == null ? CellMeasuredResults.cellIdentityType.getPossibleFirstTags() : ImmutableList.o… in getComponents() 173 return tag; in getComponents() 188 Asn1Tag tag = Asn1Tag.fromClassAndNumber(2, 1); in getComponents() 211 …return tag == null ? CellMeasuredResults.modeSpecificInfoType.getPossibleFirstTags() : ImmutableLi… in getComponents() 216 return tag; in getComponents() 346 for (Asn1Tag tag : select.getPossibleFirstTags()) { 348 if ((select0 = tagToSelection.put(tag, select)) != null) { 350 "modeSpecificInfoType: " + tag + " maps to both " + select0 + " and " + select); 432 @Override protected ChoiceComponent createAndSetValue(Asn1Tag tag) { in createAndSetValue() argument [all …]
|
D | Velocity.java | 56 for (Asn1Tag tag : select.getPossibleFirstTags()) { 58 if ((select0 = tagToSelection.put(tag, select)) != null) { 60 "Velocity: " + tag + " maps to both " + select0 + " and " + select); 142 @Override protected ChoiceComponent createAndSetValue(Asn1Tag tag) { in createAndSetValue() argument 143 Select select = tagToSelection.get(tag); in createAndSetValue() 145 throw new IllegalArgumentException("Unknown selection tag: " + tag); in createAndSetValue() 173 return tag == null ? Horvel.getPossibleFirstTags() : ImmutableList.of(tag); in getPossibleFirstTags() 191 return tag == null ? Horandvervel.getPossibleFirstTags() : ImmutableList.of(tag); in getPossibleFirstTags() 209 return tag == null ? Horveluncert.getPossibleFirstTags() : ImmutableList.of(tag); in getPossibleFirstTags() 227 return tag == null ? Horandveruncert.getPossibleFirstTags() : ImmutableList.of(tag); in getPossibleFirstTags() [all …]
|
D | SLPAddress.java | 56 for (Asn1Tag tag : select.getPossibleFirstTags()) { 58 if ((select0 = tagToSelection.put(tag, select)) != null) { 60 "SLPAddress: " + tag + " maps to both " + select0 + " and " + select); 142 @Override protected ChoiceComponent createAndSetValue(Asn1Tag tag) { in createAndSetValue() argument 143 Select select = tagToSelection.get(tag); in createAndSetValue() 145 throw new IllegalArgumentException("Unknown selection tag: " + tag); in createAndSetValue() 173 return tag == null ? IPAddress.getPossibleFirstTags() : ImmutableList.of(tag); in getPossibleFirstTags() 191 return tag == null ? FQDN.getPossibleFirstTags() : ImmutableList.of(tag); in getPossibleFirstTags() 202 @Nullable final Asn1Tag tag; field in SLPAddress.Select 205 Select(@Nullable Asn1Tag tag, boolean isImplicitTagging) { in Select() argument [all …]
|
/cts/tests/tests/location/src/android/location/cts/asn1/supl2/ulp_version_2_message_extensions/ |
D | Ver2_SUPL_INIT_extension.java | 234 Asn1Tag tag = Asn1Tag.fromClassAndNumber(2, 0); in getComponents() 257 return tag == null ? NotificationMode.getPossibleFirstTags() : ImmutableList.of(tag); in getComponents() 262 return tag; in getComponents() 277 Asn1Tag tag = Asn1Tag.fromClassAndNumber(2, 1); in getComponents() 300 … return tag == null ? SupportedNetworkInformation.getPossibleFirstTags() : ImmutableList.of(tag); in getComponents() 305 return tag; in getComponents() 320 Asn1Tag tag = Asn1Tag.fromClassAndNumber(2, 2); in getComponents() 343 return tag == null ? TriggerType.getPossibleFirstTags() : ImmutableList.of(tag); in getComponents() 348 return tag; in getComponents() 363 Asn1Tag tag = Asn1Tag.fromClassAndNumber(2, 3); in getComponents() [all …]
|
/cts/tests/tests/location/src/android/location/cts/asn1/supl2/ver2_ulp_components/ |
D | Ver2_CellInfo_extension.java | 56 for (Asn1Tag tag : select.getPossibleFirstTags()) { 58 if ((select0 = tagToSelection.put(tag, select)) != null) { 60 "Ver2_CellInfo_extension: " + tag + " maps to both " + select0 + " and " + select); 142 @Override protected ChoiceComponent createAndSetValue(Asn1Tag tag) { in createAndSetValue() argument 143 Select select = tagToSelection.get(tag); in createAndSetValue() 145 throw new IllegalArgumentException("Unknown selection tag: " + tag); in createAndSetValue() 173 return tag == null ? HrpdCellInformation.getPossibleFirstTags() : ImmutableList.of(tag); in getPossibleFirstTags() 191 return tag == null ? UmbCellInformation.getPossibleFirstTags() : ImmutableList.of(tag); in getPossibleFirstTags() 209 return tag == null ? LteCellInformation.getPossibleFirstTags() : ImmutableList.of(tag); in getPossibleFirstTags() 227 return tag == null ? WlanAPInformation.getPossibleFirstTags() : ImmutableList.of(tag); in getPossibleFirstTags() [all …]
|
D | LteCellInformation.java | 215 Asn1Tag tag = Asn1Tag.fromClassAndNumber(2, 0); in getComponents() 238 return tag == null ? CellGlobalIdEUTRA.getPossibleFirstTags() : ImmutableList.of(tag); in getComponents() 243 return tag; in getComponents() 258 Asn1Tag tag = Asn1Tag.fromClassAndNumber(2, 1); in getComponents() 281 return tag == null ? PhysCellId.getPossibleFirstTags() : ImmutableList.of(tag); in getComponents() 286 return tag; in getComponents() 301 Asn1Tag tag = Asn1Tag.fromClassAndNumber(2, 2); in getComponents() 324 return tag == null ? TrackingAreaCode.getPossibleFirstTags() : ImmutableList.of(tag); in getComponents() 329 return tag; in getComponents() 344 Asn1Tag tag = Asn1Tag.fromClassAndNumber(2, 3); in getComponents() [all …]
|
/cts/tests/tests/net/native/qtaguid/src/ |
D | NativeQtaguidTest.cpp | 44 int getCtrlSkInfo(int tag, uid_t uid, uint64_t* sk_addr, int* ref_cnt) { in getCtrlSkInfo() argument 49 uint64_t full_tag = (uint64_t)tag << 32 | uid; in getCtrlSkInfo() 78 int tag = arc4random(); in checkNoSocketPointerLeaks() local 83 EXPECT_EQ(0, legacy_tagSocket(sockfd, tag, uid)); in checkNoSocketPointerLeaks() 84 EXPECT_EQ(0, getCtrlSkInfo(tag, uid, &sk_addr, &ref_cnt)); in checkNoSocketPointerLeaks() 87 EXPECT_EQ(-ENOENT, getCtrlSkInfo(tag, uid, &sk_addr, &ref_cnt)); in checkNoSocketPointerLeaks() 95 int tag = arc4random(); in TEST() local 98 EXPECT_EQ(0, legacy_tagSocket(sockfd, tag, uid)); in TEST() 99 EXPECT_EQ(0, getCtrlSkInfo(tag, uid, &dummy_sk, &ref_cnt)); in TEST() 102 EXPECT_EQ(-ENOENT, getCtrlSkInfo(tag, uid, &dummy_sk, &ref_cnt)); in TEST() [all …]
|
/cts/tests/tests/location/src/android/location/cts/asn1/supl2/ulp_version_2_parameter_extensions/ |
D | GanssReqGenericData.java | 322 Asn1Tag tag = Asn1Tag.fromClassAndNumber(2, 0); in getComponents() 345 …return tag == null ? GanssReqGenericData.ganssIdType.getPossibleFirstTags() : ImmutableList.of(tag… in getComponents() 350 return tag; in getComponents() 365 Asn1Tag tag = Asn1Tag.fromClassAndNumber(2, 1); in getComponents() 388 …return tag == null ? GanssReqGenericData.ganssSBASidType.getPossibleFirstTags() : ImmutableList.of… in getComponents() 393 return tag; in getComponents() 408 Asn1Tag tag = Asn1Tag.fromClassAndNumber(2, 2); in getComponents() 431 …return tag == null ? GanssReqGenericData.ganssRealTimeIntegrityType.getPossibleFirstTags() : Immut… in getComponents() 436 return tag; in getComponents() 451 Asn1Tag tag = Asn1Tag.fromClassAndNumber(2, 3); in getComponents() [all …]
|
/cts/tests/tests/location/src/android/location/cts/asn1/supl2/supl_init/ |
D | SUPLINIT.java | 232 Asn1Tag tag = Asn1Tag.fromClassAndNumber(2, 0); in getComponents() 255 return tag == null ? PosMethod.getPossibleFirstTags() : ImmutableList.of(tag); in getComponents() 260 return tag; in getComponents() 275 Asn1Tag tag = Asn1Tag.fromClassAndNumber(2, 1); in getComponents() 298 return tag == null ? Notification.getPossibleFirstTags() : ImmutableList.of(tag); in getComponents() 303 return tag; in getComponents() 318 Asn1Tag tag = Asn1Tag.fromClassAndNumber(2, 2); in getComponents() 341 return tag == null ? SLPAddress.getPossibleFirstTags() : ImmutableList.of(tag); in getComponents() 346 return tag; in getComponents() 361 Asn1Tag tag = Asn1Tag.fromClassAndNumber(2, 3); in getComponents() [all …]
|