OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IH_ACTIVE_REGION
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
BlobCache.java
90
private static final int
IH_ACTIVE_REGION
= 12;
214
mActiveRegion = readInt(buf,
IH_ACTIVE_REGION
);
308
writeInt(buf,
IH_ACTIVE_REGION
, 0);
332
writeInt(mIndexHeader,
IH_ACTIVE_REGION
, mActiveRegion);
/packages/apps/Mms/src/com/android/mms/util/
BlobCache.java
89
private static final int
IH_ACTIVE_REGION
= 12;
213
mActiveRegion = readInt(buf,
IH_ACTIVE_REGION
);
307
writeInt(buf,
IH_ACTIVE_REGION
, 0);
331
writeInt(mIndexHeader,
IH_ACTIVE_REGION
, mActiveRegion);
Completed in 271 milliseconds