HomeSort by relevance Sort by last modified time
    Searched refs:maxId (Results 1 - 25 of 56) sorted by null

1 2 3

  /packages/apps/TV/src/com/android/tv/dvr/
IdGenerator.java 40 public void setMaxId(long maxId) {
41 mMaxId.set(maxId);
DvrDataManagerImpl.java 186 long maxId = 0;
199 if (maxId < r.getId()) {
200 maxId = r.getId();
203 IdGenerator.SERIES_RECORDING.setMaxId(maxId);
219 long maxId = 0;
259 if (maxId < r.getId()) {
260 maxId = r.getId();
269 IdGenerator.SCHEDULED_RECORDING.setMaxId(maxId);
    [all...]
  /external/tcpdump/
packetdat.awk 25 if (maxId < id)
26 maxId = id
45 print "# " maxId " chunks. " totalPackets " packets sent. " \
49 for (i = maxId-1; i > 0; --i)
55 for (i = 1; i <= maxId; i++)
  /frameworks/av/services/camera/libcameraservice/common/
FrameProcessorBase.h 46 // Register a listener for a range of IDs [minId, maxId). Multiple listeners
50 status_t registerListener(int32_t minId, int32_t maxId,
53 status_t removeListener(int32_t minId, int32_t maxId,
68 int32_t maxId;
FrameProcessorBase.cpp 49 int32_t maxId, const wp<FilteredListener>& listener, bool sendPartials) {
54 item->maxId == maxId &&
64 __FUNCTION__, minId, maxId);
65 RangeListener rListener = { minId, maxId, listener, sendPartials };
71 int32_t maxId,
77 item->maxId == maxId &&
194 if (requestId >= item->minId && requestId < item->maxId &&
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
SecureAlbum.java 133 private ArrayList<Integer> queryExistingIds(Uri uri, int minId, int maxId) {
135 if (minId == Integer.MAX_VALUE || maxId == Integer.MIN_VALUE) return ids;
137 String[] selectionArgs = {String.valueOf(minId), String.valueOf(maxId)};
  /frameworks/av/services/camera/libcameraservice/api1/
Camera2Client.h 130 status_t registerFrameListener(int32_t minId, int32_t maxId,
133 status_t removeFrameListener(int32_t minId, int32_t maxId,
Camera2Client.cpp     [all...]
  /packages/apps/Contacts/src/com/android/contacts/list/
PhoneNumberListAdapter.java 605 long maxId = Directory.LOCAL_INVISIBLE;
610 if (id > maxId) {
611 maxId = id;
621 mFirstExtendedDirectoryId = maxId + 1;
  /packages/apps/Dialer/java/com/android/contacts/common/list/
PhoneNumberListAdapter.java 520 long maxId = Directory.LOCAL_INVISIBLE;
525 if (id > maxId) {
526 maxId = id;
536 mFirstExtendedDirectoryId = maxId + 1;
  /packages/apps/Launcher3/src/com/android/launcher3/provider/
ImportDataTask.java 152 int maxId = 0;
188 maxId = Math.max(maxId, id);
316 hotseatTargetApps, hotseatItems, insertOperations, maxId + 1, myHotseatCount);
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
GridLayoutManagerTest.java 612 final int[] maxId = new int[1];
613 maxId[0] = -1;
619 if (maxId[0] > 0 && mAdapter.getItemAt(position).mId > maxId[0]) {
631 maxId[0] = mAdapter.getItemAt(mAdapter.getItemCount() - 1).mId;
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherProvider.java 609 // In the case where neither onCreate nor onUpgrade gets called, we read the maxId from
    [all...]
  /external/skia/src/ports/
SkFontMgr_fontconfig.cpp 698 static const int maxId = 16;
699 for (int patternId = 0; patternId < maxId; ++patternId) {
707 for (int fontId = 0; fontId < maxId; ++fontId) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.frameworkadmin.equinox_1.0.200.v20100505.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.frameworkadmin.equinox_1.0.500.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.frameworkadmin.equinox_1.0.500.v20130327-2119.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/24.4.0-beta3/
perflib-24.4.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/24.4.0-beta6/
perflib-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/24.5.0/
perflib-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/25.0.0/
perflib-25.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/25.0.0-alpha1/
perflib-25.0.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/25.0.0-alpha3/
perflib-25.0.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/25.0.0-alpha5/
perflib-25.0.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/25.0.0-alpha7/
perflib-25.0.0-alpha7.jar 

Completed in 527 milliseconds

1 2 3