Searched refs:version (Results 1 - 25 of 118) sorted by relevance

12345

/packages/apps/OMA-DM/engine/dmlib/dmtapi/native/src/
H A DdmVersion.cc29 const char *GetDMSyncMLVersion(unsigned long *version) argument
33 if (version != (unsigned long *)NULL)
35 *version = 0;
43 *version <<= 4;
44 (*version) |= (unsigned long)(p[i] - '0');
H A DdmtAttributes.cc15 INT32 version,
20 Set(name,format,title,type,version,size,timestamp,acl);
41 INT32 version,
46 m_nVersion = version;
11 DmtAttributes( CPCHAR name, CPCHAR format, CPCHAR title, CPCHAR type, INT32 version, INT32 size, const JemDate& timestamp, const DmtAcl& acl) argument
37 Set( CPCHAR name, CPCHAR format, CPCHAR title, CPCHAR type, INT32 version, INT32 size, const JemDate& timestamp, const DmtAcl& acl) argument
/packages/apps/OMA-DM/engine/dmlib/api/native/
H A DdmVersion.h25 * Retrieves a SyncML version
31 * \param version [out] - optional pointer to version in the numeric format
32 * \return pinter to version in string format
36 const char *GetDMSyncMLVersion(unsigned long *version);
H A DdmtAttributes.hpp75 * \param version [in] - Version number
86 INT32 version,
101 * \param version [in] - Version number
117 INT32 version,
307 * Retrieves version
/packages/apps/Exchange/src/com/android/exchange/
H A DEas.java49 // Define our default protocol version as 2.5 (Exchange 2003)
146 static public Double getProtocolVersionDouble(String version) { argument
147 if (SUPPORTED_PROTOCOL_EX2003.equals(version)) {
149 } else if (SUPPORTED_PROTOCOL_EX2007.equals(version)) {
151 } if (SUPPORTED_PROTOCOL_EX2007_SP1.equals(version)) {
153 } if (SUPPORTED_PROTOCOL_EX2010.equals(version)) {
155 } if (SUPPORTED_PROTOCOL_EX2010_SP1.equals(version)) {
158 throw new IllegalArgumentException("illegal protocol version");
161 static public boolean isProtocolEas14(String version) { argument
162 if (version
[all...]
/packages/apps/Camera2/
H A DAndroid.mk21 include $(LOCAL_PATH)/version.mk
24 --version-name "$(version_name_package)" \
25 --version-code $(version_code_package) \
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
H A DBinaryDictUtils.java38 public static DictionaryOptions makeDictionaryOptions(final String id, final String version, argument
43 options.mAttributes.put(DictionaryHeader.DICTIONARY_VERSION_KEY, version);
53 public static File getDictFile(final String name, final String version, argument
56 return new File(directory, name + "." + version + TEST_DICT_FILE_EXTENSION);
58 return new File(directory, name + "." + version);
60 throw new RuntimeException("the format option has a wrong version : "
74 throw new RuntimeException("The format option has a wrong version : "
/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...]
H A DPackagesMonitor.java30 public static final String KEY_PACKAGES_VERSION = "packages-version";
58 int version = prefs.getInt(KEY_PACKAGES_VERSION, 1);
59 prefs.edit().putInt(KEY_PACKAGES_VERSION, version + 1).commit();
/packages/apps/Exchange/src/com/android/exchange/eas/
H A DEasOptions.java33 * version.
38 /** Result code indicating we successfully got a protocol version. */
55 * {@link #getProtocolVersionString} to get the actual protocol version value.
63 * @return The protocol version to use, or null if we did not successfully get one.
111 * Find the best protocol version to use from the header.
113 * @return The best protocol version we mutually support, or null if none found.
121 // Find the most recent version we support
123 for (final String version: supportedVersionsArray) {
124 if (SUPPORTED_PROTOCOL_VERSIONS.contains(version)) {
125 newProtocolVersion = version;
[all...]
/packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/hdr/
H A Dsmlmetinfdtd.h88 SmlPcdataPtr_t version; member in struct:sml_metinf_metinf_s
/packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/sml/ghdr/
H A Dsmlmetinfdtd.h88 SmlPcdataPtr_t version; member in struct:sml_metinf_metinf_s
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DComboAlbumSet.java80 long version = mSets[i].reload();
81 if (version > mDataVersion) changed = true;
H A DMediaItem.java56 public MediaItem(Path path, long version) { argument
57 super(path, version);
/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/OMA-DM/engine/dmlib/linux_java/samples/plugins/mkfiles/
H A Ddm_make.mandatoryconstplugin27 -Xlinker --version-script=versionscr_plugin
H A Ddm_make.testconstplugin28 -Xlinker --version-script=versionscr_plugin
H A Ddm_make.testdataplugin28 -Xlinker --version-script=versionscr_plugin
H A Ddm_make.testexecplugin28 -Xlinker --version-script=versionscr_plugin
/packages/apps/OMA-DM/engine/dmlib/tool-src/db_wizard_tool/
H A DgenerateDBProv34 echo " Usage of the version: "
81 JAVA_VERSION=`$JAVA_HOME/bin/java -version 2> /dev/stdout | grep ver | sed -e 's/.*\"\([1-9]\.[0-9][0-9]*\)\..*/\1/'`
85 echo "The tool supports java version from 1.4 and latest"
86 echo "Please set environment variable JAVA_HOME to the correct java version"
/packages/apps/Nfc/src/com/android/nfc/ndefpush/
H A DNdefPushProtocol.java70 // Check version of protocol
71 byte version;
73 version = input.readByte();
75 Log.w(TAG, "Unable to read version");
76 throw new FormatException("Unable to read version");
79 if(version != VERSION) {
80 Log.w(TAG, "Got version " + version + ", expected " + VERSION);
81 throw new FormatException("Got version " + version
[all...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
H A DWordListMetadata.java37 public final int mVersion; // version of this word list
38 public final int mFlags; // Always 0 in this version, reserved for future use
55 final String remoteFilename, final int version, final int formatVersion,
66 mVersion = version;
87 final Integer version = values.getAsInteger(MetadataDbHelper.VERSION_COLUMN);
99 || null == version
106 checksum, localFilename, remoteFilename, version, formatVersion, flags, locale);
52 WordListMetadata(final String id, final int type, final String description, final long lastUpdate, final long fileSize, final String rawChecksum, final String checksum, final String localFilename, final String remoteFilename, final int version, final int formatVersion, final int flags, final String locale) argument
/packages/apps/Email/src/com/beetstra/jutf7/
H A DUTF7StyleCharsetEncoder.java62 String version = System.getProperty("java.specification.version");
64 useUglyHackToForceCallToFlushInJava5 = "1.4".equals(version) || "1.5".equals(version);
130 * to indicate if a broken java version is used.
/packages/apps/Camera/src/com/android/camera/
H A DCameraSettings.java344 int version;
346 version = pref.getInt(KEY_LOCAL_VERSION, 0);
348 version = 0;
350 if (version == CURRENT_LOCAL_VERSION) return;
353 if (version == 1) {
368 int version;
370 version = pref.getInt(KEY_VERSION, 0);
372 version = 0;
374 if (version == CURRENT_VERSION) return;
377 if (version
[all...]

Completed in 1811 milliseconds

12345