OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Telephony
(Results
101 - 122
of
122
) sorted by null
1
2
3
4
5
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
SmsFacade.java
17
package com.googlecode.android_scripting.facade.
telephony
;
50
import android.provider.
Telephony
.Sms.Intents;
51
import android.provider.
Telephony
.Mms;
52
import android.
telephony
.SmsManager;
53
import android.
telephony
.SmsMessage;
54
import android.
telephony
.SmsCbMessage;
55
import com.android.internal.
telephony
.gsm.SmsCbConstants;
56
import com.android.internal.
telephony
.cdma.sms.SmsEnvelope;
57
import android.
telephony
.SmsCbEtwsInfo;
58
import android.
telephony
.SmsCbCmasInfo
[
all
...]
/frameworks/opt/telephony/src/java/android/provider/
Telephony.java
30
import android.
telephony
.SmsMessage;
31
import android.
telephony
.SubscriptionManager;
33
import android.
telephony
.Rlog;
36
import com.android.internal.
telephony
.PhoneConstants;
37
import com.android.internal.
telephony
.SmsApplication;
46
* The
Telephony
provider contains data related to phone operation, specifically SMS and MMS
50
* devices. If your app depends on
telephony
features such as for managing SMS messages, include
52
* </a> element in your manifest that declares the {@code "android.hardware.
telephony
"} hardware
53
* feature. Alternatively, you can check for
telephony
availability at runtime using either
56
* android.
telephony
.TelephonyManager#getPhoneType}.</p
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContentObserver.java
41
import android.provider.
Telephony
;
42
import android.provider.
Telephony
.Mms;
43
import android.provider.
Telephony
.MmsSms;
44
import android.provider.
Telephony
.Sms;
45
import android.provider.
Telephony
.Sms.Inbox;
46
import android.
telephony
.PhoneStateListener;
47
import android.
telephony
.ServiceState;
48
import android.
telephony
.SmsManager;
49
import android.
telephony
.SmsMessage;
50
import android.
telephony
.TelephonyManager
[
all
...]
BluetoothMapContent.java
28
import android.provider.
Telephony
.Mms;
29
import android.provider.
Telephony
.Sms;
30
import android.provider.
Telephony
.MmsSms;
31
import android.provider.
Telephony
.CanonicalAddressesColumns;
32
import android.provider.
Telephony
.Threads;
33
import android.
telephony
.PhoneNumberUtils;
34
import android.
telephony
.TelephonyManager;
135
/* Type of MMS address. From
Telephony
.java it must be one of PduHeaders.BCC, */
[
all
...]
/packages/apps/Messaging/src/com/android/messaging/sms/
DatabaseMessages.java
30
import android.provider.
Telephony
.Mms;
31
import android.provider.
Telephony
.Sms;
57
* Class contains various SMS/MMS database entities from
telephony
provider
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
GsmCdmaPhone.java
17
package com.android.internal.
telephony
;
40
import android.provider.
Telephony
;
42
import android.
telephony
.CarrierConfigManager;
43
import android.
telephony
.CellLocation;
44
import android.
telephony
.PhoneNumberUtils;
45
import android.
telephony
.ServiceState;
46
import android.
telephony
.SubscriptionManager;
47
import android.
telephony
.TelephonyManager;
49
import android.
telephony
.cdma.CdmaCellLocation;
51
import android.
telephony
.Rlog
[
all
...]
/external/libgdx/backends/gdx-backend-android/libs/
android-4.4.jar
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/21/
android.jar
/prebuilts/sdk/25/
android.jar
/prebuilts/sdk/current/
android.jar
/prebuilts/sdk/system_current/
android.jar
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
ProcessDownloadedMmsAction.java
26
import android.provider.
Telephony
.Mms;
27
import android.
telephony
.SmsManager;
273
// Insert the downloaded MMS into
telephony
283
// Inform sync we're adding a message to
telephony
417
// Delete the initial M-Notification.ind from
telephony
421
// Read the sent MMS from the
telephony
provider
464
// TODO: Also write these values to the
telephony
provider
SyncMessagesAction.java
26
import android.provider.
Telephony
.Mms;
/frameworks/base/services/core/java/com/android/server/location/
GnssLocationProvider.java
72
import android.provider.
Telephony
.Carriers;
73
import android.provider.
Telephony
.Sms.Intents;
74
import android.
telephony
.SmsMessage;
75
import android.
telephony
.SubscriptionManager;
76
import android.
telephony
.SubscriptionManager.OnSubscriptionsChangedListener;
77
import android.
telephony
.TelephonyManager;
78
import android.
telephony
.gsm.GsmCellLocation;
[
all
...]
/device/google/marlin/common/
base.mk
613
#IMS Extension module for Android
Telephony
786
frameworks/native/data/etc/android.hardware.
telephony
.gsm.xml:system/etc/permissions/android.hardware.
telephony
.gsm.xml \
787
frameworks/native/data/etc/android.hardware.
telephony
.cdma.xml:system/etc/permissions/android.hardware.
telephony
.cdma.xml \
/frameworks/base/services/core/java/com/android/server/pm/
DefaultPermissionGrantPolicy.java
43
import android.provider.
Telephony
.Sms.Intents;
44
import android.
telephony
.TelephonyManager;
[
all
...]
/packages/apps/CellBroadcastReceiver/tests/testapp/src/com/android/cellbroadcastreceiver/tests/
SendTestMessages.java
24
import android.provider.
Telephony
.Sms.Intents;
25
import android.
telephony
.SmsCbLocation;
26
import android.
telephony
.SmsCbMessage;
28
import com.android.internal.
telephony
.PhoneConstants;
30
import com.android.internal.
telephony
.EncodeException;
31
import com.android.internal.
telephony
.GsmAlphabet;
32
import com.android.internal.
telephony
.gsm.GsmSmsCbMessage;
33
import com.android.internal.
telephony
.gsm.SmsCbConstants;
34
import com.android.internal.
telephony
.uicc.IccUtils;
[
all
...]
/frameworks/base/
compiled-classes-phone
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhone.java
17
package com.android.internal.
telephony
.imsphone;
40
import android.provider.
Telephony
;
41
import android.
telephony
.CarrierConfigManager;
42
import android.
telephony
.PhoneNumberUtils;
43
import android.
telephony
.Rlog;
44
import android.
telephony
.ServiceState;
45
import android.
telephony
.SubscriptionManager;
46
import android.
telephony
.TelephonyManager;
60
import static com.android.internal.
telephony
.CommandsInterface.CB_FACILITY_BAOC;
61
import static com.android.internal.
telephony
.CommandsInterface.CB_FACILITY_BAOIC
[
all
...]
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
WapPushTest.java
26
import android.provider.
Telephony
.Sms.Intents;
30
import com.android.internal.
telephony
.IWapPushManager;
31
import com.android.internal.
telephony
.WapPushManagerParams;
32
import com.android.internal.
telephony
.WspTypeDecoder;
33
import com.android.internal.
telephony
.uicc.IccUtils;
[
all
...]
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
TelephonyProvider.java
1
/* //device/content/providers/
telephony
/TelephonyProvider.java
18
package com.android.providers.
telephony
;
41
import android.
telephony
.ServiceState;
42
import android.
telephony
.SubscriptionInfo;
43
import android.
telephony
.SubscriptionManager;
44
import android.
telephony
.TelephonyManager;
63
import static android.provider.
Telephony
.Carriers.*;
67
private static final String DATABASE_NAME = "
telephony
.db";
106
private static final String OEM_APNS_PATH = "
telephony
/apns-conf.xml";
156
s_urlMatcher.addURI("
telephony
", "carriers", URL_TELEPHONY)
[
all
...]
Completed in 1148 milliseconds
1
2
3
4
5