Searched refs:getVersion (Results 1 - 25 of 40) 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.java163 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));
652 if (getVersion() == VCardConfig.VERSION_21) {
710 VCardUtils.constructListFromValue(quotedPrintablePart, getVersion());
719 VCardUtils.constructListFromValue(propertyValue, getVersion());
947 protected int getVersion() { method in class:VCardParserImpl_V21
/frameworks/native/include/gui/
H A DSensor.h69 int32_t getVersion() const;
/frameworks/native/services/sensorservice/
H A DLinearAccelerationSensor.cpp66 hwSensor.version = gsensor.getVersion();
/frameworks/native/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/database/sqlite/
H A DSQLiteOpenHelper.java242 final int version = db.getVersion();
246 db.getVersion() + " to " + mNewVersion + ": " + mName);
/frameworks/base/core/java/android/hardware/usb/
H A DUsbAccessory.java130 public String getVersion() { method in class:UsbAccessory
168 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());
H A Dandroid_hardware_SensorManager.cpp72 env->SetIntField(sensor, sensorOffsets.version, list->getVersion());
/frameworks/base/include/androidfw/
H A DObbFile.h58 int32_t getVersion() const { function in class:android::ObbFile
/frameworks/base/libs/androidfw/tests/
H A DObbFile_test.cpp82 EXPECT_EQ(versionNum, mObbFile->getVersion())
/frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
H A DWifiP2pUpnpServiceResponse.java50 public int getVersion() { method in class:WifiP2pUpnpServiceResponse
H A DWifiP2pDnsSdServiceResponse.java107 public int getVersion() { method in class:WifiP2pDnsSdServiceResponse
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_context.h71 int getVersion();
/frameworks/base/core/java/android/webkit/
H A DWebViewDatabaseClassic.java158 if (sDatabase.getVersion() != DATABASE_VERSION) {
178 int oldVersion = sDatabase.getVersion();
207 int oldVersion = sDatabase.getVersion();
/frameworks/base/tools/obbtool/
H A DMain.cpp139 printf(" Version: %d\n", obb->getVersion());
/frameworks/compile/slang/
H A Dslang_rs_context.h225 int getVersion() const { return version; } function in class:slang::RSContext

Completed in 379 milliseconds

12