Searched refs:getVersion (Results 1 - 25 of 35) sorted by relevance

12

/frameworks/base/media/java/android/mtp/
H A DMtpDeviceInfo.java58 public final String getVersion() { method in class:MtpDeviceInfo
/frameworks/compile/linkloader/include/impl/
H A DELFHeader.hxx39 PRINT_LINT("Header Version", (unsigned)getVersion());
44 PRINT_LINT("Version", getVersionStr(getVersion()));
/frameworks/base/libs/usb/src/com/android/future/usb/
H A DUsbAccessory.java35 mVersion = accessory.getVersion();
72 public String getVersion() { method in class:UsbAccessory
110 compare(mVersion, accessory.getVersion()) &&
H A DUsbManager.java133 accessory.getDescription(), accessory.getVersion(),
154 accessory.getDescription(), accessory.getVersion(),
179 accessory.getDescription(), accessory.getVersion(),
/frameworks/base/native/android/
H A Dobb.cpp49 return obbInfo->getVersion();
/frameworks/base/core/java/android/hardware/
H A DSensor.java164 public int getVersion() { method in class:Sensor
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardParserImpl_V40.java42 protected int getVersion() { method in class:VCardParserImpl_V40
H A DVCardParserImpl_V21.java483 Log.w(LOG_TAG, String.format("TYPE unsupported by %s: ", getVersion(), ptypeval));
497 "The value unsupported by TYPE of %s: ", getVersion(), pvalueval));
603 VCardUtils.constructListFromValue(quotedPrintablePart, getVersion());
611 VCardUtils.constructListFromValue(propertyRawValue, getVersion());
681 if (getVersion() == VCardConfig.VERSION_21) {
868 protected int getVersion() { method in class:VCardParserImpl_V21
H A DVCardParserImpl_V30.java53 protected int getVersion() { method in class:VCardParserImpl_V30
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteOpenHelper.java160 int version = db.getVersion();
243 if (db.getVersion() != mNewVersion) {
245 db.getVersion() + " to " + mNewVersion + ": " + path);
/frameworks/base/include/gui/
H A DSensor.h69 int32_t getVersion() const;
/frameworks/base/services/sensorservice/
H A DLinearAccelerationSensor.cpp66 hwSensor.version = gsensor.getVersion();
/frameworks/base/services/surfaceflinger/
H A DGLExtensions.h85 char const* getVersion() const;
H A DGLExtensions.cpp115 char const* GLExtensions::getVersion() const { function in class:android::GLExtensions
/frameworks/base/core/java/android/hardware/usb/
H A DUsbAccessory.java111 public String getVersion() { method in class:UsbAccessory
149 compare(mVersion, accessory.getVersion()) &&
/frameworks/compile/linkloader/include/
H A DELFHeader.h106 word_t getVersion() const { function in class:ELFHeader
216 return (getVersion() == EV_CURRENT);
/frameworks/base/core/jni/
H A Dandroid_content_res_ObbScanner.cpp62 env->SetIntField(obbInfo, gObbInfoClassInfo.version, obb->getVersion());
/frameworks/base/include/utils/
H A DObbFile.h58 int32_t getVersion() const { function in class:android::ObbFile
/frameworks/base/libs/utils/tests/
H A DObbFile_test.cpp80 EXPECT_EQ(versionNum, mObbFile->getVersion())
/frameworks/base/core/java/android/webkit/
H A DWebViewDatabase.java241 if (mDatabase.getVersion() != DATABASE_VERSION) {
280 if (mCacheDatabase.getVersion() != CACHE_DATABASE_VERSION) {
343 int oldVersion = mDatabase.getVersion();
374 int oldVersion = mDatabase.getVersion();
453 int oldVersion = mCacheDatabase.getVersion();
/frameworks/base/core/java/android/util/
H A DTimeUtils.java133 return ZoneInfoDB.getVersion();
/frameworks/base/libs/gui/
H A DSensor.cpp96 int32_t Sensor::getVersion() const { function in class:android::Sensor
/frameworks/base/libs/rs/
H A Drs_hal.h66 void (*getVersion)(unsigned int *major, unsigned int *minor); member in struct:android::renderscript::__anon291
/frameworks/base/tools/obbtool/
H A DMain.cpp139 printf(" Version: %d\n", obb->getVersion());
/frameworks/compile/slang/
H A Dslang_rs_context.h212 int getVersion() const { return version; } function in class:slang::RSContext

Completed in 1121 milliseconds

12