Home | History | Annotate | Download | only in location

Lines Matching refs:portString

424             String portString = mProperties.getProperty("SUPL_PORT");
425 if (mSuplServerHost != null && portString != null) {
427 mSuplServerPort = Integer.parseInt(portString);
429 Log.e(TAG, "unable to parse SUPL_PORT: " + portString);
434 portString = mProperties.getProperty("C2K_PORT");
435 if (mC2KServerHost != null && portString != null) {
437 mC2KServerPort = Integer.parseInt(portString);
439 Log.e(TAG, "unable to parse C2K_PORT: " + portString);