Searched refs:getConnector (Results 1 – 8 of 8) sorted by relevance
104 public @Connector int getConnector() { in getConnector() method in CompoundFormula120 switch (getConnector()) { in matches()130 throw new IllegalArgumentException("Unknown connector " + getConnector()); in matches()
99 int connector = compoundFormula.getConnector(); in getIndexingDetailsForCompoundFormula()
222 bitOutputStream.setNext(CONNECTOR_BITS, compoundFormula.getConnector()); in serializeCompoundFormula()
47 assertThat(compoundFormula.getConnector()).isEqualTo(CompoundFormula.AND); in testValidCompoundFormula()
164 public static FeatureConnector<RcsFeatureManager> getConnector(Context context, int slotId, in getConnector() method in RcsFeatureManager
506 public static FeatureConnector<ImsManager> getConnector(Context context, in getConnector() method in ImsManager
418 return new ImsPhoneCallTracker(imsPhone, ImsManager::getConnector, featureFlags);
381 mImsSmsDispatcher = new ImsSmsDispatcher(phone, this, ImsManager::getConnector); in SmsDispatchersController()