Home
last modified time | relevance | path

Searched refs:profileIndex (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/
DMasterClear.java197 for (int profileIndex = 0; profileIndex < profilesSize; profileIndex++) { in loadAccountList()
198 final UserInfo userInfo = profiles.get(profileIndex); in loadAccountList()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherProvider.java1390 final int profileIndex in migrateLauncher2Shortcuts() local
1426 if (profileIndex != -1 && !c.isNull(profileIndex)) { in migrateLauncher2Shortcuts()
1427 userSerialNumber = c.getInt(profileIndex); in migrateLauncher2Shortcuts()