Home
last modified time | relevance | path

Searched refs:versions (Results 1 – 25 of 31) sorted by relevance

12

/packages/apps/Launcher3/src/com/android/launcher3/
DWidgetPreviewLoader.java145 @Thunk void writeToDb(WidgetCacheKey key, long[] versions, Bitmap preview) { in writeToDb() argument
151 values.put(CacheDb.COLUMN_VERSION, versions[0]); in writeToDb()
152 values.put(CacheDb.COLUMN_LAST_UPDATED, versions[1]); in writeToDb()
219 long[] versions = getPackageVersion(pkg); in removeObsoletePreviews() local
220 if (versions[0] == version && versions[1] == lastUpdated) { in removeObsoletePreviews()
508 long[] versions = mPackageVersions.get(packageName); in getPackageVersion() local
509 if (versions == null) { in getPackageVersion()
510 versions = new long[2]; in getPackageVersion()
514 versions[0] = info.versionCode; in getPackageVersion()
515 versions[1] = info.lastUpdateTime; in getPackageVersion()
[all …]
/packages/modules/SdkExtensions/derive_sdk/
Dderive_sdk.cpp54 std::vector<int> versions; in main() local
67 versions.push_back(sdk_version.version()); in main()
69 auto itr = std::min_element(versions.begin(), versions.end()); in main()
70 std::string prop_value = itr == versions.end() ? "0" : std::to_string(*itr); in main()
/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/simaka/
DEapSimAkaAttribute.java191 public final List<Integer> versions = new ArrayList<>(); field in EapSimAkaAttribute.AtVersionList
206 versions.add(Short.toUnsignedInt(byteBuffer.getShort())); in AtVersionList()
209 int bytesUsed = MIN_ATTR_LENGTH + (BYTES_PER_VERSION * versions.size()); in AtVersionList()
214 public AtVersionList(int lengthInBytes, int... versions) in AtVersionList() argument
217 for (int version : versions) { in AtVersionList()
218 this.versions.add(version); in AtVersionList()
226 byteBuffer.putShort((short) (versions.size() * BYTES_PER_VERSION)); in encode()
227 for (int i : versions) { in encode()
231 int bytesUsed = MIN_ATTR_LENGTH + (BYTES_PER_VERSION * versions.size()); in encode()
/packages/apps/Messaging/build/
Dandroid_lint.mk28 API_VERSIONS_XML := $(abspath development/sdk/api-versions.xml)
30 ln -f -s $(abspath prebuilts/fullsdk/linux/platform-tools/api/api-versions.xml) $(API_VERSIONS_XML)
/packages/apps/TimeZoneData/oem_template/data_app/
DREADME.oem6 (real and test versions).
17 real version of the app, and some test versions that can be used by the supplied xTS tests.
/packages/modules/NetworkStack/common/networkstackclient/
DAndroid.bp42 versions: [
107 versions: [
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/message/simaka/
DEapSimTypeDataTest.java75 assertEquals(Arrays.asList(1), ((AtVersionList) pair.getValue()).versions); in testConstructor()
92 assertEquals(Arrays.asList(1), atVersionList.versions); in testDecode()
/packages/modules/IPsec/src/java/com/android/internal/net/eap/statemachine/
DEapSimMethodStateMachine.java249 mVersions = atVersionList.versions; in process()
361 protected ChallengeState(List<Integer> versions, AtNonceMt atNonceMt, byte[] identity) { in ChallengeState() argument
362 mVersions = versions; in ChallengeState()
/packages/modules/DnsResolver/
DAndroid.bp45 versions: [
90 versions: [
/packages/apps/PermissionController/
Dproguard.flags1 # The support library contains references to newer platform versions.
/packages/apps/TimeZoneData/oem_template/data_app_prebuilt/
DREADME.oem18 The targets define includes the real version of the app, and some test versions that can be
/packages/modules/IPsec/apex/
DAndroid.bp15 // Defaults shared between production and test versions of the APEX.
/packages/modules/NetworkStack/src/com/android/server/
DNetworkStackService.java492 private List<AidlVersion> sortVersions(Collection<AidlVersion> versions) { in sortVersions() argument
493 final List<AidlVersion> sorted = new ArrayList<>(versions); in sortVersions()
/packages/apps/Launcher3/
Dproguard.flags15 # The support library contains references to newer platform versions.
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/message/simaka/attributes/
DAtVersionListTest.java64 assertEquals(EXPECTED_VERSIONS, atVersionList.versions); in testDecode()
/packages/modules/SdkExtensions/
DREADME.md19 exact steps for converting a set of metadata files to actual extension versions
/packages/apps/TV/
Dproguard.flags17 # Following libraries contain references to newer platform versions.
/packages/apps/Contacts/
Dproguard.flags5 # The support library contains references to newer platform versions.
/packages/modules/NetworkStack/
DAndroid.bp103 // The versions of the android library containing network stack code compiled for each SDK variant
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
Dinternals.md223 …trtodFullPrecision()` instead, and this function actually implemented 3 versions of conversion met…
DDoxyfile.in2278 # the SVG files visible. Older versions of IE do not have SVG support.
2347 # makes dot run faster, but since only newer versions of dot (>1.8.10) support
/packages/apps/LegacyCamera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile1542 # makes dot run faster, but since only newer versions of dot (>1.8.10)
/packages/apps/LegacyCamera/jni/feature_stab/doc/
Ddbreg_API_doxyfile1542 # makes dot run faster, but since only newer versions of dot (>1.8.10)
/packages/apps/TV/res/raw/
Dthird_party_licenses3273 versions of the Lesser General Public License from time to time.
3274 Such new versions will be similar in spirit to the present version,
/packages/apps/Dialer/java/com/android/dialer/about/res/raw/
Dthird_party_licenses10575 notice to you and that future versions of the SDK may be incompatible with applications developed
10576 on previous versions of the SDK. You agree that Google may stop (permanently or temporarily)
10737 13.1 Google may make changes to the License Agreement as it distributes new versions of the SDK.

12