Home
last modified time | relevance | path

Searched refs:mRepository (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/opt/net/ims/tests/src/com/android/ims/
H A DImsFeatureBinderRepositoryTest.java67 private ImsFeatureBinderRepository mRepository; field in ImsFeatureBinderRepositoryTest
72 mRepository = new ImsFeatureBinderRepository(); in setUp()
89 mRepository.addConnection(TEST_PHONE_ID_1, ImsFeature.FEATURE_MMTEL, fc); in testGetInterfaceExists()
101 mRepository.getIfExists(TEST_PHONE_ID_1, in testGetInterfaceDoesntExist()
111 mRepository.addConnection(TEST_PHONE_ID_1, ImsFeature.FEATURE_MMTEL, fc); in testGetInterfaceRemoveDoesntExist()
114 mRepository.getIfExists(TEST_PHONE_ID_1, in testGetInterfaceRemoveDoesntExist()
129 mRepository.getIfExists(TEST_PHONE_ID_1, in testGetInterfaceUpdateExists()
144 mRepository.addConnection(TEST_PHONE_ID_1, ImsFeature.FEATURE_RCS, fcB); in testGetMultipleInterfacesExists()
146 mRepository.getIfExists(TEST_PHONE_ID_1, in testGetMultipleInterfacesExists()
149 mRepository.getIfExists(TEST_PHONE_ID_1, in testGetMultipleInterfacesExists()
[all …]
/aosp12/packages/modules/NetworkStack/tests/unit/src/android/net/dhcp/
H A DDhcpServerTest.java120 private DhcpLeaseRepository mRepository; field in DhcpServerTest
212 verify(mRepository, never()).addLeaseCallbacks(eq(null)); in tearDown()
229 verify(mRepository).addLeaseCallbacks(eq(mEventCallbacks)); in testStartWithCallbacks()
237 when(mRepository.getOffer(isNull() /* clientId */, eq(TEST_CLIENT_MAC), in testDiscover()
275 when(mRepository.getOffer(isNull() /* clientId */, eq(TEST_CLIENT_MAC), in testDiscover_OutOfAddresses()
303 when(mRepository.requestLease(isNull() /* clientId */, eq(TEST_CLIENT_MAC), in testRequest_Selecting_Ack()
323 when(mRepository.requestLease(isNull(), eq(TEST_CLIENT_MAC), in testRequest_Selecting_Nak()
347 verify(mRepository, times(1)) in testRelease()
362 when(mRepository.getCommittedLeases()).thenReturn( in runOnReceivedDeclinePacket()
406 verify(mRepository).addLeaseCallbacks(eq(mEventCallbacks)); in testChangePrefixOnDecline()
[all …]
/aosp12/frameworks/layoutlib/bridge/tests/src/com/android/ide/common/resources/deprecated/
H A DValueResourceParser.java66 private final IValueResourceRepository mRepository; field in ValueResourceParser
71 mRepository = repository; in ValueResourceParser()
132 mRepository.addResourceValue(mCurrentStyle); in startElement()
138 mRepository.addResourceValue(mCurrentDeclareStyleable); in startElement()
143 mRepository.addResourceValue(mCurrentAttr); in startElement()
148 mRepository.addResourceValue(mArrayResourceValue); in startElement()
154 mRepository.addResourceValue(mCurrentValue); in startElement()
177 mRepository.addResourceValue(mCurrentAttr); in startElement()
H A DIdResourceParser.java45 private final IValueResourceRepository mRepository; field in IdResourceParser
57 mRepository = repository; in IdResourceParser()
112 mRepository.addResourceValue(newId); in parse()
H A DResourceFolder.java40 private final ResourceRepository mRepository; field in ResourceFolder
54 mRepository = repository; in ResourceFolder()
117 return mRepository; in getRepository()
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DCreateConnectionProcessor.java118 private final ConnectionServiceRepository mRepository; field in CreateConnectionProcessor
135 mRepository = repository; in CreateConnectionProcessor()
238 mService = mRepository.getService(phoneAccount.getComponentName(), in attemptNextPhoneAccount()
H A DCall.java480 private final ConnectionServiceRepository mRepository; field in Call
756 mRepository = repository; in Call()
2182 mCreateConnectionProcessor = new CreateConnectionProcessor(this, mRepository, this, in startCreateConnection()