Searched refs:mccmnc (Results 1 – 2 of 2) sorted by relevance
153 String mccmnc = mTelephonyManager.getSimOperator(); in setUp() local154 mDeliveryReportSupported = !(CarrierCapability.NO_DELIVERY_REPORTS.contains(mccmnc)); in setUp()222 String mccmnc = mTelephonyManager.getSimOperator(); in testSmsRetriever() local256 String mccmnc = mTelephonyManager.getSimOperator(); in testSendAndReceiveMessages() local281 if (sendDataMessageIfSupported(mccmnc)) { in testSendAndReceiveMessages()297 int numPartsSent = sendMultipartTextMessageIfSupported(mccmnc); in testSendAndReceiveMessages()326 String mccmnc = mTelephonyManager.getSimOperator(); in testSmsBlocking() local343 if (!sendDataMessageIfSupported(mccmnc)) { in testSmsBlocking()358 int numPartsSent = sendMultipartTextMessageIfSupported(mccmnc); in testSmsBlocking()614 private int sendMultipartTextMessageIfSupported(String mccmnc) { in sendMultipartTextMessageIfSupported() argument[all …]
713 String mccmnc = mTelephonyManager.getSimOperator(); in hasDataSms() local714 return !CarrierCapability.UNSUPPORT_DATA_SMS_MESSAGES.contains(mccmnc); in hasDataSms()