Searched defs:VERSION (Results 1 - 14 of 14) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DHtmlSanitizer.java56 public static final int VERSION = 1; field in class:HtmlSanitizer
/packages/apps/Nfc/src/com/android/nfc/ndefpush/
H A DNdefPushProtocol.java37 private static final byte VERSION = 1; field in class:NdefPushProtocol
79 if(version != VERSION) {
80 Log.w(TAG, "Got version " + version + ", expected " + VERSION);
81 throw new FormatException("Got version " + version + ", expected " + VERSION);
153 output.writeByte(VERSION);
/packages/apps/Launcher3/src/com/android/launcher3/dynamicui/
H A DExtractedColors.java50 private static final int VERSION = 1; field in class:ExtractedColors
59 mColors[VERSION_INDEX] = VERSION;
98 ExtractionUtils.EXTRACTED_COLORS_PREFERENCE_KEY, VERSION + "");
102 if (mColors[VERSION_INDEX] != VERSION) {
/packages/services/Car/car-support-lib/src/android/support/car/navigation/
H A DCarNavigationInstrumentCluster.java33 private static final int VERSION = 1; field in class:CarNavigationInstrumentCluster
131 super(VERSION);
156 super(in, VERSION);
/packages/services/Car/tests/android_support_car_api_test/src/com/android/support/car/apitest/
H A DExtendableParcelableTest.java42 private static final int VERSION = 1; field in class:ExtendableParcelableTest.V1Parcelable
45 super(VERSION);
53 super(in, VERSION);
110 private static final int VERSION = 2; field in class:ExtendableParcelableTest.V2Parcelable
114 super(VERSION);
124 super(in, VERSION);
130 if (version >= 2) { // do not use VERSION here as VERSION will become 3 in next revision
201 private static final int VERSION = 3; field in class:ExtendableParcelableTest.V3Parcelable
205 super(VERSION);
[all...]
/packages/apps/Nfc/src/com/android/nfc/snep/
H A DSnepMessage.java30 public static final byte VERSION = (0xF0 & (VERSION_MAJOR << 4)) | (0x0F & VERSION_MINOR); field in class:SnepMessage
54 return new SnepMessage(VERSION, REQUEST_GET, 4 + ndef.toByteArray().length,
59 return new SnepMessage(VERSION, REQUEST_PUT, ndef.toByteArray().length, 0, ndef);
63 return new SnepMessage(VERSION, field, 0, 0, null);
68 return new SnepMessage(VERSION, RESPONSE_SUCCESS, 0, 0, null);
70 return new SnepMessage(VERSION, RESPONSE_SUCCESS, ndef.toByteArray().length, 0, ndef);
/packages/apps/TV/usbtuner/src/com/android/usbtuner/tvinput/
H A DChannelDataManager.java86 private static final int VERSION = 6; field in class:ChannelDataManager
153 Log.d(TAG, "ChannelDataManager.VERSION=" + VERSION + " (current=" + version + ")");
154 if (version == VERSION) {
165 UsbTunerPreferences.setChannelDataVersion(context, VERSION);
/packages/providers/BlockedNumberProvider/src/com/android/providers/blockednumber/
H A DBlockedNumberBackupAgent.java54 private static final int VERSION = 1; field in class:BlockedNumberBackupAgent
96 int version = VERSION;
134 dataOutputStream.writeInt(VERSION);
192 dataOutputStream.writeInt(VERSION);
/packages/providers/CallLogProvider/src/com/android/calllogbackup/
H A DCallLogBackupAgent.java107 static final int VERSION = 1005; field in class:CallLogBackupAgent
297 dataOutput.writeInt(VERSION);
402 data.writeInt(VERSION);
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
H A DContactLoader.java139 RawContacts.VERSION,
221 public static final int VERSION = 19; field in class:ContactLoader.ContactQuery
687 cursorColumnToContentValues(cursor, cv, ContactQuery.VERSION);
/packages/services/Car/car-support-lib/src/android/support/car/hardware/
H A DCarSensorEvent.java41 private static final int VERSION = 1; field in class:CarSensorEvent
210 super(in, VERSION);
254 super(VERSION);
263 super(VERSION);
/packages/providers/MediaProvider/src/com/android/providers/media/
H A DMediaProvider.java2333 if (table == VERSION) {
5542 && android.os.Build.VERSION.SDK_INT < android.os.Build.VERSION_CODES.ICE_CREAM_SANDWICH) {
5738 private static final int VERSION = 601; field in class:MediaProvider
5817 URI_MATCHER.addURI("media", "*/version", VERSION);
/packages/apps/TV/usbtuner/libs/
H A Dexoplayer_1.5.6.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer/ ...
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 889 milliseconds