Searched refs:getAidMatchingSupport (Results 1 – 4 of 4) sorted by relevance
127 when(mRoutingOptionManager.getAidMatchingSupport()).thenReturn(AID_MATCHING_EXACT_OR_PREFIX); in testSupportsAidPrefixRouting_ReturnsTrue()137 when(mRoutingOptionManager.getAidMatchingSupport()).thenReturn(AID_MATCHING_EXACT_ONLY); in testSupportsAidPrefixRouting_ReturnsFalse()147 when(mRoutingOptionManager.getAidMatchingSupport()) in testSupportsAidSubsetRouting_ReturnsTrue()158 when(mRoutingOptionManager.getAidMatchingSupport()).thenReturn(AID_MATCHING_EXACT_OR_PREFIX); in testSupportsAidSubsetRouting_ReturnsFalse()217 when(mRoutingOptionManager.getAidMatchingSupport()).thenReturn(AID_MATCHING_PREFIX_ONLY); in testConfigureRoutingTestCase1_CommitsCache()275 when(mRoutingOptionManager.getAidMatchingSupport()).thenReturn(AID_MATCHING_PREFIX_ONLY); in testConfigureRoutingTestCase2_WritesError()319 when(mRoutingOptionManager.getAidMatchingSupport()).thenReturn(AID_MATCHING_EXACT_ONLY); in testConfigureRoutingTestCase3_DoNothing()371 when(mRoutingOptionManager.getAidMatchingSupport()).thenReturn(AID_MATCHING_EXACT_ONLY); in testConfigureRoutingTestCase4_CommitsCache()411 when(mRoutingOptionManager.getAidMatchingSupport()).thenReturn(AID_MATCHING_EXACT_OR_PREFIX); in testConfigureRoutingTestCase5_CommitsCache()473 when(mRoutingOptionManager.getAidMatchingSupport()) in testConfigureRoutingTestCase6_CommitsCache()[all …]
167 int aidMatchingSupport = manager.getAidMatchingSupport(); in testGetters()
136 public int getAidMatchingSupport() { in getAidMatchingSupport() method in RoutingOptionManager
106 mAidMatchingSupport = mRoutingOptionManager.getAidMatchingSupport(); in AidRoutingManager()