OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:destAddress
(Results
1 - 6
of
6
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
SmsEnvelope.java
91
public CdmaSmsAddress
destAddress
;
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
InetAddressTest.java
409
for (InetAddress
destAddress
: localAddresses) {
410
assertTrue(
destAddress
.isReachable(loopbackInterface, TTL, TIME_OUT));
415
InetAddress
destAddress
= InetAddress.getByName("www.google.com");
416
assertFalse(
destAddress
.isReachable(loopbackInterface, TTL, TIME_OUT));
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
SmsUsageMonitor.java
387
* @param
destAddress
the destination address to test for possible short code
391
public int checkDestination(String
destAddress
, String countryIso) {
394
if (PhoneNumberUtils.isEmergencyNumber(
destAddress
, countryIso)) {
419
return mCurrentPatternMatcher.getNumberCategory(
destAddress
);
423
if (
destAddress
.length() <= 5) {
/cts/tests/tests/telephony/src/android/telephony/cts/
SmsUsageMonitorShortCodeTest.java
62
ShortCodeTest(String countryIso, String
destAddress
, int category) {
64
this.address =
destAddress
;
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
SmsUsageMonitorShortCodeTest.java
38
ShortCodeTest(String countryIso, String
destAddress
, int category) {
40
this.address =
destAddress
;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
SmsMessage.java
[
all
...]
Completed in 197 milliseconds