Searched refs:TelephonyRcsService (Results 1 – 4 of 4) sorted by relevance
52 @Mock TelephonyRcsService.FeatureFactory mFeatureFactory;126 TelephonyRcsService service = createRcsService(1 /*numSlots*/); in testSlotUpdates()233 private TelephonyRcsService createRcsService(int numSlots) { in createRcsService()234 TelephonyRcsService service = new TelephonyRcsService(mContext, numSlots); in createRcsService()
43 import com.android.services.telephony.rcs.TelephonyRcsService;58 private TelephonyRcsService mRcsService;425 void setRcsService(TelephonyRcsService rcsService) { in setRcsService()
74 import com.android.services.telephony.rcs.TelephonyRcsService;153 TelephonyRcsService mTelephonyRcsService;396 mTelephonyRcsService = new TelephonyRcsService(this, in onCreate()
45 public class TelephonyRcsService { class128 public TelephonyRcsService(Context context, int numSlots) { in TelephonyRcsService() method in TelephonyRcsService