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.java86 public static final int SMS_MESSAGE_PRIORITY_NOT_SPECIFIED = -1; field in IccSmsInterfaceManager
420 persistMessageForNonDefaultSmsApp, SMS_MESSAGE_PRIORITY_NOT_SPECIFIED, in sendText()
436 persistMessage, SMS_MESSAGE_PRIORITY_NOT_SPECIFIED, false /* expectMore */, in sendTextWithSelfPermissions()
627 SMS_MESSAGE_PRIORITY_NOT_SPECIFIED, false /* expectMore */, in sendMultipartText()
1154 true /* persistMessageForNonDefaultSmsApp */, SMS_MESSAGE_PRIORITY_NOT_SPECIFIED, in sendStoredText()
1211 SMS_MESSAGE_PRIORITY_NOT_SPECIFIED, in sendStoredMultipartText()
1227 SMS_MESSAGE_PRIORITY_NOT_SPECIFIED, in sendStoredMultipartText()
DSmsDispatchersController.java20 …rt static com.android.internal.telephony.IccSmsInterfaceManager.SMS_MESSAGE_PRIORITY_NOT_SPECIFIED;
634 messageUri, callingPkg, persistMessage, SMS_MESSAGE_PRIORITY_NOT_SPECIFIED, in sendText()
702 SMS_MESSAGE_PRIORITY_NOT_SPECIFIED, in sendMultipartText()
DSMSDispatcher.java30 …rt static com.android.internal.telephony.IccSmsInterfaceManager.SMS_MESSAGE_PRIORITY_NOT_SPECIFIED;
1819 SMS_MESSAGE_PRIORITY_NOT_SPECIFIED, SMS_MESSAGE_PERIOD_NOT_SPECIFIED, isForVvm); in getSmsTracker()
/frameworks/base/telephony/java/android/telephony/
DSmsManager.java289 public static final int SMS_MESSAGE_PRIORITY_NOT_SPECIFIED = -1; field in SmsManager
575 priority = SMS_MESSAGE_PRIORITY_NOT_SPECIFIED; in sendTextMessageInternal()
1015 priority = SMS_MESSAGE_PRIORITY_NOT_SPECIFIED; in sendMultipartTextMessageInternal()