Home
last modified time | relevance | path

Searched refs:getVersion (Results 1 – 25 of 116) sorted by relevance

12345

/aosp14/frameworks/base/services/core/java/com/android/server/location/settings/
H A DSettingsStore.java50 int getVersion(); in getVersion() method
88 Preconditions.checkState(mCache.getVersion() < VERSION_DOES_NOT_EXIST); in initializeCache()
99 Preconditions.checkState(mCache.getVersion() < VERSION_DOES_NOT_EXIST); in initializeCache()
124 Preconditions.checkState(mCache.getVersion() < VERSION_DOES_NOT_EXIST);
154 out.writeInt(settings.getVersion());
/aosp14/frameworks/base/services/core/jni/gnss/
H A DGnssConfiguration.h42 virtual jobject getVersion(JNIEnv* env) = 0;
95 jobject getVersion(JNIEnv* env) override;
114 jobject getVersion(JNIEnv* env) override;
134 jobject getVersion(JNIEnv* env) override;
146 jobject getVersion(JNIEnv* env) override;
159 jobject getVersion(JNIEnv* env) override;
H A DGnssConfiguration.cpp69 jobject GnssConfiguration::getVersion(JNIEnv* env) { in getVersion() function in android::gnss::GnssConfiguration
128 jobject GnssConfiguration_V1_0::getVersion(JNIEnv* env) { in getVersion() function in android::gnss::GnssConfiguration_V1_0
185 jobject GnssConfiguration_V1_1::getVersion(JNIEnv* env) { in getVersion() function in android::gnss::GnssConfiguration_V1_1
203 jobject GnssConfiguration_V2_0::getVersion(JNIEnv* env) { in getVersion() function in android::gnss::GnssConfiguration_V2_0
230 jobject GnssConfiguration_V2_1::getVersion(JNIEnv* env) { in getVersion() function in android::gnss::GnssConfiguration_V2_1
/aosp14/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyVersionedTestApp_v1/src/com/android/framework/multidexlegacyversionedtestapp/
H A DClassForMainDex.java25 public static int getVersion() { in getVersion() method in ClassForMainDex
26 return Version.getVersion(); in getVersion()
H A DMainActivity.java30 public int getVersion() { in getVersion() method in MainActivity
31 return ClassForMainDex.getVersion(); in getVersion()
H A DVersion.java22 public static int getVersion() { in getVersion() method in Version
H A DMultiDexUpdateTest.java37 assertEquals(1, getActivity().getVersion()); in testAllClassAvailable()
/aosp14/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyVersionedTestApp_v2/src/com/android/framework/multidexlegacyversionedtestapp/
H A DClassForMainDex.java25 public static int getVersion() { in getVersion() method in ClassForMainDex
26 return Version.getVersion(); in getVersion()
H A DMainActivity.java30 public int getVersion() { in getVersion() method in MainActivity
31 return ClassForMainDex.getVersion(); in getVersion()
H A DVersion.java22 public static int getVersion() { in getVersion() method in Version
H A DMultiDexUpdateTest.java37 assertEquals(2, getActivity().getVersion()); in testAllClassAvailable()
/aosp14/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyVersionedTestApp_v3/src/com/android/framework/multidexlegacyversionedtestapp/
H A DClassForMainDex.java25 public static int getVersion() { in getVersion() method in ClassForMainDex
26 return Version.getVersion(); in getVersion()
H A DMainActivity.java30 public int getVersion() { in getVersion() method in MainActivity
31 return ClassForMainDex.getVersion(); in getVersion()
H A DVersion.java22 public static int getVersion() { in getVersion() method in Version
H A DMultiDexUpdateTest.java37 assertEquals(3, getActivity().getVersion()); in testAllClassAvailable()
/aosp14/frameworks/base/libs/usb/src/com/android/future/usb/
H A DUsbAccessory.java35 mVersion = accessory.getVersion(); in UsbAccessory()
72 public String getVersion() { in getVersion() method in UsbAccessory
110 compare(mVersion, accessory.getVersion()) && in equals()
H A DUsbManager.java133 accessory.getDescription(), accessory.getVersion(), in openAccessory()
154 accessory.getDescription(), accessory.getVersion(), in hasPermission()
179 accessory.getDescription(), accessory.getVersion(), in requestPermission()
/aosp14/frameworks/base/core/java/android/timezone/
H A DZoneInfoDb.java61 public String getVersion() { in getVersion() method in ZoneInfoDb
62 return mDelegate.getVersion(); in getVersion()
/aosp14/frameworks/base/tests/SharedLibrary/lib/src/com/google/android/test/shared_library/
H A DSharedLibraryMain.java42 public static int getVersion(Context context) { in getVersion() method in SharedLibraryMain
63 if (getVersion(activity) >= minVersion) { in ensureVersion()
/aosp14/frameworks/base/core/java/android/hardware/location/
H A DNanoAppRpcService.java78 public int getVersion() { in getVersion() method in NanoAppRpcService
149 && (other.getVersion() == mServiceVersion); in equals()
/aosp14/frameworks/base/core/java/android/hardware/usb/
H A DAccessoryFilter.java57 mVersion = accessory.getVersion(); in AccessoryFilter()
105 return !(mVersion != null && !mVersion.equals(acc.getVersion())); in matches()
139 mVersion.equals(accessory.getVersion())); in equals()
/aosp14/frameworks/base/core/java/android/util/apk/
H A DWrappedX509Certificate.java74 public int getVersion() { in getVersion() method in WrappedX509Certificate
75 return mWrapped.getVersion(); in getVersion()
/aosp14/frameworks/base/packages/SystemUI/plugin_core/src/com/android/systemui/plugins/
H A DPlugin.java119 default int getVersion() { in getVersion() method
/aosp14/frameworks/base/keystore/java/android/security/keystore/
H A DDelegatingX509Certificate.java149 public int getVersion() { in getVersion() method in DelegatingX509Certificate
150 return mDelegate.getVersion(); in getVersion()
/aosp14/frameworks/base/services/core/java/com/android/server/integrity/model/
H A DRuleMetadata.java38 public String getVersion() { in getVersion() method in RuleMetadata

12345