/packages/apps/Messaging/src/com/android/messaging/util/ |
PhoneUtils.java | 28 import android.provider.Telephony; 30 import android.telephony.PhoneNumberUtils; 31 import android.telephony.SmsManager; 32 import android.telephony.SubscriptionInfo; 33 import android.telephony.SubscriptionManager; 34 import android.telephony.TelephonyManager; 53 * This class abstracts away platform dependency of calling telephony related 197 * Get the subscription_id column value from a telephony provider cursor 894 final String configuredApplication = Telephony.Sms.getDefaultSmsPackage(mContext); 907 return Telephony.Sms.getDefaultSmsPackage(mContext) [all...] |
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
CellBroadcastAlertDialog.java | 32 import android.provider.Telephony; 33 import android.telephony.CellBroadcastMessage; 34 import android.telephony.SmsCbCmasInfo; 429 Telephony.CellBroadcasts.DELIVERY_TIME, deliveryTime);
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
SyncManager.java | 22 import android.provider.Telephony; 43 * This class manages message sync with the Telephony SmsProvider/MmsProvider. 300 // Not default SMS app - need to actively monitor telephony but not notify 304 // Secondary users default SMS app - need to actively monitor telephony and notify 308 // Primary users default SMS app - don't monitor telephony (most changes from this app) 313 context.getContentResolver().registerContentObserver(Telephony.MmsSms.CONTENT_URI, 451 * Load the recipients of a thread from telephony provider. If we fail, use
|
/tools/test/connectivity/acts/tests/google/tel/config/ |
README.md | 0 ## Telephony Testing Config Files 2 Telephony config files have some differences from other ACTS configs that require additional keys to be defined in order to run nearly all tests. Below are details of many such keys: 5 - **no_bug_report_on_fail** - The default behavior of telephony tests is to capture a bug report after each failed test. In situations where this is overly time consuming or otherwise not desirable, defining this key (the value is unused) will bypass the process of collecting a bug report.
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
IccSmsInterfaceManager.java | 17 package com.android.internal.telephony; 19 import static android.telephony.SmsManager.STATUS_ON_ICC_FREE; 20 import static android.telephony.SmsManager.STATUS_ON_ICC_READ; 21 import static android.telephony.SmsManager.STATUS_ON_ICC_UNREAD; 37 import android.provider.Telephony; 38 import android.telephony.Rlog; 39 import android.telephony.SmsManager; 40 import android.telephony.SmsMessage; 41 import android.telephony.TelephonyManager; 44 import com.android.internal.telephony.cdma.CdmaSmsBroadcastConfigInfo [all...] |
ImsSMSDispatcher.java | 17 package com.android.internal.telephony; 19 import static android.telephony.SmsManager.RESULT_ERROR_GENERIC_FAILURE; 25 import android.provider.Telephony.Sms.Intents; 26 import android.telephony.Rlog; 29 import com.android.internal.telephony.cdma.CdmaInboundSmsHandler; 30 import com.android.internal.telephony.cdma.CdmaSMSDispatcher; 31 import com.android.internal.telephony.gsm.GsmInboundSmsHandler; 32 import com.android.internal.telephony.gsm.GsmSMSDispatcher; 220 android.telephony.SmsMessage msg = 221 android.telephony.SmsMessage.createFromPdu(pdu, format) [all...] |
SMSDispatcher.java | 17 package com.android.internal.telephony; 43 import android.provider.Telephony; 44 import android.provider.Telephony.Sms; 48 import android.telephony.CarrierMessagingServiceManager; 49 import android.telephony.PhoneNumberUtils; 50 import android.telephony.Rlog; 51 import android.telephony.ServiceState; 52 import android.telephony.TelephonyManager; 67 import com.android.internal.telephony.GsmAlphabet.TextEncodingDetails; 68 import com.android.internal.telephony.uicc.UiccCard [all...] |
UiccSmsController.java | 19 package com.android.internal.telephony; 29 import android.provider.Telephony.Sms.Intents; 30 import android.telephony.Rlog; 31 import android.telephony.SmsManager; 32 import android.telephony.SubscriptionInfo; 33 import android.telephony.SubscriptionManager; 34 import android.telephony.TelephonyManager;
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
GsmSMSDispatcher.java | 17 package com.android.internal.telephony.gsm; 26 import android.provider.Telephony.Sms; 27 import android.provider.Telephony.Sms.Intents; 28 import android.telephony.Rlog; 29 import android.telephony.ServiceState; 32 import com.android.internal.telephony.GsmAlphabet; 33 import com.android.internal.telephony.ImsSMSDispatcher; 34 import com.android.internal.telephony.InboundSmsHandler; 35 import com.android.internal.telephony.Phone; 36 import com.android.internal.telephony.SMSDispatcher [all...] |
UsimDataDownloadHandler.java | 17 package com.android.internal.telephony.gsm; 23 import android.provider.Telephony.Sms.Intents; 24 import android.telephony.PhoneNumberUtils; 25 import android.telephony.Rlog; 26 import android.telephony.SmsManager; 28 import com.android.internal.telephony.CommandsInterface; 29 import com.android.internal.telephony.cat.ComprehensionTlvTag; 30 import com.android.internal.telephony.uicc.IccIoResult; 31 import com.android.internal.telephony.uicc.IccUtils; 32 import com.android.internal.telephony.uicc.UsimServiceTable [all...] |
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/ |
PduPersister.java | 39 import android.provider.Telephony; 40 import android.provider.Telephony.Mms; 41 import android.provider.Telephony.MmsSms; 42 import android.provider.Telephony.Threads; 43 import android.provider.Telephony.Mms.Addr; 44 import android.provider.Telephony.Mms.Part; 45 import android.provider.Telephony.MmsSms.PendingMessages; 46 import android.telephony.SubscriptionManager; 47 import android.telephony.PhoneNumberUtils; 48 import android.telephony.TelephonyManager [all...] |
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/ |
SendMessageAction.java | 25 import android.provider.Telephony.Mms; 26 import android.provider.Telephony.Sms; 44 * Action used to send an outgoing message. It writes MMS messages to the telephony db 45 * ({@link InsertNewMessageAction}) writes SMS messages to the telephony db). It also 121 // If message is missing in the telephony database we don't need to send it 219 // For MMS messages first need to write to telephony (resizing images if needed) 353 // First in the telephony DB 376 + " in telephony (" + message.getSmsMessageUri() + ")"); 381 + " in telephony (" + message.getSmsMessageUri() + "); marking message failed");
|
ReceiveSmsMessageAction.java | 24 import android.provider.Telephony.Sms; 96 // Only the primary user gets to insert the message into the telephony db and into bugle's 108 // incoming messages are marked as seen in the telephony db 111 // Insert into telephony 117 LogUtil.d(TAG, "ReceiveSmsMessageAction: Inserted SMS message into telephony, " 121 LogUtil.e(TAG, "ReceiveSmsMessageAction: Failed to insert SMS into telephony!");
|
SyncCursorPair.java | 22 import android.provider.Telephony.Mms; 23 import android.provider.Telephony.Sms; 51 * Class holding a pair of cursors - one for local db and one for telephony provider - allowing 77 * @return If sms is in sync with telephony sms/mms providers 326 // A subquery that selects SMS/MMS messages in Bugle which are also in telephony 426 * Since SMS and MMS are stored in different tables in telephony provider, 645 * @return If sms is in sync with telephony sms/mms providers
|
/development/samples/devbytes/telephony/SmsSampleProject/app/src/main/java/com/example/android/smssample/ |
MainActivity.java | 24 import android.provider.Telephony.Sms.Inbox; 30 import android.telephony.TelephonyManager; 153 final TelephonyManager telephony = local 156 phoneNumberToast = "Phone number: " + telephony.getLine1Number(); 194 * A basic SmsQuery on android.provider.Telephony.Sms.Inbox
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
CdmaInboundSmsHandler.java | 17 package com.android.internal.telephony.cdma; 24 import android.provider.Telephony.Sms.Intents; 25 import android.telephony.SmsCbMessage; 27 import com.android.internal.telephony.CellBroadcastHandler; 28 import com.android.internal.telephony.CommandsInterface; 29 import com.android.internal.telephony.InboundSmsHandler; 30 import com.android.internal.telephony.InboundSmsTracker; 31 import com.android.internal.telephony.Phone; 32 import com.android.internal.telephony.SmsConstants; 33 import com.android.internal.telephony.SmsMessageBase [all...] |
CdmaSMSDispatcher.java | 17 package com.android.internal.telephony.cdma; 26 import android.provider.Telephony.Sms; 27 import android.telephony.Rlog; 28 import android.telephony.ServiceState; 29 import android.telephony.SmsManager; 30 import android.telephony.TelephonyManager; 32 import com.android.internal.telephony.GsmAlphabet; 33 import com.android.internal.telephony.GsmCdmaPhone; 34 import com.android.internal.telephony.ImsSMSDispatcher; 35 import com.android.internal.telephony.Phone [all...] |
/frameworks/opt/telephony/src/java/com/google/android/mms/util/ |
PduCache.java | 23 import android.provider.Telephony.Mms;
|
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/ |
MapTestData.java | 15 import android.provider.Telephony.Sms;
|
BluetoothMapContentTest.java | 24 import android.provider.Telephony.Mms; 25 import android.provider.Telephony.MmsSms; 26 import android.provider.Telephony.Threads; [all...] |
/packages/apps/Messaging/src/com/android/messaging/mmslib/util/ |
PduCache.java | 23 import android.provider.Telephony.Mms;
|
/packages/apps/Settings/src/com/android/settings/ |
SmsDefaultDialog.java | 27 import android.provider.Telephony.Sms.Intents; 28 import android.telephony.TelephonyManager; 39 import com.android.internal.telephony.SmsApplication; 40 import com.android.internal.telephony.SmsApplication.SmsApplicationData;
|
/packages/apps/Messaging/src/com/android/messaging/ui/ |
UIIntentsImpl.java | 36 import android.provider.Telephony; 498 final Intent intent = new Intent(Telephony.Sms.Intents.ACTION_CHANGE_DEFAULT); 499 intent.putExtra(Telephony.Sms.Intents.EXTRA_PACKAGE_NAME, activity.getPackageName());
|
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/ |
PduPersister.java | 29 import android.provider.Telephony.Mms; 30 import android.provider.Telephony.Mms.Addr; 31 import android.provider.Telephony.Mms.Part; 32 import android.provider.Telephony.MmsSms; 33 import android.provider.Telephony.MmsSms.PendingMessages; 36 import android.telephony.PhoneNumberUtils; [all...] |
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
SubscriptionInfoUpdaterTest.java | 16 package com.android.internal.telephony; 28 import android.provider.Telephony; 29 import android.telephony.CarrierConfigManager; 30 import android.telephony.SubscriptionInfo; 31 import android.telephony.SubscriptionManager; 36 import com.android.internal.telephony.uicc.IccCardProxy; 37 import com.android.internal.telephony.uicc.IccFileHandler; 38 import com.android.internal.telephony.uicc.IccRecords; 39 import com.android.internal.telephony.uicc.IccUtils; 53 import static com.android.internal.telephony.TelephonyTestUtils.waitForMs [all...] |