Searched defs:getVersion (Results 26 - 33 of 33) sorted by relevance

12

/frameworks/base/services/core/java/com/android/server/
H A DLockSettingsStorage.java103 version = mCache.getVersion();
129 version = mCache.getVersion();
186 version = mCache.getVersion();
456 private synchronized int getVersion() { method in class:LockSettingsStorage.Cache
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecController.java302 int getVersion() { method in class:HdmiCecController
/frameworks/base/services/core/jni/
H A Dcom_android_server_hdmi_HdmiCecController.cpp57 int getVersion();
218 int HdmiCecController::getVersion() { function in class:android::HdmiCecController
358 return controller->getVersion();
/frameworks/compile/slang/
H A Dslang_rs_context.h225 int getVersion() const { return version; } function in class:slang::RSContext
/frameworks/opt/vcard/java/com/android/vcard/
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));
658 if (getVersion() == VCardConfig.VERSION_21) {
716 VCardUtils.constructListFromValue(quotedPrintablePart, getVersion());
725 VCardUtils.constructListFromValue(propertyValue, getVersion());
957 protected int getVersion() { method in class:VCardParserImpl_V21
/frameworks/rs/
H A Drs_hal.h96 void (*getVersion)(unsigned int *major, unsigned int *minor); member in struct:android::renderscript::__anon1535
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteDatabase.java863 public int getVersion() { method in class:SQLiteDatabase
1730 return newVersion > getVersion();
/frameworks/base/core/java/android/provider/
H A DMediaStore.java2227 public static String getVersion(Context context) { method in class:MediaStore

Completed in 2908 milliseconds

12