Searched refs:WILD (Results 1 – 12 of 12) sorted by relevance
143 .replace('?', PhoneNumberUtils.WILD); in convertRecordFormatToNumber()155 .replace(PhoneNumberUtils.WILD, '?'); in convertNumberToRecordFormat()
435 if (mPostDialState != PostDialState.WILD) { in proceedAfterWildChar()892 setPostDialState(PostDialState.WILD); in processPostDialChar()1122 return c == PhoneNumberUtils.WILD; in isWild()
864 WILD, /* The post dial string playback is waiting for a enumConstant
356 || mPendingMO.getAddress().indexOf(PhoneNumberUtils.WILD) >= 0) { in dialGsm()480 || mPendingMO.getAddress().indexOf(PhoneNumberUtils.WILD) >= 0 ) { in dialCdma()
94 public static final char WILD = 'N'; field in PhoneNumberUtils146 return (c >= '0' && c <= '9') || c == '*' || c == '#' || c == '+' || c == WILD; in isDialable()159 || c == WILD || c == WAIT || c == PAUSE; in isNonSeparator()574 if (cb != ca && ca != WILD && cb != WILD) { in compareLoosely()
536 if (mPostDialState != PostDialState.WILD) { in proceedAfterWildChar()667 } else if (c == PhoneNumberUtils.WILD) { in processPostDialChar()668 setPostDialState(PostDialState.WILD); in processPostDialChar()
2079 || conn.getAddress().indexOf(PhoneNumberUtils.WILD) >= 0)) { in dialInternal()
1206 proto.write(AuthorityEntryProto.WILD, mWild); in dumpDebug()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
28425 field public static final char WILD = 78; // 0x004e 'N'
45308 field public static final char WILD = 78; // 0x004e 'N'
9961 Landroid/content/AuthorityEntryProto;->WILD:J