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

  /external/chromium_org/net/disk_cache/blockfile/
stats.h 38 OPEN_ENTRIES, // Average number of open entries.
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
RecognizerEngine.java 70 protected static final String OPEN_ENTRIES = "openentries.txt";
CommandRecognizerEngine.java 74 private static final String OPEN_ENTRIES = "openentries.txt";
233 File oe = mActivity.getFileStreamPath(OPEN_ENTRIES);
473 File oe = context.getFileStreamPath(OPEN_ENTRIES);
    [all...]

Completed in 281 milliseconds