Searched refs:numProfiles (Results 1 – 3 of 3) sorted by relevance
303 final int numProfiles = profiles.size(); in isSystemApp() local304 for (int i = 0; i < numProfiles; i++) { in isSystemApp()
2517 final int numProfiles = mProfilePowerState.size();2518 for (int i = 0; i < numProfiles; i++) {2691 final int numProfiles = mProfilePowerState.size();2692 for (int i = 0; i < numProfiles; i++) {2723 for (int j = 0; j < numProfiles; j++) {2741 for (int i = 0; i < numProfiles; i++) {3016 final int numProfiles = mProfilePowerState.size();3017 for (int i = 0; i < numProfiles; i++) {4727 final int numProfiles = mProfilePowerState.size();4728 pw.println("Profile power states: size=" + numProfiles);[all …]
740 int numProfiles = profiles.size(); in queryIntentActivitiesForAllProfiles() local741 for (int i = 0; i < numProfiles; i++) { in queryIntentActivitiesForAllProfiles()