Searched refs:supportsAidSubsetRegistration (Results 1 – 2 of 2) sorted by relevance
141 Assert.assertTrue(mRegisteredAidCache.supportsAidSubsetRegistration()); in testConstructor_supportsPrefixAndSubset()153 Assert.assertFalse(mRegisteredAidCache.supportsAidSubsetRegistration()); in testConstructor_doesNotSupportsPrefixAndSubset()
256 public boolean supportsAidSubsetRegistration() { in supportsAidSubsetRegistration() method in RegisteredAidCache655 } else if (aid.endsWith("#") && !supportsAidSubsetRegistration()) { in generateServiceMapLocked()659 } else if (supportsAidSubsetRegistration() && subSetAids.size() > 0 in generateServiceMapLocked()