Searched defs:phoneNumber (Results 1 - 16 of 16) sorted by relevance

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
H A DToneGeneratorFacade.java42 @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/nist-sip/java/javax/sip/address/
H A DTelURL.java14 void setPhoneNumber(String phoneNumber) throws ParseException; argument
/external/libphonenumber/demo/src/com/google/phonenumbers/
H A DPhoneNumberParserServlet.java65 String phoneNumber = null;
79 if (fieldName.equals("phoneNumber")) {
80 phoneNumber = Streams.asString(in, UTF_8.name());
109 resp.sendRedirect(getPermaLinkURL(phoneNumber, defaultCountry, geocodingLocale,
120 String phoneNumber = req.getParameter("number");
121 if (phoneNumber == null) {
122 phoneNumber = "";
136 getOutputForSingleNumber(phoneNumber, defaultCountry, geocodingLocale));
193 String phoneNumber, String defaultCountry, Locale geocodingLocale, boolean absoluteURL) {
199 "?number=" + URLEncoder.encode(phoneNumber !
192 getPermaLinkURL( String phoneNumber, String defaultCountry, Locale geocodingLocale, boolean absoluteURL) argument
218 getNewIssueLink( String phoneNumber, String defaultCountry, Locale geocodingLocale) argument
261 getOutputForSingleNumber( String phoneNumber, String defaultCountry, Locale geocodingLocale) argument
[all...]
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
H A DEABDbUtil.java193 String phoneNumber, String formattedNumber, String rawContactId, String contactId,
198 .withValue(EABContract.EABColumns.CONTACT_NUMBER, phoneNumber)
354 String phoneNumber, String rawContactId, String dataId) {
364 .withSelection(where, new String[] { phoneNumber, rawContactId, dataId }).build());
191 addContactToEabDb( Context context, ArrayList<ContentProviderOperation> ops, String displayName, String phoneNumber, String formattedNumber, String rawContactId, String contactId, String dataId) argument
352 updateNameInEabDb(Context context, ArrayList<ContentProviderOperation> ops, String phoneName, String phoneNumber, String rawContactId, String dataId) argument
H A DEABService.java475 String phoneNumber = cursor.getString(cursor.getColumnIndex(
481 + " phoneNumber :" + phoneNumber + " displayName :" + displayName);
482 verifyInsertOrUpdateAction(dataId, contactId, rawContactId, phoneNumber,
518 Long rawContactId, String phoneNumber, String displayName) {
519 logger.debug("Enter: verifyInsertOrUpdateAction() phoneNumber : " + phoneNumber);
520 if (null == phoneNumber){
521 logger.error("Error: return as phoneNumber is null");
547 logger.debug("phoneNumber
517 verifyInsertOrUpdateAction(Long dataId, Long contactId, Long rawContactId, String phoneNumber, String displayName) argument
954 handlePhoneNumberInsertion(Long dataId, Long contactId, Long rawContactId, String phoneNumber, String contactName) argument
1053 handlePhoneNameUpdate(Long dataId, Long contactId, Long rawContactId, String phoneNumber, String newDisplayName) argument
[all...]
/external/ims/rcs/rcsmanager/src/java/com/android/ims/internal/
H A DContactNumberUtils.java71 * @param phoneNumber read from contact db.
74 public String format(final String phoneNumber) { argument
75 String number = phoneNumber;
139 * @param phoneNumber read from contact db.
142 public int validate(final String phoneNumber) { argument
143 String number = phoneNumber;
/external/nist-sip/java/gov/nist/javax/sip/address/
H A DTelephoneNumber.java51 /** 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 DSmsFacade.java352 @RpcParameter(name = "phoneNumber")
353 String phoneNumber,
374 phoneNumber, null, messagesParts,
383 phoneNumber, null, message, sentIntent,
597 String formatPhoneNumber(String phoneNumber) { argument
599 int len = phoneNumber.length();
604 if ((INTERNATIONAL_NUMBER_LENGTH == len) && ('+' == phoneNumber.charAt(0))) {
605 senderNumberStr = phoneNumber.substring(1);
607 senderNumberStr = '1' + phoneNumber;
609 senderNumberStr = phoneNumber;
351 smsSendTextMessage( @pcParametername = �) String phoneNumber, @RpcParameter(name = �) String message, @RpcParameter(name = �) Boolean deliveryReportRequired) argument
[all...]
/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
H A DPhoneNumberUtil.java1035 public boolean isNumberGeographical(PhoneNumber phoneNumber) { argument
1036 return isNumberGeographical(getNumberType(phoneNumber), phoneNumber.getCountryCode());
2568 * phoneNumber should be populated.
2569 * @param phoneNumber the PhoneNumber object where the country_code and country_code_source need
2577 PhoneNumber phoneNumber)
2592 phoneNumber.setCountryCodeSource(countryCodeSource);
2602 phoneNumber.setCountryCode(potentialCountryCode);
2633 phoneNumber.setCountryCodeSource(CountryCodeSource.FROM_NUMBER_WITHOUT_PLUS_SIGN);
2635 phoneNumber
2575 maybeExtractCountryCode(String number, PhoneMetadata defaultRegionMetadata, StringBuilder nationalNumber, boolean keepRawInput, PhoneNumber phoneNumber) argument
2845 parse(String numberToParse, String defaultRegion, PhoneNumber phoneNumber) argument
2875 parseAndKeepRawInput(String numberToParse, String defaultRegion, PhoneNumber phoneNumber) argument
2925 setItalianLeadingZerosForPhoneNumber(String nationalNumber, PhoneNumber phoneNumber) argument
2950 parseHelper(String numberToParse, String defaultRegion, boolean keepRawInput, boolean checkRegion, PhoneNumber phoneNumber) argument
[all...]
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 421 milliseconds