OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:countryIso
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/telephony/current/src/android/telephony/cts/
SmsUsageMonitorShortCodeTest.java
51
final String
countryIso
;
55
ShortCodeTest(String
countryIso
, String destAddress, int category) {
56
this.
countryIso
=
countryIso
;
499
&& PhoneNumberUtils.isEmergencyNumber(test.address, test.
countryIso
)) {
502
assertEquals("country: " + test.
countryIso
+ " number: " + test.address,
504
test.address, test.
countryIso
));
TelephonyManagerTest.java
[
all
...]
Completed in 489 milliseconds