Searched refs:numProfiles (Results 1 – 2 of 2) sorted by relevance
251 int numProfiles = profileMapping.size(); in sanitizeDB() local252 String[] profileIds = new String[numProfiles]; in sanitizeDB()254 for (int i = numProfiles - 1; i >= 1; --i) { in sanitizeDB()
746 int numProfiles = profiles.size(); in getCurrentlyShownNotificationLocked() local747 for (int profileNum = 0; profileNum < numProfiles; profileNum++) { in getCurrentlyShownNotificationLocked()