Home
last modified time | relevance | path

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

/frameworks/opt/net/ims/tests/src/com/android/ims/
DImsFeatureBinderRepositoryTest.java69 private ImsFeatureBinderRepository mRepository; field in ImsFeatureBinderRepositoryTest
74 mRepository = new ImsFeatureBinderRepository(); in setUp()
91 mRepository.addConnection(TEST_PHONE_ID_1, TEST_SUB_ID_3, ImsFeature.FEATURE_MMTEL, fc); in testGetInterfaceExists()
93 mRepository.getIfExists(TEST_PHONE_ID_1, ImsFeature.FEATURE_MMTEL).orElse(null); in testGetInterfaceExists()
103 mRepository.getIfExists(TEST_PHONE_ID_1, in testGetInterfaceDoesntExist()
113 mRepository.addConnection(TEST_PHONE_ID_1, TEST_SUB_ID_3, ImsFeature.FEATURE_MMTEL, fc); in testGetInterfaceRemoveDoesntExist()
114 mRepository.addConnection(TEST_PHONE_ID_1, TEST_SUB_ID_3, ImsFeature.FEATURE_MMTEL, null); in testGetInterfaceRemoveDoesntExist()
116 mRepository.getIfExists(TEST_PHONE_ID_1, in testGetInterfaceRemoveDoesntExist()
128 mRepository.addConnection(TEST_PHONE_ID_1, TEST_SUB_ID_3, ImsFeature.FEATURE_MMTEL, fcA); in testGetInterfaceUpdateExists()
129 mRepository.addConnection(TEST_PHONE_ID_1, TEST_SUB_ID_3, ImsFeature.FEATURE_MMTEL, fcB); in testGetInterfaceUpdateExists()
[all …]
/frameworks/layoutlib/bridge/bridge_client/src/com/android/ide/common/resources/deprecated/
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()
DResourceFolder.java40 private final ResourceRepository mRepository; field in ResourceFolder
54 mRepository = repository; in ResourceFolder()
117 return mRepository; in getRepository()
DIdResourceParser.java45 private final IValueResourceRepository mRepository; field in IdResourceParser
57 mRepository = repository; in IdResourceParser()
112 mRepository.addResourceValue(newId); in parse()
/frameworks/base/telecomm/java/com/android/internal/telecom/
DClientTransactionalServiceWrapper.java54 private final ClientTransactionalServiceRepository mRepository; field in ClientTransactionalServiceWrapper
63 mRepository = repo; in ClientTransactionalServiceWrapper()
84 mRepository.removeServiceWrapper(mPhoneAccountHandle); in untrackCall()