Searched refs:numProfiles (Results 1 – 2 of 2) sorted by relevance
158 int numProfiles = profileMapping.size(); in sanitizeDB() local159 String[] profileIds = new String[numProfiles]; in sanitizeDB()161 for (int i = numProfiles - 1; i >= 1; --i) { in sanitizeDB()
638 int numProfiles = profiles.size(); in getCurrentlyShownNotificationLocked() local639 for (int profileNum = 0; profileNum < numProfiles; profileNum++) { in getCurrentlyShownNotificationLocked()