Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DIccSmsInterfaceManager.java88 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()
DSMSDispatcher.java22 …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/
DSmsManager.java290 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()