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

  /packages/apps/Settings/src/com/android/settings/location/
SettingsInjector.java 238 final int profileCount = profiles.size();
239 for (int i = 0; i < profileCount; ++i) {
  /external/dng_sdk/source/
dng_negative.cpp 1236 uint32 dng_negative::ProfileCount () const
1248 DNG_ASSERT (index < ProfileCount (),
1266 uint32 profileCount = ProfileCount ();
1268 if (profileCount == 0)
1278 for (index = 0; index < profileCount; index++)
1300 for (index = 0; index < profileCount; index++)
1321 for (index = 0; index < profileCount; index++)
1352 for (index = 0; index < profileCount; index++)
1411 uint32 count = ProfileCount ();
    [all...]
dng_image_writer.cpp     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherModel.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...]
  /frameworks/base/services/appwidget/java/com/android/server/appwidget/
AppWidgetServiceImpl.java     [all...]

Completed in 1226 milliseconds