OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:telephony
(Results
1 - 20
of
20
) sorted by null
/cts/tests/tests/telephony/src/android/telephony/cts/
SmsMessage_MessageClassTest.java
17
package android.
telephony
.cts;
20
import android.
telephony
.SmsMessage;
SmsMessage_SubmitPduTest.java
17
package android.
telephony
.cts;
19
import android.
telephony
.SmsMessage;
TelephonyUtils.java
17
package android.
telephony
.cts;
19
import android.
telephony
.TelephonyManager;
NeighboringCellInfoTest.java
17
package android.
telephony
.cts;
19
import static android.
telephony
.TelephonyManager.NETWORK_TYPE_UNKNOWN;
20
import static android.
telephony
.TelephonyManager.NETWORK_TYPE_EDGE;
21
import static android.
telephony
.TelephonyManager.NETWORK_TYPE_GPRS;
22
import static android.
telephony
.TelephonyManager.NETWORK_TYPE_UMTS;
26
import android.
telephony
.NeighboringCellInfo;
SimRestrictedApisTest.java
17
package android.
telephony
.cts;
20
import android.
telephony
.SmsManager;
21
import android.
telephony
.TelephonyManager;
SmsUsageMonitorShortCodeTest.java
17
package android.
telephony
.cts;
24
import com.android.internal.
telephony
.SmsUsageMonitor;
493
// do not test if device does not support
telephony
(voice or sms)
CellLocationTest.java
16
package android.
telephony
.cts;
24
import android.
telephony
.CellLocation;
25
import android.
telephony
.PhoneStateListener;
26
import android.
telephony
.TelephonyManager;
27
import android.
telephony
.gsm.GsmCellLocation;
38
private static final String TAG = "android.
telephony
.cts.CellLocationTest";
PhoneNumberUtilsTest.java
16
package android.
telephony
.cts;
27
import android.
telephony
.PhoneNumberUtils;
28
import android.
telephony
.TelephonyManager;
PhoneStateListenerTest.java
16
package android.
telephony
.cts;
22
import android.
telephony
.CellLocation;
23
import android.
telephony
.PhoneStateListener;
24
import android.
telephony
.ServiceState;
25
import android.
telephony
.TelephonyManager;
46
private static final String TAG = "android.
telephony
.cts.PhoneStateListenerTest";
ServiceStateTest.java
16
package android.
telephony
.cts;
19
import android.
telephony
.ServiceState;
SmsManagerTest.java
17
package android.
telephony
.cts;
28
import android.
telephony
.SmsManager;
29
import android.
telephony
.SmsMessage;
30
import android.
telephony
.TelephonyManager;
39
* Tests for {@link android.
telephony
.SmsManager}.
41
* Structured so tests can be reused to test {@link android.
telephony
.gsm.SmsManager}
331
private android.
telephony
.SmsManager getSmsManager() {
332
return android.
telephony
.SmsManager.getDefault();
SmsMessageTest.java
17
package android.
telephony
.cts;
22
import android.
telephony
.SmsMessage;
23
import android.
telephony
.TelephonyManager;
TelephonyManagerTest.java
17
package android.
telephony
.cts;
29
import android.
telephony
.CellLocation;
30
import android.
telephony
.PhoneStateListener;
31
import android.
telephony
.TelephonyManager;
35
import com.android.internal.
telephony
.PhoneConstants;
46
private static final String TAG = "android.
telephony
.cts.TelephonyManagerTest";
125
* The getter methods here are all related to the information about the
telephony
.
280
assertNotNull("Non-
telephony
devices must have a Build.SERIAL number.",
335
// Non-
telephony
may still have the property defined if it has a SIM.
347
// Non-
telephony
may still have the property defined if it has a SIM
[
all
...]
/cts/tests/tests/telephony/src/android/telephony/gsm/cts/
SmsMessage_MessageClassTest.java
17
package android.
telephony
.gsm.cts;
20
import android.
telephony
.gsm.SmsMessage;
SmsMessage_SubmitPduTest.java
17
package android.
telephony
.gsm.cts;
19
import android.
telephony
.gsm.SmsMessage;
SmsManagerTest.java
17
package android.
telephony
.gsm.cts;
22
import android.
telephony
.gsm.SmsManager;
25
public class SmsManagerTest extends android.
telephony
.cts.SmsManagerTest {
37
private android.
telephony
.gsm.SmsManager getSmsManager() {
38
return android.
telephony
.gsm.SmsManager.getDefault();
GsmCellLocationTest.java
17
package android.
telephony
.gsm.cts;
20
import android.
telephony
.gsm.GsmCellLocation;
/cts/tests/tests/permission2/src/android/permission2/cts/
NoReceiveSmsPermissionTest.java
26
import android.
telephony
.SmsManager;
27
import android.
telephony
.TelephonyManager;
33
* Uses {@link android.
telephony
.SmsManager}.
39
private static final String TELEPHONY_SMS_RECEIVED = "android.provider.
Telephony
.SMS_RECEIVED";
92
TelephonyManager
telephony
= (TelephonyManager)
local
95
String currentNumber =
telephony
.getLine1Number();
/external/chromium_org/third_party/libaddressinput/src/java/
android.jar
/external/chromium_org/third_party/android_platform/webview/
frameworks.jar
Completed in 229 milliseconds