OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:telephony
(Results
576 - 600
of
701
) sorted by null
<<
21
22
23
24
25
26
27
28
29
/packages/services/Telephony/src/com/android/phone/
CellBroadcastSms.java
26
import com.android.internal.
telephony
.Phone;
27
import com.android.internal.
telephony
.RILConstants;
EditPhoneNumberPreference.java
27
import android.
telephony
.PhoneNumberUtils;
/cts/tests/tests/app/src/android/app/cts/
SystemFeaturesTest.java
39
import android.
telephony
.TelephonyManager;
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoInstrument.java
30
import android.
telephony
.TelephonyManager;
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
BandwidthTest.java
30
import android.
telephony
.TelephonyManager;
/frameworks/base/location/java/com/android/internal/location/
GpsNetInitiatedHandler.java
33
import com.android.internal.
telephony
.GsmAlphabet;
/frameworks/base/services/java/com/android/server/net/
NetworkStatsService.java
59
import static android.
telephony
.PhoneStateListener.LISTEN_DATA_CONNECTION_STATE;
60
import static android.
telephony
.PhoneStateListener.LISTEN_NONE;
108
import android.
telephony
.PhoneStateListener;
109
import android.
telephony
.TelephonyManager;
[
all
...]
/frameworks/opt/net/voip/src/java/android/net/sip/
SipManager.java
26
import android.
telephony
.Rlog;
/frameworks/opt/net/voip/src/java/com/android/server/sip/
SipWakeupTimer.java
26
import android.
telephony
.Rlog;
/frameworks/opt/telephony/src/java/android/telephony/
CellBroadcastMessage.java
17
package android.
telephony
;
24
import android.provider.
Telephony
;
104
cursor.getColumnIndexOrThrow(
Telephony
.CellBroadcasts.GEOGRAPHICAL_SCOPE));
106
cursor.getColumnIndexOrThrow(
Telephony
.CellBroadcasts.SERIAL_NUMBER));
108
cursor.getColumnIndexOrThrow(
Telephony
.CellBroadcasts.SERVICE_CATEGORY));
110
cursor.getColumnIndexOrThrow(
Telephony
.CellBroadcasts.LANGUAGE_CODE));
112
cursor.getColumnIndexOrThrow(
Telephony
.CellBroadcasts.MESSAGE_BODY));
114
cursor.getColumnIndexOrThrow(
Telephony
.CellBroadcasts.MESSAGE_FORMAT));
116
cursor.getColumnIndexOrThrow(
Telephony
.CellBroadcasts.MESSAGE_PRIORITY));
119
int plmnColumn = cursor.getColumnIndex(
Telephony
.CellBroadcasts.PLMN)
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
SignalToneUtil.java
17
package com.android.internal.
telephony
.cdma;
/packages/apps/Dialer/src/com/android/dialer/dialpad/
DialpadFragment.java
45
import android.
telephony
.PhoneNumberUtils;
46
import android.
telephony
.PhoneStateListener;
47
import android.
telephony
.TelephonyManager;
91
import com.android.internal.
telephony
.ITelephony;
[
all
...]
/packages/apps/InCallUI/src/com/android/incallui/
CallList.java
27
import com.android.services.
telephony
.common.Call;
36
* classes of changes to the call list as they are received from the
telephony
stack.
CallerInfoAsyncQuery.java
30
import android.
telephony
.PhoneNumberUtils;
/packages/apps/Mms/src/com/android/mms/
MmsConfig.java
29
import android.provider.
Telephony
;
33
import com.android.internal.
telephony
.TelephonyProperties;
127
String defaultSmsApplication =
Telephony
.Sms.getDefaultSmsPackage(context);
148
final Intent intent = new Intent(
Telephony
.Sms.Intents.ACTION_CHANGE_DEFAULT);
149
intent.putExtra(
Telephony
.Sms.Intents.EXTRA_PACKAGE_NAME, MMS_APP_PACKAGE);
/packages/apps/Mms/src/com/android/mms/transaction/
HttpUtils.java
41
import android.
telephony
.TelephonyManager;
/packages/apps/Mms/src/com/android/mms/ui/
ManageSimMessages.java
35
import android.provider.
Telephony
.Sms;
36
import android.
telephony
.SmsManager;
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
GlobalSearchSupport.java
33
import android.
telephony
.TelephonyManager;
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardUpdateMonitor.java
48
import com.android.internal.
telephony
.IccCardConstants;
49
import com.android.internal.
telephony
.TelephonyIntents;
51
import android.
telephony
.TelephonyManager;
102
//
Telephony
state
316
* {@link com.android.internal.
telephony
.TelephonyIntents#ACTION_SIM_STATE_CHANGED} broadcast,
360
// This is required because
telephony
doesn't return to "READY" after
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
CommandParamsFactory.java
17
package com.android.internal.
telephony
.cat;
23
import com.android.internal.
telephony
.GsmAlphabet;
24
import com.android.internal.
telephony
.uicc.IccFileHandler;
515
// the
telephony
layer. IDLE TEXT should be removed for a REFRESH command
[
all
...]
/frameworks/base/services/java/com/android/server/location/
GpsLocationProvider.java
59
import android.provider.
Telephony
.Carriers;
60
import android.provider.
Telephony
.Sms.Intents;
61
import android.
telephony
.SmsMessage;
62
import android.
telephony
.TelephonyManager;
63
import android.
telephony
.gsm.GsmCellLocation;
73
import com.android.internal.
telephony
.Phone;
74
import com.android.internal.
telephony
.PhoneConstants;
[
all
...]
/prebuilts/sdk/18/
android.jar
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/current/
android.jar
/external/robolectric/src/main/java/com/xtremelabs/robolectric/
Robolectric.java
52
import android.
telephony
.PhoneNumberUtils;
53
import android.
telephony
.SmsManager;
54
import android.
telephony
.TelephonyManager;
[
all
...]
Completed in 768 milliseconds
<<
21
22
23
24
25
26
27
28
29