Searched defs:version (Results 76 - 96 of 96) sorted by relevance

1234

/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteDatabase.java859 * Gets the database version.
861 * @return the database version
868 * Sets the database version.
870 * @param version the new database version
872 public void setVersion(int version) { argument
873 execSQL("PRAGMA user_version = " + version);
1724 * Returns true if the new version code is greater than the current database version.
1726 * @param newVersion The new version cod
[all...]
/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardwareImpl.java184 public void setVersion(int version) { argument
185 mVersion = version;
/frameworks/base/core/java/android/hardware/radio/
H A DRadioManager.java112 ModuleProperties(int id, int classId, String implementor, String product, String version, argument
119 mVersion = version;
157 /** Human readable broadcast radio module version number
158 * @return the radio module version.
/frameworks/base/libs/androidfw/
H A DBackupHelpers.cpp47 * - 4-byte version number of the metadata, little endian (0x00000001 for v1)
52 * restore code does not recognize the metadata version, it can still
57 * - 4 byte version number === 0x00000001 (little endian)
63 int version; member in struct:android::file_metadata_v1
241 metadata.version = tolel(CURRENT_METADATA_VERSION);
764 metadata.version = fromlel(metadata.version);
766 if (metadata.version > CURRENT_METADATA_VERSION) {
769 ALOGW("Restoring file with unsupported metadata version %d (currently %d)",
770 metadata.version, CURRENT_METADATA_VERSIO
[all...]
H A DResourceTypes.cpp246 const uint32_t version = htodl(*(reinterpret_cast<const uint32_t*>(idmap) + 1)); local
247 if (version != IDMAP_CURRENT_VERSION) {
250 ALOGW("idmap: version mismatch in header (is 0x%08x, expected 0x%08x)",
251 version, IDMAP_CURRENT_VERSION);
1893 diff = (int32_t)(version - o.version);
1962 if (version != o.version) {
1963 return version < o.version
[all...]
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DAsmAnalyzer.java520 public void visit(int version, int access, String name, argument
H A DDependencyFinder.java398 public void visit(int version, int access, String name, argument
/frameworks/base/core/java/android/net/
H A DConnectivityManager.java514 * @return a String for the given type, or a string version of the type ("87")
2334 * This function behaves identically to the non-timedout version, but if a suitable
2382 * This function behaves identically to the version that takes a NetworkCallback, but instead
2472 * This function behaves identically to the version that takes a NetworkCallback, but instead
2643 // TODO: Deprecate this static method and replace it with a non-static version.
2688 private void unsupportedStartingFrom(int version) { argument
2695 if (mContext.getApplicationInfo().targetSdkVersion >= version) {
2697 "This method is not supported in target SDK version " + version + " and above");
/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java448 * which EGLContext client version to pick.
470 * @param version The EGLContext client version to choose. Use 2 for OpenGL ES 2.0
472 public void setEGLContextClientVersion(int version) { argument
474 mEGLContextClientVersion = version;
1015 int[] version = new int[2];
1016 if(!mEgl.eglInitialize(mEglDisplay, version)) {
1912 "ro.opengles.version",
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp670 int version = 0; local
677 version = egl_connection_t::GLESv1_INDEX;
679 version = egl_connection_t::GLESv2_INDEX;
685 version);
688 GLTrace_eglCreateContext(version, c);
793 setGLHooksThreadSpecific(c->cnx->hooks[c->version]);
797 GLTrace_eglMakeCurrent(c->version, c->cnx->hooks[c->version], ctx);
1099 // switch over to the trace version of hooks
1103 setGLHooksThreadSpecific(c->cnx->hooks[c->version]);
[all...]
/frameworks/rs/
H A DrsContext.cpp937 extern "C" RsContext rsContextCreate(RsDevice vdev, uint32_t version, uint32_t sdkVersion, argument
956 RsContext rsContextCreateGL(RsDevice vdev, uint32_t version, argument
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp1377 // Set DNG version information
1378 uint8_t version[4] = {1, 4, 0, 0}; local
1379 BAIL_IF_INVALID_RET_NULL_SP(writer->addEntry(TAG_DNGVERSION, 4, version, TIFF_IFD_0),
1763 uint8_t version[] = {2, 3, 0, 0}; local
1764 BAIL_IF_INVALID_RET_NULL_SP(writer->addEntry(TAG_GPSVERSIONID, 4, version,
/frameworks/base/services/core/java/com/android/server/content/
H A DSyncStorageEngine.java152 // the version of the accounts xml file format
380 // Old version is one sync a day.
1860 String versionString = parser.getAttributeValue(null, "version");
1861 int version;
1863 version = (versionString == null) ? 0 : Integer.parseInt(versionString);
1865 version = 0;
1893 authority = parseAuthority(parser, version);
2021 private AuthorityInfo parseAuthority(XmlPullParser parser, int version) { argument
2072 // If the version is 0 then we are upgrading from a file format that did not
2077 if (version >
[all...]
/frameworks/data-binding/plugins-repo/com/android/databinding/bintray/1.0/
H A Dbintray-1.0.jar ... String username private String apiKey private String pkg private String version private org.gradle.api.file.FileCollection ...
/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp972 uint8_t version; local
973 if (mDataSource->readAt(data_offset, &version, 1) < 1) {
992 if (version == 1) {
997 } else if (version == 0) {
1071 // tenc box contains 1 byte version, 3 byte flags, 3 byte default algorithm id, one byte
1172 uint8_t version; local
1174 data_offset, &version, sizeof(version))
1175 < (ssize_t)sizeof(version)) {
1181 if (version
2146 uint32_t version = flags >> 24; local
2365 uint8_t version; local
3510 uint8_t version; local
3573 uint8_t version; local
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DProcessStats.java202 // Current version of the parcel format.
1441 private void readCompactedLongArray(Parcel in, int version, long[] array, int num) { argument
1442 if (version <= 10) {
1478 private String readCommonString(Parcel in, int version) { argument
1479 if (version <= 9) {
1698 int version = in.readInt();
1699 if (version != PARCEL_VERSION) {
1700 mReadError = "bad version: " + version;
1737 readCompactedLongArray(in, version, mLong
[all...]
/frameworks/base/include/androidfw/
H A DResourceTypes.h1063 uint32_t version; member in union:android::ResTable_config::__anon963
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java223 * broadcast in version 1.0, but it is no longer sticky.
654 * Returns the software version number for the device, for example,
655 * the IMEI/SV for GSM phones. Return null if the software version is
666 * Returns the software version number for the device, for example,
667 * the IMEI/SV for GSM phones. Return null if the software version is
3245 * This version does not take a default value. If the setting has not
4464 * Set baseband version for the default phone.
4466 * @param version baseband version
4469 public void setBasebandVersion(String version) { argument
4481 setBasebandVersionForPhone(int phoneId, String version) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java617 /* We're disconnected so we don't know the ril version */
3286 * @param rilVer is the version of the ril or -1 if disconnected.
3572 private DataCallResponse getDataCallResponse(Parcel p, int version) { argument
3575 dataCall.version = version;
3576 if (version < 5) {
3607 if (version >= 10) {
3613 if (version >= 11) {
3646 dataCall.version = ver;
3982 int version
[all...]
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java107 // Current on-disk Parcel version
1181 public void setUpdateVersion(int version) { argument
1182 mUpdateVersion = version;
7972 Slog.wtf(TAG, "All kernel wakelocks were set stale. new version=" +
9092 final int version = in.readInt();
9093 if (version != VERSION) {
9094 Slog.w("BatteryStats", "readFromParcel: version got " + version
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 589 milliseconds

1234