Home
last modified time | relevance | path

Searched refs:verifyActiveSubId (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telephony/src/com/android/services/telephony/rcs/
DTelephonyRcsService.java261 public boolean verifyActiveSubId(int slotId, int subId) { in verifyActiveSubId() method in TelephonyRcsService
/packages/services/Telephony/src/com/android/phone/
DImsRcsController.java954 if (mRcsService.verifyActiveSubId(slotId, subId)) return; in verifyRcsSubIdActiveOrThrow()