Searched refs:MAX_PHONE_ACCOUNT_REGISTRATIONS (Results 1 – 2 of 2) sorted by relevance
164 public static final int MAX_PHONE_ACCOUNT_REGISTRATIONS = 10; field in PhoneAccountRegistrar1031 if (numOfAcctsRegisteredForPackage >= MAX_PHONE_ACCOUNT_REGISTRATIONS) { in enforceMaxPhoneAccountLimit()1036 + " because the limit, " + MAX_PHONE_ACCOUNT_REGISTRATIONS in enforceMaxPhoneAccountLimit()1211 if (restrictions.size() > MAX_PHONE_ACCOUNT_REGISTRATIONS) { in enforceSimultaneousCallingRestrictionLimit()1214 + MAX_PHONE_ACCOUNT_REGISTRATIONS); in enforceSimultaneousCallingRestrictionLimit()
1768 for (int i = 0; i < PhoneAccountRegistrar.MAX_PHONE_ACCOUNT_REGISTRATIONS + 1; i++) { in testLimitOnSchemeCount()