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.java119 updateFeatureControllerSize(numSlots);
148 updateFeatureControllerSize(mNumSlots); in initialize()
166 public void updateFeatureControllerSize(int newNumSlots) { in updateFeatureControllerSize() method in TelephonyRcsService
/packages/services/Telephony/tests/src/com/android/services/telephony/rcs/
DTelephonyRcsServiceTest.java131 service.updateFeatureControllerSize(1 /*newNumSlots*/); in testSlotUpdates()
140 service.updateFeatureControllerSize(2 /*newNumSlots*/); in testSlotUpdates()
151 service.updateFeatureControllerSize(1 /*newNumSlots*/); in testSlotUpdates()