Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/services/telephony/rcs/
DTelephonyRcsService.java151 updateFeatureControllerSize(numSlots);
192 updateFeatureControllerSize(mNumSlots); in initialize()
210 public void updateFeatureControllerSize(int newNumSlots) { in updateFeatureControllerSize() method in TelephonyRcsService
/packages/services/Telephony/tests/src/com/android/services/telephony/rcs/
DTelephonyRcsServiceTest.java198 service.updateFeatureControllerSize(1 /*newNumSlots*/); in testSlotUpdates()
207 service.updateFeatureControllerSize(2 /*newNumSlots*/); in testSlotUpdates()
218 service.updateFeatureControllerSize(1 /*newNumSlots*/); in testSlotUpdates()