Lines Matching refs:states

341                 String states[] = (String[])ar.result;
348 if (states.length > 9) {
350 if (states[4] != null) {
351 baseStationId = Integer.parseInt(states[4]);
353 if (states[5] != null) {
354 baseStationLatitude = Integer.parseInt(states[5]);
356 if (states[6] != null) {
357 baseStationLongitude = Integer.parseInt(states[6]);
364 if (states[8] != null) {
365 systemId = Integer.parseInt(states[8]);
367 if (states[9] != null) {
368 networkId = Integer.parseInt(states[9]);
571 String states[];
574 states = (String[])ar.result;
591 if (states.length >= 14) {
593 if (states[0] != null) {
594 registrationState = Integer.parseInt(states[0]);
596 if (states[3] != null) {
597 radioTechnology = Integer.parseInt(states[3]);
599 if (states[4] != null) {
600 baseStationId = Integer.parseInt(states[4]);
602 if (states[5] != null) {
603 baseStationLatitude = Integer.parseInt(states[5]);
605 if (states[6] != null) {
606 baseStationLongitude = Integer.parseInt(states[6]);
613 if (states[7] != null) {
614 cssIndicator = Integer.parseInt(states[7]);
616 if (states[8] != null) {
617 systemId = Integer.parseInt(states[8]);
619 if (states[9] != null) {
620 networkId = Integer.parseInt(states[9]);
622 if (states[10] != null) {
623 roamingIndicator = Integer.parseInt(states[10]);
625 if (states[11] != null) {
626 systemIsInPrl = Integer.parseInt(states[11]);
628 if (states[12] != null) {
629 defaultRoamingIndicator = Integer.parseInt(states[12]);
631 if (states[13] != null) {
632 reasonForDenial = Integer.parseInt(states[13]);
640 + "strings and got " + states.length + " strings");
648 regCodeIsRoaming(registrationState) && !isRoamIndForHomeSystem(states[10]);