HomeSort by relevance Sort by last modified time
    Searched full:profilecount (Results 1 - 6 of 6) sorted by null

  /packages/apps/Settings/src/com/android/settings/
DeviceAdminSettings.java 195 final int profileCount = mAdminsByProfile.size();
196 for (int i = 0; i < profileCount; ++i) {
199 // Add 'profileCount' for title items.
200 return adminCount + profileCount;
  /packages/apps/Settings/src/com/android/settings/location/
SettingsInjector.java 237 final int profileCount = profiles.size();
238 for (int i = 0; i < profileCount; ++i) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sspi.h     [all...]
  /frameworks/base/services/appwidget/java/com/android/server/appwidget/
AppWidgetServiceImpl.java     [all...]
  /cts/tests/tests/appwidget/src/android/appwidget/cts/
AppWidgetTest.java 141 final int profileCount = profiles.size();
142 for (int i = 0; i < profileCount; i++) {
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherModel.java     [all...]

Completed in 522 milliseconds