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

  /frameworks/av/services/camera/libcameraservice/common/
FrameProcessorBase.h 46 // Register a listener for a range of IDs [minId, maxId). Multiple listeners
49 status_t registerListener(int32_t minId, int32_t maxId,
52 status_t removeListener(int32_t minId, int32_t maxId,
67 int32_t maxId;
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
PhoneNumberListAdapter.java 474 long maxId = Directory.LOCAL_INVISIBLE;
479 if (id > maxId) {
480 maxId = id;
490 mFirstExtendedDirectoryId = maxId + 1;
  /packages/apps/Browser/src/com/android/browser/
TabControl.java 384 long maxId = -Long.MAX_VALUE;
387 if (id > maxId) {
388 maxId = id;
424 sNextId = maxId + 1;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.frameworkadmin.equinox_1.0.200.v20100505.jar 
org.apache.lucene_1.9.1.v20100518-1140.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 453 milliseconds