Home | History | Annotate | Download | only in telephony

Lines Matching defs:out

175         // Correctly read out the phone entry based on requested provider
204 * (filters out separators.)
1893 // since the whole point of extractNetworkPortionAlt() is to filter out
2229 char[] out = input.toCharArray();
2232 char c = out[i];
2234 out[i] = (char) KEYPAD_MAP.get(c, c);
2237 return new String(out);
2289 * 2) the dialStr should already strip out the separator characters,
2429 // Set the postDialStr to "" to break out of the loop