Home
last modified time | relevance | path

Searched refs:SMS_MESSAGE_PRIORITY_NOT_SPECIFIED (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DIccSmsInterfaceManager.java99 public static final int SMS_MESSAGE_PRIORITY_NOT_SPECIFIED = -1; field in IccSmsInterfaceManager
488 persistMessageForNonDefaultSmsApp, SMS_MESSAGE_PRIORITY_NOT_SPECIFIED, in sendText()
505 persistMessage, SMS_MESSAGE_PRIORITY_NOT_SPECIFIED, false /* expectMore */, in sendTextWithSelfPermissions()
698 SMS_MESSAGE_PRIORITY_NOT_SPECIFIED, false /* expectMore */, in sendMultipartText()
1307 true /* persistMessageForNonDefaultSmsApp */, SMS_MESSAGE_PRIORITY_NOT_SPECIFIED, in sendStoredText()
1377 SMS_MESSAGE_PRIORITY_NOT_SPECIFIED, in sendStoredMultipartText()
1393 SMS_MESSAGE_PRIORITY_NOT_SPECIFIED, in sendStoredMultipartText()
DSmsDispatchersController.java20 …rt static com.android.internal.telephony.IccSmsInterfaceManager.SMS_MESSAGE_PRIORITY_NOT_SPECIFIED;
667 messageUri, callingPkg, persistMessage, SMS_MESSAGE_PRIORITY_NOT_SPECIFIED, in sendText()
735 SMS_MESSAGE_PRIORITY_NOT_SPECIFIED, in sendMultipartText()
DSMSDispatcher.java30 …rt static com.android.internal.telephony.IccSmsInterfaceManager.SMS_MESSAGE_PRIORITY_NOT_SPECIFIED;
1895 SMS_MESSAGE_PRIORITY_NOT_SPECIFIED, SMS_MESSAGE_PERIOD_NOT_SPECIFIED, isForVvm); in getSmsTracker()
/frameworks/base/telephony/java/android/telephony/
DSmsManager.java279 public static final int SMS_MESSAGE_PRIORITY_NOT_SPECIFIED = -1; field in SmsManager
619 priority = SMS_MESSAGE_PRIORITY_NOT_SPECIFIED; in sendTextMessageInternal()
1180 priority = SMS_MESSAGE_PRIORITY_NOT_SPECIFIED; in sendMultipartTextMessageInternal()