Home
last modified time | relevance | path

Searched refs:SMS (Results 1 – 25 of 56) sorted by relevance

123

/aosp12/frameworks/proto_logging/stats/enums/telephony/
H A Denums.proto171 // Format of SMS message
181 // Technology used to carry an SMS message
184 * Unknown SMS technology used to carry the SMS.
185 * This value is also used for injected SMS.
188 /** The SMS was carried over CS bearer in 3GPP network */
190 /** The SMS was carried over CS bearer in 3GPP2 network */
192 /** The SMS was carried over IMS */
196 // Types of SMS message
200 /** SMS-PP (point-to-point). */
210 // Incoming SMS errors
[all …]
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadTest.java.broken26 * Test SMS-PP data download to UICC.
79 // SMS-PP Message 3.1.1
89 // SMS-PP Download Envelope 3.1.1
93 // SMS-PP Message 3.1.5
105 // SMS-PP Download Envelope 3.1.5
112 assertTrue("message is SMS-PP data download", message.isUsimDataDownload());
132 assertTrue("message is SMS-PP data download", message.isUsimDataDownload());
H A DUsimDataDownloadCommands.java.broken34 * SMS acknowledgement commands.
39 private boolean mExpectingAcknowledgeGsmSms; // true if expecting ack GSM SMS
40 private boolean mExpectingAcknowledgeGsmSmsSuccess; // true if expecting ack SMS success
41 private int mExpectingAcknowledgeGsmSmsFailureCause; // expecting ack SMS failure cause
42 private String mExpectingAcknowledgeGsmSmsPdu; // expecting ack SMS PDU
102 Assert.assertFalse("expecting SMS acknowledge call", mExpectingAcknowledgeGsmSms);
110 Assert.assertTrue("unexpected call to acknowledge SMS", mExpectingAcknowledgeGsmSms);
126 Assert.assertTrue("unexpected call to acknowledge SMS", mExpectingAcknowledgeGsmSms);
/aosp12/hardware/interfaces/radio/1.0/
H A DIRadioIndication.hal54 * Indicates when new SMS is received.
55 * Callee must subsequently confirm the receipt of the SMS with a
62 * @param pdu PDU of SMS-DELIVER represented as byte array.
68 * Indicates when new SMS Status Report is received.
69 * Callee must subsequently confirm the receipt of the SMS with a
76 * @param pdu PDU of SMS-STATUS-REPORT represented as byte array.
82 * Indicates when new SMS has been stored on SIM card
222 * Indicates when new CDMA SMS is received
223 * Callee must subsequently confirm the receipt of the SMS with
234 * Indicates when new Broadcast SMS is received
[all …]
H A DIRadio.hal329 * Send an SMS message
343 * Send an SMS message. Identical to sendSms,
750 * Stores a SMS message to SIM memory.
760 * Deletes a SMS message from SIM memory.
972 * Send a CDMA SMS message
1002 * Set GSM/WCDMA Cell Broadcast SMS config
1023 * Request the setting of CDMA Broadcast SMS config
1032 * Set CDMA Broadcast SMS config
1065 * Stores a CDMA SMS message to RUIM memory.
1075 * Deletes a CDMA SMS message from RUIM memory.
[all …]
H A Dtypes.hal101 NO_SMS_TO_ACK = 48, // ACK received when there is no SMS to ack
817 ALPHANUMERIC, // GSM SMS: address value is GSM 7-bit chars
977 NONE = 0x00, // No restriction at all including voice/SMS/USSD/SS/AV64
980 // normal voice/SMS/USSD/SS/AV64.
981 CS_NORMAL = 0x02, // Block all normal voice/SMS/USSD/SS/AV64 due to
983 CS_ALL = 0x04, // Block all voice/SMS/USSD/SS/AV64 including emergency
1096 SMS = 1 << 3,
1741 string pdu; // SMS in PDU format as an ASCII hex string less the
1750 // corresponding to failed MO SMS.
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/utils/
H A DUtils.java29 import static android.Manifest.permission_group.SMS;
234 PLATFORM_PERMISSIONS.put(Manifest.permission.SEND_SMS, SMS); in PLATFORM_PERMISSIONS.put() argument
235 PLATFORM_PERMISSIONS.put(Manifest.permission.RECEIVE_SMS, SMS); in PLATFORM_PERMISSIONS.put() argument
236 PLATFORM_PERMISSIONS.put(Manifest.permission.READ_SMS, SMS); in PLATFORM_PERMISSIONS.put() argument
237 PLATFORM_PERMISSIONS.put(Manifest.permission.RECEIVE_MMS, SMS); in PLATFORM_PERMISSIONS.put() argument
238 PLATFORM_PERMISSIONS.put(Manifest.permission.RECEIVE_WAP_PUSH, SMS); in PLATFORM_PERMISSIONS.put() argument
239 PLATFORM_PERMISSIONS.put(Manifest.permission.READ_CELL_BROADCASTS, SMS); in PLATFORM_PERMISSIONS.put() argument
310 PERM_GROUP_REQUEST_RES.put(SMS, R.string.permgrouprequest_sms); in PERM_GROUP_REQUEST_RES.put() argument
779 return Manifest.permission_group.SMS.equals(group) in areGroupPermissionsIndividuallyControlled()
985 case SMS: in getPermissionGroupDescriptionString()
/aosp12/frameworks/opt/telephony/proto/src/
H A Dtelephony.proto33 // Send/Receive SMS sessions
624 // ACK received when there is no SMS to ack
693 // Sending SMS over IMS failed. Fallback to sending the SMS over CS.
2478 // Send a SMS message over RIL
2494 // Formats used to encode SMS messages
2568 // Types of SMS messages
2574 // SMS-PP.
2619 // Technology used to send/receive SMS
2622 // For outgoing SMS:
2625 // For incoming SMS of any type:
[all …]
H A Dpersist_atoms.proto40 /* Incoming SMS statistics and information. */
46 /* Outgoing SMS statistics and information. */
/aosp12/packages/apps/Contacts/src/com/android/contacts/logging/
H A DQuickContactEvent.java70 public static final int SMS = 11; field in QuickContactEvent.ActionType
/aosp12/packages/modules/Permission/framework-s/api/
H A Dcurrent.txt15 field public static final String ROLE_SMS = "android.app.role.SMS";
/aosp12/system/libsysprop/srcs/android/sysprop/
H A DTelephonyProperties.sysprop281 # Track CDMA SMS message id numbers to ensure they increment
314 # Set to false to disable SMS receiving, default is
327 # Set to false to disable SMS sending, default is
/aosp12/frameworks/opt/telephony/
H A DREADME.txt9 the system. This includes making phone calls, sending SMS/MMS, and connecting
/aosp12/packages/apps/Car/Messenger/src/com/android/car/messenger/impl/datamodels/util/
H A DCursorUtils.java70 SMS, enumConstant
H A DConversationFetchUtil.java171 conversationId, MESSAGE_LIMIT, /* offset= */ 0, CursorUtils.ContentType.SMS); in getSmsCursor()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DEventLogTags.logtags83 # SMS denied by user
/aosp12/hardware/interfaces/radio/1.6/
H A DIRadio.hal156 * Send an SMS message
172 * Send an SMS message. Identical to sendSms_1_6,
174 * keep SMS relay protocol link open (eg TS 27.005 AT+CMMS command)
190 * Send a CDMA SMS message
203 * Send an SMS message. Identical to sendCdmaSms_1_6,
H A Dtypes.hal135 /** 1X voice and SMS are not allowed simulteneously. */
142 * SMS is blocked due to call control, e.g., resource unavailable
/aosp12/frameworks/base/core/proto/android/media/
H A Daudioattributes.proto78 // communication such as a chat, or SMS.
/aosp12/frameworks/base/telephony/java/android/telephony/
H A DBarringInfo.java96 android.hardware.radio.V1_5.BarringInfo.ServiceType.SMS;
/aosp12/hardware/interfaces/radio/1.5/vts/functional/
H A Dradio_hidl_hal_api.cpp1291 info.serviceType <= BarringInfo::ServiceType::SMS) || in TEST_P()
1320 BarringInfo::ServiceType::SMS, in TEST_P()
1327 BarringInfo::ServiceType::SMS, in TEST_P()
1334 BarringInfo::ServiceType::SMS, BarringInfo::ServiceType::OPERATOR_1, in TEST_P()
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/service/
H A DRuntimePermissionsUpgradeController.kt354 (getPlatformPermissionNamesOfGroup(permission_group.SMS) +
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/role/model/
H A DPermissions.java184 Manifest.permission_group.SMS); in grant()
/aosp12/hardware/interfaces/radio/1.5/
H A Dtypes.hal764 SMS,
898 /** 28 SMS provided via GPRS in this routing area */
H A DIRadio.hal317 * Send an SMS message. Identical to sendCdmaSms,

123