/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ |
H A D | ToneGeneratorFacade.java | 42 @RpcParameter(name = "phoneNumber") String phoneNumber, 46 for (int i = 0; i < phoneNumber.length(); i++) { 47 switch (phoneNumber.charAt(i)) { 97 throw new RuntimeException("Cannot generate tone for '" + phoneNumber.charAt(i) + "'"); 41 generateDtmfTones( @pcParametername = �) String phoneNumber, @RpcParameter(name = �, description = �) @RpcDefault(�) Integer toneDuration) argument
|
/external/libphonenumber/demo/src/com/google/phonenumbers/ |
H A D | PhoneNumberParserServlet.java | 57 String phoneNumber = null; 71 if (fieldName.equals("phoneNumber")) { 72 phoneNumber = Streams.asString(in, "UTF-8"); 97 output = getOutputForSingleNumber(phoneNumber, defaultCountry, languageCode, regionCode); 105 resp.getWriter().println("Phone Number entered: " + phoneNumber + "<br>"); 165 * The defaultCountry here is used for parsing phoneNumber. The languageCode and regionCode are 170 String phoneNumber, String defaultCountry, String languageCode, String regionCode) { 173 PhoneNumber number = phoneUtil.parseAndKeepRawInput(phoneNumber, defaultCountry); 242 int rawNumberLength = phoneNumber.length(); 249 char inputChar = phoneNumber 169 getOutputForSingleNumber( String phoneNumber, String defaultCountry, String languageCode, String regionCode) argument [all...] |
/external/nist-sip/java/javax/sip/address/ |
H A D | TelURL.java | 14 void setPhoneNumber(String phoneNumber) throws ParseException; argument
|
/external/ims/rcs/rcsmanager/src/java/com/android/ims/internal/ |
H A D | ContactNumberUtils.java | 71 * @param phoneNumber read from contact db. 74 public String format(final String phoneNumber) { argument 75 String number = phoneNumber; 120 * @param phoneNumber read from contact db. 123 public int validate(final String phoneNumber) { argument 124 String number = phoneNumber;
|
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/ |
H A D | EABDbUtil.java | 200 String phoneNumber, String rawContactId, String contactId, 205 .withValue(EABContract.EABColumns.CONTACT_NUMBER, phoneNumber) 360 String phoneNumber, String rawContactId, String dataId) { 370 .withSelection(where, new String[] { phoneNumber, rawContactId, dataId }).build()); 198 addContactToEabDb( Context context, ArrayList<ContentProviderOperation> ops, String displayName, String phoneNumber, String rawContactId, String contactId, String dataId) argument 358 updateNameInEabDb(Context context, ArrayList<ContentProviderOperation> ops, String phoneName, String phoneNumber, String rawContactId, String dataId) argument
|
H A D | EABService.java | 452 String phoneNumber = cursor.getString(cursor.getColumnIndex( 456 verifyInsertOrUpdateAction(dataId, contactId, rawContactId, phoneNumber, 488 Long rawContactId, String phoneNumber, String displayName) { 489 if (null == phoneNumber){ 490 logger.error("Error: return as phoneNumber is null"); 518 && !PhoneNumberUtils.compare(mContext, phoneNumber, eabPhoneNumber)) { 521 eabPhoneNumber, phoneNumber, displayName); 524 && PhoneNumberUtils.compare(mContext, phoneNumber, eabPhoneNumber) 527 phoneNumber, displayName); 537 handlePhoneNumberInsertion(dataId, contactId, rawContactId, phoneNumber, 487 verifyInsertOrUpdateAction(Long dataId, Long contactId, Long rawContactId, String phoneNumber, String displayName) argument 911 handlePhoneNumberInsertion(Long dataId, Long contactId, Long rawContactId, String phoneNumber, String contactName) argument 998 handlePhoneNameUpdate(Long dataId, Long contactId, Long rawContactId, String phoneNumber, String newDisplayName) argument [all...] |
/external/nist-sip/java/gov/nist/javax/sip/address/ |
H A D | TelephoneNumber.java | 51 /** phoneNumber field 53 protected String phoneNumber; field in class:TelephoneNumber 75 return phoneNumber; 181 phoneNumber = num; 191 buffer.append(phoneNumber);
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/ |
H A D | SmsFacade.java | 357 @RpcParameter(name = "phoneNumber") 358 String phoneNumber, 379 phoneNumber, null, messagesParts, 388 phoneNumber, null, message, sentIntent, 602 String formatPhoneNumber(String phoneNumber) { argument 604 int len = phoneNumber.length(); 609 if ((INTERNATIONAL_NUMBER_LENGTH == len) && ('+' == phoneNumber.charAt(0))) { 610 senderNumberStr = phoneNumber.substring(1); 612 senderNumberStr = '1' + phoneNumber; 614 senderNumberStr = phoneNumber; 356 smsSendTextMessage( @pcParametername = �) String phoneNumber, @RpcParameter(name = �) String message, @RpcParameter(name = �) Boolean deliveryReportRequired) argument [all...] |
/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/ |
H A D | PhoneNumberUtil.java | 997 boolean isNumberGeographical(PhoneNumber phoneNumber) { argument 998 PhoneNumberType numberType = getNumberType(phoneNumber); 2412 * phoneNumber should be populated. 2413 * @param phoneNumber the PhoneNumber object where the country_code and country_code_source need 2421 PhoneNumber phoneNumber) 2436 phoneNumber.setCountryCodeSource(countryCodeSource); 2446 phoneNumber.setCountryCode(potentialCountryCode); 2480 phoneNumber.setCountryCodeSource(CountryCodeSource.FROM_NUMBER_WITHOUT_PLUS_SIGN); 2482 phoneNumber.setCountryCode(defaultCountryCode); 2488 phoneNumber 2419 maybeExtractCountryCode(String number, PhoneMetadata defaultRegionMetadata, StringBuilder nationalNumber, boolean keepRawInput, PhoneNumber phoneNumber) argument 2685 parse(String numberToParse, String defaultRegion, PhoneNumber phoneNumber) argument 2716 parseAndKeepRawInput(String numberToParse, String defaultRegion, PhoneNumber phoneNumber) argument 2768 setItalianLeadingZerosForPhoneNumber(String nationalNumber, PhoneNumber phoneNumber) argument 2790 parseHelper(String numberToParse, String defaultRegion, boolean keepRawInput, boolean checkRegion, PhoneNumber phoneNumber) argument [all...] |
/external/robolectric/v1/lib/main/ |
H A D | android.jar | META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ... |
/external/robolectric/v3/runtime/ |
H A D | android-all-4.3_r2-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
H A D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
H A D | android-all-4.4_r1-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |