Searched refs:mMaxAllowed (Results 1 – 2 of 2) sorted by relevance
71 private final int mMaxAllowed; field in UserTypeDetails190 this.mMaxAllowed = maxAllowed; in UserTypeDetails()230 return mMaxAllowed; in getMaxAllowed()382 pw.print(prefix); pw.print("mMaxAllowed: "); pw.println(mMaxAllowed); in dump()428 private int mMaxAllowed = UNLIMITED_NUMBER_OF_USERS; field in UserTypeDetails.Builder461 mMaxAllowed = maxAllowed; in setMaxAllowed()597 mMaxAllowed, in createUserTypeDetails()652 ((mDefaultUserInfoPropertyFlags & UserInfo.FLAG_MAIN) == 0) || mMaxAllowed == 1, in checkSystemAndMainUserPreconditions()
108 private final int mMaxAllowed; field in SmsUsageMonitor263 mMaxAllowed = Settings.Global.getInt(resolver, in SmsUsageMonitor()656 if ((sent.size() + smsWaiting) <= mMaxAllowed) { in isUnderLimit()