Searched refs:SMS_MESSAGE_PRIORITY_NOT_SPECIFIED (Results 1 – 3 of 3) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | IccSmsInterfaceManager.java | 88 public static final int SMS_MESSAGE_PRIORITY_NOT_SPECIFIED = -1; field in IccSmsInterfaceManager 462 persistMessageForNonDefaultSmsApp, SMS_MESSAGE_PRIORITY_NOT_SPECIFIED, in sendText() 480 persistMessage, SMS_MESSAGE_PRIORITY_NOT_SPECIFIED, false /* expectMore */, in sendTextWithSelfPermissions() 679 SMS_MESSAGE_PRIORITY_NOT_SPECIFIED, false /* expectMore */, in sendMultipartText() 1278 true /* persistMessageForNonDefaultSmsApp */, SMS_MESSAGE_PRIORITY_NOT_SPECIFIED, in sendStoredText() 1349 SMS_MESSAGE_PRIORITY_NOT_SPECIFIED, in sendStoredMultipartText() 1365 SMS_MESSAGE_PRIORITY_NOT_SPECIFIED, in sendStoredMultipartText()
|
D | SMSDispatcher.java | 22 …rt static com.android.internal.telephony.IccSmsInterfaceManager.SMS_MESSAGE_PRIORITY_NOT_SPECIFIED; 2379 SMS_MESSAGE_PRIORITY_NOT_SPECIFIED, SMS_MESSAGE_PERIOD_NOT_SPECIFIED, isForVvm, in getSmsTracker()
|
/frameworks/base/telephony/java/android/telephony/ |
D | SmsManager.java | 290 public static final int SMS_MESSAGE_PRIORITY_NOT_SPECIFIED = -1; field in SmsManager 713 priority = SMS_MESSAGE_PRIORITY_NOT_SPECIFIED; in sendTextMessageInternal() 1272 priority = SMS_MESSAGE_PRIORITY_NOT_SPECIFIED; in sendMultipartTextMessageInternal()
|