Searched refs:WILD (Results 1 – 11 of 11) sorted by relevance
271 if (mPostDialState != PostDialState.WILD) { in proceedAfterWildChar()390 } else if (c == PhoneNumberUtils.WILD) { in processPostDialChar()391 setPostDialState(PostDialState.WILD); in processPostDialChar()
392 || conn.getAddress().indexOf(PhoneNumberUtils.WILD) >= 0) { in dialInternal()
259 if (mPostDialState != PostDialState.WILD) { in proceedAfterWildChar()567 } else if (c == PhoneNumberUtils.WILD) { in processPostDialChar()568 setPostDialState(PostDialState.WILD); in processPostDialChar()
210 || mPendingMO.getAddress().indexOf(PhoneNumberUtils.WILD) >= 0 in dial()
63 public static final char WILD = 'N'; field in PhoneNumberUtils104 return (c >= '0' && c <= '9') || c == '*' || c == '#' || c == '+' || c == WILD; in isDialable()117 || c == WILD || c == WAIT || c == PAUSE; in isNonSeparator()489 if (cb != ca && ca != WILD && cb != WILD) { in compareLoosely()961 case 0xd: return WILD; in bcdToChar()977 } else if (c == WILD) { in charToBCD()
288 if (mPostDialState != PostDialState.WILD) { in proceedAfterWildChar()598 } else if (c == PhoneNumberUtils.WILD) { in processPostDialChar()599 setPostDialState(PostDialState.WILD); in processPostDialChar()
227 || mPendingMO.getAddress().indexOf(PhoneNumberUtils.WILD) >= 0 ) { in dial()
334 WILD, /* The post dial string playback is waiting for a enumConstant
1425 assertEquals(Connection.PostDialState.WILD, cn.getPostDialState()); in testPostDialSequences()1426 assertEquals(Connection.PostDialState.WILD, ar.userObj); in testPostDialSequences()1493 assertEquals(Connection.PostDialState.WILD, cn.getPostDialState()); in testPostDialCancel()
30622 field public static final char WILD = 78; // 0x004e 'N'
28427 field public static final char WILD = 78; // 0x004e 'N'