Searched refs:apnInIntFormat (Results 1 – 1 of 1) sorted by relevance
149 String apnInIntFormat = arg1; in matchConfig() local152 int apnInt = Integer.parseInt(apnInIntFormat); in matchConfig()155 Log.e(TAG, "Got invalid apn type from broadcast: " + apnInIntFormat); in matchConfig()159 boolean doesArg1Match = TextUtils.equals(apnInIntFormat, args[0]) in matchConfig()