HomeSort by relevance Sort by last modified time
    Searched refs:checkDestination (Results 1 - 5 of 5) sorted by null

  /libcore/luni/src/main/java/java/net/
Socket.java 117 checkDestination(dstAddress, dstPort);
127 checkDestination(dstAddress, dstPort);
225 checkDestination(dstAddress, dstPort);
249 checkDestination(dstAddress, dstPort);
274 checkDestination(addr, port);
300 private void checkDestination(InetAddress destAddr, int dstPort) {
869 checkDestination(addr, port);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SMSDispatcher.java 737 // checkDestination() returns true if the destination is not a premium short code or the
740 if (checkDestination(tracker)) {
    [all...]
SmsUsageMonitor.java 77 /** Return value from {@link #checkDestination} for regular phone numbers. */
80 /** Return value from {@link #checkDestination} for free (no cost) short codes. */
83 /** Return value from {@link #checkDestination} for standard rate (non-premium) short codes. */
86 /** Return value from {@link #checkDestination} for possible premium short codes. */
89 /** Return value from {@link #checkDestination} for premium short codes. */
391 public int checkDestination(String destAddress, String countryIso) {
  /cts/tests/tests/telephony/src/android/telephony/cts/
SmsUsageMonitorShortCodeTest.java 34 /** Return value from {@link SmsUsageMonitor#checkDestination} for regular phone numbers. */
38 * Return value from {@link SmsUsageMonitor#checkDestination} for free (no cost)
44 * Return value from {@link SmsUsageMonitor#checkDestination} for standard rate (non-premium)
50 * Return value from {@link SmsUsageMonitor#checkDestination} for possible premium
55 /** Return value from {@link SmsUsageMonitor#checkDestination} for premium short codes. */
500 test.category, monitor.checkDestination(test.address, test.countryIso));
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
SmsUsageMonitorShortCodeTest.java 463 test.category, monitor.checkDestination(test.address, test.countryIso));

Completed in 322 milliseconds