Home
last modified time | relevance | path

Searched refs:profileCount (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/
DDeviceAdminSettings.java196 final int profileCount = mAdminsByProfile.size(); in getCount() local
197 for (int i = 0; i < profileCount; ++i) { in getCount()
201 return adminCount + profileCount; in getCount()
/packages/apps/Settings/src/com/android/settings/location/
DSettingsInjector.java237 final int profileCount = profiles.size(); in getInjectedSettings() local
238 for (int i = 0; i < profileCount; ++i) { in getInjectedSettings()
/packages/apps/Launcher2/src/com/android/launcher2/
DLauncherModel.java1908 final int profileCount = profiles.size(); in loadAllAppsByBatch() local
1909 for (int p = 0; p < profileCount; p++) { in loadAllAppsByBatch()
2164 final int profileCount = profiles.size(); in getSortedWidgetsAndShortcuts() local
2165 for (int i = 0; i < profileCount; i++) { in getSortedWidgetsAndShortcuts()