Searched defs:version (Results 1 - 25 of 39) sorted by relevance

12

/packages/apps/Gallery2/src/com/android/gallery3d/util/
H A DCacheManager.java40 int maxEntries, int maxBytes, int version) {
52 version);
39 getCache(Context context, String filename, int maxEntries, int maxBytes, int version) argument
/packages/apps/Calculator/src/com/android/calculator2/
H A DHistoryEntry.java33 HistoryEntry(int version, DataInput in) throws IOException { argument
34 if (version >= VERSION_1) {
39 throw new IOException("invalid version " + version);
H A DHistory.java37 History(int version, DataInput in) throws IOException { argument
38 if (version >= VERSION_1) {
41 mEntries.add(new HistoryEntry(version, in));
45 throw new IOException("invalid version " + version);
/packages/apps/Mms/src/com/android/mms/util/
H A DCacheManager.java41 int maxEntries, int maxBytes, int version) {
55 version);
40 getCache(Context context, String filename, int maxEntries, int maxBytes, int version) argument
/packages/apps/OneTimeInitializer/src/com/android/onetimeinitializer/
H A DOneTimeInitializerService.java49 // Name of the preference containing the mapping version.
82 Log.i(TAG, "Updating to version 1.");
96 private void updateMappingVersion(int version) { argument
98 ed.putInt(MAPPING_VERSION_PREF, version);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/data/
H A DFilterStackDBHelper.java46 public FilterStackDBHelper(Context context, String name, int version) { argument
47 super(context, name, null, version);
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DLocalMediaItem.java50 public LocalMediaItem(Path path, long version) { argument
51 super(path, version);
H A DMediaItem.java56 public MediaItem(Path path, long version) { argument
57 super(path, version);
H A DMediaSet.java57 public MediaSet(Path path, long version) { argument
58 super(path, version);
173 // Reload the content. Return the current data version. reload() should be called
H A DMediaObject.java79 public MediaObject(Path path, long version) { argument
82 mDataVersion = version;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
H A DWordListMetadata.java36 public final int mVersion; // version of this word list
37 public final int mFlags; // Always 0 in this version, reserved for future use
54 final int version, final int formatVersion, final int flags, final String locale) {
63 mVersion = version;
83 final Integer version = values.getAsInteger(MetadataDbHelper.VERSION_COLUMN);
95 || null == version
102 localFilename, remoteFilename, version, formatVersion, flags, locale);
51 WordListMetadata(final String id, final int type, final String description, final long lastUpdate, final long fileSize, final String checksum, final String localFilename, final String remoteFilename, final int version, final int formatVersion, final int flags, final String locale) argument
H A DWordListPreference.java58 // The metadata word list id and version of this word list.
76 final String wordlistId, final int version, final Locale locale,
82 mVersion = version;
74 WordListPreference(final Context context, final DictionaryListInterfaceState dictionaryListInterfaceState, final String clientId, final String wordlistId, final int version, final Locale locale, final String description, final int status, final int filesize) argument
/packages/apps/Exchange/src/com/android/exchange/
H A DEas.java49 // Define our default protocol version as 2.5 (Exchange 2003)
145 static public Double getProtocolVersionDouble(String version) { argument
146 if (SUPPORTED_PROTOCOL_EX2003.equals(version)) {
148 } else if (SUPPORTED_PROTOCOL_EX2007.equals(version)) {
150 } if (SUPPORTED_PROTOCOL_EX2007_SP1.equals(version)) {
152 } if (SUPPORTED_PROTOCOL_EX2010.equals(version)) {
154 } if (SUPPORTED_PROTOCOL_EX2010_SP1.equals(version)) {
157 throw new IllegalArgumentException("illegal protocol version");
/packages/apps/Gallery2/src_pd/com/android/gallery3d/picasasource/
H A DPicasaSource.java59 public EmptyAlbumSet(Path path, long version) { argument
60 super(path, version);
/packages/apps/Nfc/src/com/android/nfc/snep/
H A DSnepMessage.java105 SnepMessage(byte version, byte field, int length, int acceptableLength, argument
107 mVersion = version;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
H A DDictionaryInfoUtils.java55 private static final String VERSION_COLUMN = "version";
62 final AssetFileAddress fileAddress, final int version) {
67 mVersion = version;
205 * The file name is pretty much an URL-encoded version of the id inside a directory
292 final String version = header.getVersion();
293 return new DictionaryInfo(id, locale, description, fileAddress, Integer.parseInt(version));
61 DictionaryInfo(final String id, final Locale locale, final String description, final AssetFileAddress fileAddress, final int version) argument
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/header/
H A Dheader_read_write_utils.cpp108 BufferWithExtendableBuffer *const buffer, const FormatUtils::FORMAT_VERSION version,
114 switch (version) {
107 writeDictionaryVersion( BufferWithExtendableBuffer *const buffer, const FormatUtils::FORMAT_VERSION version, int *const writingPos) argument
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
H A DDictionaryMaker.java136 + " Binary version 2 (Jelly Bean), 3, 4, XML and\n"
153 int outputBinaryFormatVersion = 2; // the default version is 2.
351 * @param version the binary format version to use.
356 final FusionDictionary dict, final int version)
359 final FormatSpec.FormatOptions formatOptions = new FormatSpec.FormatOptions(version);
361 if (version == 4) {
355 writeBinaryDictionary(final String outputFilename, final FusionDictionary dict, final int version) argument
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapbMessage.java66 private String version; field in class:BluetoothMapbMessage.vCard
74 * Construct a version 3.0 vCard
84 this.version = "3.0";
93 * Construct a version 2.1 vCard
102 this.version = "2.1";
110 * Construct a version 3.0 vCard
117 this.version = "3.0";
126 * Construct a version 2.1 vCard
132 this.version = "2.1";
163 sb.append("VERSION:").append(version)
[all...]
/packages/apps/Calendar/src/com/android/calendar/widget/
H A DCalendarAppWidgetService.java148 final PendingResult result, final int version) {
153 if (mLoader != null && version >= currentVersion.get()) {
147 createUpdateLoaderRunnable(final String selection, final PendingResult result, final int version) argument
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
H A DRawContactDeltaListTests.java122 static RawContactDelta buildBeforeEntity(Context context, long rawContactId, long version, argument
126 contact.put(RawContacts.VERSION, version);
230 static ContentProviderOperation buildAssertVersion(long version) { argument
232 values.put(RawContacts.VERSION, version);
366 // Merge in second version, verify they match
387 // Merge in the second version, verify diff matches
412 // Merge in the second version, verify that our update changed to
438 // Merge in the second version, verify that our delete remains
462 // Merge in the second version, verify that our insert remains
491 // Merge in the second version, verif
[all...]
/packages/apps/Email/src/com/android/email/mail/store/
H A DImapStore.java151 * os-version "version; model; build-id"
217 * @param version Build.VERSION.RELEASE
226 static String makeCommonImapId(String packageName, String version, argument
231 // version, model, and vendor strings: a-z A-Z 0-9 - _ + = ; : . , / <space>
236 version = p.matcher(version).replaceAll("");
251 // "os-version" "version; build-id"
252 sb.append(" \"os-version\" \"");
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DAlbumDataLoader.java75 // the data version on which last loading failed
236 public long version; field in class:AlbumDataLoader.UpdateInfo
247 public GetUpdateInfo(long version) { argument
248 mVersion = version;
258 long version = mVersion;
259 info.version = mSourceVersion;
264 if (setVersion[index] != version) {
285 mSourceVersion = info.version;
298 mFailedVersion = info.version;
308 mSetVersion[index] = info.version;
[all...]
H A DAlbumSetDataLoader.java235 public long version; field in class:AlbumSetDataLoader.UpdateInfo
248 public GetUpdateInfo(long version) { argument
249 mVersion = version;
252 private int getInvalidIndex(long version) { argument
257 if (setVersion[i % length] != version) return i;
267 info.version = mSourceVersion;
287 mSourceVersion = info.version;
297 mSetVersion[pos] = info.version;
354 long version = mSource.reload();
355 UpdateInfo info = executeAndWait(new GetUpdateInfo(version));
[all...]
/packages/apps/Mms/src/com/android/mms/dom/
H A DNodeImpl.java161 public boolean isSupported(String feature, String version) { argument
261 public Object getFeature(String feature, String version) { argument

Completed in 763 milliseconds

12