HomeSort by relevance Sort by last modified time
    Searched refs:mVersion (Results 26 - 50 of 91) sorted by null

12 3 4

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
WordListMetadata.java 37 public final int mVersion; // version of this word list
66 mVersion = version;
121 sb.append("\nVersion : ").append(mVersion);
UpdateHandler.java     [all...]
  /frameworks/av/media/libstagefright/include/
ID3.h 82 Version mVersion;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
DictionaryHeader.java 55 mBodyOffset = formatOptions.mVersion < FormatSpec.VERSION4 ? headerSize : 0;
FormatSpec.java 318 public final int mVersion;
327 mVersion = version;
  /frameworks/base/services/core/java/com/android/server/
ServiceWatcher.java 72 private int mVersion = Integer.MIN_VALUE; // current best version
199 if (version > mVersion) {
227 mVersion = Integer.MIN_VALUE;
240 mVersion = version;
363 return mVersion;
LockSettingsStorage.java 391 private int mVersion = 0;
438 mVersion++;
443 if (!contains(type, key, userId) && mVersion == version) {
457 return mVersion;
468 mVersion++;
473 mVersion++;
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
AlbumDataLoader.java 245 private final long mVersion;
248 mVersion = version;
253 if (mFailedVersion == mVersion) {
258 long version = mVersion;
270 return mSourceVersion == mVersion ? null : info;
AlbumSetDataLoader.java 246 private final long mVersion;
249 mVersion = version;
264 int index = getInvalidIndex(mVersion);
265 if (index == INDEX_NONE && mSourceVersion == mVersion) return null;
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbSettingsManager.java 378 public final String mVersion;
383 mVersion = version;
389 mVersion = accessory.getVersion();
422 if (mVersion != null) {
423 serializer.attribute(null, "version", mVersion);
431 if (mVersion != null && !acc.getVersion().equals(mVersion)) return false;
438 if (mVersion != null && !f.mVersion.equals(mVersion)) return false
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
Ver4DictEncoder.java 51 if (formatOptions.mVersion != FormatSpec.VERSION4) {
53 + formatOptions.mVersion);
Ver2DictEncoder.java 74 if (formatOptions.mVersion > FormatSpec.VERSION2) {
77 + formatOptions.mVersion);
Ver2DictDecoder.java 180 if (header.mFormatOptions.mVersion != FormatSpec.VERSION2) {
182 + header.mFormatOptions.mVersion);
  /frameworks/native/include/gui/
Sensor.h 95 int32_t mVersion;
  /frameworks/native/libs/gui/
Sensor.cpp 47 mVersion = hwSensor->version;
295 return mVersion;
353 FlattenableUtils::write(buffer, size, mVersion);
386 FlattenableUtils::read(buffer, size, mVersion);
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_context.h 53 int mVersion; /* GL version, e.g: egl_connection_t::GLESv2_INDEX */
gltrace_context.cpp 135 mVersion(version),
152 return mVersion;
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
ImportantNoticeUtilsTests.java 40 private Integer mVersion;
82 mVersion = getInt(KEY_IMPORTANT_NOTICE_VERSION);
87 putInt(KEY_IMPORTANT_NOTICE_VERSION, mVersion);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DictionaryInfoUtils.java 64 public final int mVersion;
71 mVersion = version;
82 values.put(VERSION_COLUMN, mVersion);
328 if (newElement.mVersion <= thisDictInfo.mVersion) {
  /development/apps/Development/src/com/android/development/
PackageSummary.java 55 private TextView mVersion;
80 mVersion = (TextView)findViewById(R.id.version);
124 mVersion.setText(info.versionName + " (#" + info.versionCode + ")");
126 mVersion.setText("(#" + info.versionCode + ")");
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
BlobCache.java 117 private int mVersion;
143 mVersion = version;
207 if (readInt(buf, IH_VERSION) != mVersion) {
311 writeInt(buf, IH_VERSION, mVersion);
  /packages/apps/Mms/src/com/android/mms/util/
BlobCache.java 118 private int mVersion;
144 mVersion = version;
208 if (readInt(buf, IH_VERSION) != mVersion) {
312 writeInt(buf, IH_VERSION, mVersion);
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapbMessage.java 65 private String mVersion;
83 this.mVersion = "3.0";
101 this.mVersion = "2.1";
116 this.mVersion = "3.0";
131 this.mVersion = "2.1";
182 sb.append("VERSION:").append(mVersion).append("\r\n");
183 if(mVersion.equals("3.0") && mFormattedName != null)
    [all...]
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/util/
PsdFile.java 144 final short mVersion = 1;
159 out.writeShort(mVersion);
  /frameworks/base/core/java/com/android/internal/app/
ProcessStats.java 314 thisProc = new ProcessState(this, otherProc.mPackage, uid, otherProc.mVersion,
318 otherProc.mVersion);
    [all...]

Completed in 1672 milliseconds

12 3 4