OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:telephony
(Results
201 - 225
of
701
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertDialog.java
24
import android.
telephony
.CellBroadcastMessage;
CellBroadcastReceiverApp.java
20
import android.
telephony
.CellBroadcastMessage;
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
PhoneNumberFormatter.java
21
import android.
telephony
.PhoneNumberFormattingTextWatcher;
/packages/apps/Dialer/src/com/android/dialer/dialpad/
UnicodeDialerKeyListener.java
19
import android.
telephony
.PhoneNumberUtils;
/packages/apps/InCallUI/src/com/android/incallui/
DialpadPresenter.java
19
import android.
telephony
.PhoneNumberUtils;
/packages/apps/Mms/src/com/android/mms/util/
PhoneNumberFormatter.java
21
import android.
telephony
.PhoneNumberFormattingTextWatcher;
/packages/apps/Stk/src/com/android/stk/
StkAppInstaller.java
19
import com.android.internal.
telephony
.cat.CatLog;
/packages/services/Telephony/common/src/com/android/services/telephony/common/
AudioMode.java
17
package com.android.services.
telephony
.common;
CallIdentification.java
17
package com.android.services.
telephony
.common;
22
import com.android.internal.
telephony
.PhoneConstants;
/packages/services/Telephony/src/com/android/phone/
SpecialCharSequenceMgr.java
26
import com.android.internal.
telephony
.TelephonyIntents;
27
import com.android.internal.
telephony
.Phone;
28
import android.
telephony
.PhoneNumberUtils;
32
import com.android.internal.
telephony
.TelephonyCapabilities;
CallLogger.java
19
import com.android.internal.
telephony
.CallerInfo;
20
import com.android.internal.
telephony
.Connection;
21
import com.android.internal.
telephony
.Phone;
22
import com.android.internal.
telephony
.PhoneConstants;
23
import com.android.internal.
telephony
.TelephonyCapabilities;
29
import android.
telephony
.PhoneNumberUtils;
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
SmsMessageBodyTest.java
17
package com.android.internal.
telephony
;
19
import android.
telephony
.SmsMessage;
20
import android.
telephony
.TelephonyManager;
21
import android.
telephony
.Rlog;
27
import com.android.internal.
telephony
.SmsConstants;
555
int[] values = android.
telephony
.gsm.SmsMessage.calculateLength(msgBody, use7bitOnly);
563
values = android.
telephony
.SmsMessage.calculateLength(msgBody, use7bitOnly);
571
com.android.internal.
telephony
.gsm.SmsMessage.calculateLength(msgBody, use7bitOnly);
585
int[] values = android.
telephony
.SmsMessage.calculateLength(msgBody, use7bitOnly);
593
com.android.internal.
telephony
.cdma.SmsMessage.calculateLength(msgBody, use7bitOnly)
[
all
...]
IccServiceTableTest.java
17
package com.android.internal.
telephony
;
22
import com.android.internal.
telephony
.uicc.IccServiceTable;
/cts/tests/tests/telephony/src/android/telephony/cts/
ServiceStateTest.java
16
package android.
telephony
.cts;
19
import android.
telephony
.ServiceState;
PhoneStateListenerTest.java
16
package android.
telephony
.cts;
21
import android.
telephony
.CellLocation;
22
import android.
telephony
.PhoneStateListener;
23
import android.
telephony
.ServiceState;
24
import android.
telephony
.TelephonyManager;
TelephonyManagerTest.java
17
package android.
telephony
.cts;
27
import android.
telephony
.CellLocation;
28
import android.
telephony
.PhoneStateListener;
29
import android.
telephony
.TelephonyManager;
32
import com.android.internal.
telephony
.PhoneConstants;
125
* The getter methods here are all related to the information about the
telephony
.
279
assertNotNull("Non-
telephony
devices must have a Build.SERIAL number.",
326
// Non-
telephony
may still have the property defined if it has a SIM.
338
// Non-
telephony
may still have the property defined if it has a SIM.
/development/samples/ApiDemos/
Android.mk
13
LOCAL_JAVA_LIBRARIES :=
telephony
-common mms-common
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
Connection.java
17
package com.android.internal.
telephony
;
19
import android.
telephony
.Rlog;
IccPhoneBookInterfaceManager.java
17
package com.android.internal.
telephony
;
26
import com.android.internal.
telephony
.uicc.AdnRecord;
27
import com.android.internal.
telephony
.uicc.AdnRecordCache;
28
import com.android.internal.
telephony
.uicc.IccCardApplicationStatus.AppType;
29
import com.android.internal.
telephony
.uicc.IccConstants;
30
import com.android.internal.
telephony
.uicc.IccRecords;
Phone.java
17
package com.android.internal.
telephony
;
24
import android.
telephony
.CellInfo;
25
import android.
telephony
.CellLocation;
26
import android.
telephony
.PhoneStateListener;
27
import android.
telephony
.ServiceState;
28
import android.
telephony
.SignalStrength;
30
import com.android.internal.
telephony
.test.SimulatedRadioControl;
31
import com.android.internal.
telephony
.uicc.IsimRecords;
32
import com.android.internal.
telephony
.uicc.UsimServiceTable;
34
import com.android.internal.
telephony
.PhoneConstants.*; // ????
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
SpnOverride.java
17
package com.android.internal.
telephony
.uicc;
29
import android.
telephony
.Rlog;
/frameworks/base/core/java/android/net/
CaptivePortalTracker.java
33
import android.
telephony
.CellIdentityCdma;
34
import android.
telephony
.CellIdentityGsm;
35
import android.
telephony
.CellIdentityLte;
36
import android.
telephony
.CellIdentityWcdma;
37
import android.
telephony
.CellInfo;
38
import android.
telephony
.CellInfoCdma;
39
import android.
telephony
.CellInfoGsm;
40
import android.
telephony
.CellInfoLte;
41
import android.
telephony
.CellInfoWcdma;
42
import android.
telephony
.TelephonyManager
[
all
...]
NetworkTemplate.java
26
import static android.
telephony
.TelephonyManager.NETWORK_CLASS_2_G;
27
import static android.
telephony
.TelephonyManager.NETWORK_CLASS_3_G;
28
import static android.
telephony
.TelephonyManager.NETWORK_CLASS_4_G;
29
import static android.
telephony
.TelephonyManager.NETWORK_CLASS_UNKNOWN;
30
import static android.
telephony
.TelephonyManager.getNetworkClass;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaLteServiceStateTracker.java
17
package com.android.internal.
telephony
.cdma;
19
import com.android.internal.
telephony
.TelephonyProperties;
20
import com.android.internal.
telephony
.MccTable;
21
import com.android.internal.
telephony
.EventLogTags;
22
import com.android.internal.
telephony
.uicc.RuimRecords;
23
import com.android.internal.
telephony
.uicc.IccCardApplicationStatus.AppState;
25
import android.
telephony
.CellInfo;
26
import android.
telephony
.CellInfoLte;
27
import android.
telephony
.CellSignalStrengthLte;
28
import android.
telephony
.CellIdentityLte
[
all
...]
/frameworks/opt/telephony/src/java/android/telephony/
SmsManager.java
18
package android.
telephony
;
26
import com.android.internal.
telephony
.ISms;
27
import com.android.internal.
telephony
.SmsRawData;
28
import com.android.internal.
telephony
.uicc.IccConstants;
365
* intent with the action "android.provider.
Telephony
.SMS_CB_RECEIVED".
427
* intent with the action "android.provider.
Telephony
.SMS_CB_RECEIVED".
558
String format = com.android.internal.
telephony
.SmsConstants.FORMAT_UNKNOWN;
Completed in 498 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>