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

1234

/packages/apps/Exchange/src/com/android/exchange/
H A DEas.java46 // Define our default protocol version as 2.5 (Exchange 2003)
129 static public Double getProtocolVersionDouble(String version) { argument
130 if (SUPPORTED_PROTOCOL_EX2003.equals(version)) {
132 } else if (SUPPORTED_PROTOCOL_EX2007.equals(version)) {
134 } if (SUPPORTED_PROTOCOL_EX2007_SP1.equals(version)) {
136 } if (SUPPORTED_PROTOCOL_EX2010.equals(version)) {
138 } if (SUPPORTED_PROTOCOL_EX2010_SP1.equals(version)) {
141 throw new IllegalArgumentException("illegal protocol version");
144 static public boolean isProtocolEas14(String version) { argument
145 if (version
[all...]
/packages/apps/Camera2/
H A DAndroid.mk23 include $(LOCAL_PATH)/version.mk
26 --version-name "$(version_name_package)" \
27 --version-code $(version_code_package) \
/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/providers/CallLogProvider/tests/src/com/android/calllogbackup/
H A DCallLogBackupAgentTest.java82 assertEquals(state.version, CallLogBackupAgent.VERSION_NO_PREVIOUS_STATE);
88 1 /* version */,
94 assertEquals(1, state.version);
101 1 /* version */,
108 assertEquals(1, state.version);
116 state.version = CallLogBackupAgent.VERSION;
128 state.version = CallLogBackupAgent.VERSION;
142 state.version = CallLogBackupAgent.VERSION;
160 state.version = CallLogBackupAgent.VERSION;
171 state.version
[all...]
/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/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
H A DFormatSpec.java34 * e | MAGIC_NUMBER + version of the file format, 2 bytes.
166 // From version 2.01 on, we use version * 100 + revision as a version number. That allows
169 // When we bump up the dictionary format version, we should update
175 // format version for Fava Dictionaries.
255 public FormatOptions(final int version) { argument
256 this(version, false /* hasTimestamp */);
259 public FormatOptions(final int version, final boolean hasTimestamp) { argument
260 mVersion = version;
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/sdp/
H A DSdpManager.java100 int rfcommChannel, int l2capPsm, int version, int msgTypes, int features);
103 int rfcommChannel, int l2capPsm, int version, int features);
106 int l2capPsm, int version, int repositories, int features);
109 int rfcommChannel, int l2capPsm, int version, byte[] formats_list);
112 int version);
513 * @param version The Profile version number (As specified in the Bluetooth
525 int rfcommChannel, int l2capPsm, int version,
531 l2capPsm, version, msgTypes, features);
545 * @param version Th
99 sdpCreateMapMasRecordNative(String serviceName, int masId, int rfcommChannel, int l2capPsm, int version, int msgTypes, int features) argument
102 sdpCreateMapMnsRecordNative(String serviceName, int rfcommChannel, int l2capPsm, int version, int features) argument
105 sdpCreatePbapPseRecordNative(String serviceName, int rfcommChannel, int l2capPsm, int version, int repositories, int features) argument
108 sdpCreateOppOpsRecordNative(String serviceName, int rfcommChannel, int l2capPsm, int version, byte[] formats_list) argument
111 sdpCreateSapsRecordNative(String serviceName, int rfcommChannel, int version) argument
524 createMapMasRecord(String serviceName, int masId, int rfcommChannel, int l2capPsm, int version, int msgTypes, int features) argument
554 createMapMnsRecord(String serviceName, int rfcommChannel, int l2capPsm, int version, int features) argument
585 createPbapPseRecord(String serviceName, int rfcommChannel, int l2capPsm, int version, int repositories, int features) argument
614 createOppOpsRecord(String serviceName, int rfcommChannel, int l2capPsm, int version, byte[] formatsList) argument
638 createSapsRecord(String serviceName, int rfcommChannel, int version) argument
[all...]
/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);
H A DComboAlbum.java87 long version = mSets[i].reload();
88 if (version > mDataVersion) changed = true;
H A DLocalMediaItem.java50 public LocalMediaItem(Path path, long version) { argument
51 super(path, version);
H A DMediaObject.java79 public MediaObject(Path path, long version) { argument
82 mDataVersion = 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/Messaging/
H A Dversion.mk16 # The version code scheme for the package apk is:
19 # M - major version (one or more digits)
20 # m - minor version (exactly 1 digit)
43 # For the client jar, the version code is agnostic to the target architecture and density: Mmbbbt00
57 # Collect automatic version code parameters
99 # Build the version code
102 # The version name scheme for the package apk is:
/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.java39 public final int mVersion; // version of this word list
40 public final int mFlags; // Always 0 in this version, reserved for future use
59 final int version, final int formatVersion,
71 mVersion = version;
93 final Integer version = values.getAsInteger(MetadataDbHelper.VERSION_COLUMN);
105 || null == version
112 checksum, retryCount, localFilename, remoteFilename, version, formatVersion,
55 WordListMetadata(final String id, final int type, final String description, final long lastUpdate, final long fileSize, final String rawChecksum, final String checksum, final int retryCount, 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/inputmethods/LatinIME/native/jni/tests/dictionary/utils/
H A Dformat_utils_test.cpp32 const std::vector<uint8_t> getBuffer(const int magicNumber, const int version, const uint16_t flags, argument
40 buffer.push_back(version >> 8);
41 buffer.push_back(version);
/packages/apps/Camera/src/com/android/camera/
H A DCameraSettings.java343 int version;
345 version = pref.getInt(KEY_LOCAL_VERSION, 0);
347 version = 0;
349 if (version == CURRENT_LOCAL_VERSION) return;
352 if (version == 1) {
367 int version;
369 version = pref.getInt(KEY_VERSION, 0);
371 version = 0;
373 if (version == CURRENT_VERSION) return;
376 if (version
[all...]
/packages/apps/Camera2/src/com/android/camera/
H A DSurfaceTextureRenderer.java121 int[] version = new int[2];
122 if (!mEgl.eglInitialize(mEglDisplay, version)) {
125 Log.v(TAG, "EGL version: " + version[0] + '.' + version[1]);
/packages/apps/LegacyCamera/src/com/android/camera/
H A DCameraSettings.java288 int version;
290 version = pref.getInt(KEY_LOCAL_VERSION, 0);
292 version = 0;
294 if (version == CURRENT_LOCAL_VERSION) return;
297 if (version == 1) {
307 int version;
309 version = pref.getInt(KEY_VERSION, 0);
311 version = 0;
313 if (version == CURRENT_VERSION) return;
316 if (version
[all...]
/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/inputmethods/LatinIME/native/jni/
H A DAndroid.mk50 $(warning Making profiling version of native library)
54 $(warning Making debug version of native library)
57 $(warning Making full debug version of native library)
78 $(warning Making profiling version of native library)
82 $(warning Making debug version of native library)

Completed in 1519 milliseconds

1234