Home
last modified time | relevance | path

Searched defs:store (Results 1 – 25 of 38) sorted by relevance

12

/cts/hostsidetests/edi/src/android/edi/cts/
DLibraryDeviceInfo.java31 protected void collectDeviceInfo(HostInfoStore store) throws Exception { in collectDeviceInfo()
40 private void collectSystemLibs(HostInfoStore store) throws Exception { in collectSystemLibs()
46 private void collectVendorLibs(HostInfoStore store) throws Exception { in collectVendorLibs()
52 private void collectFrameworkJars(HostInfoStore store) throws Exception { in collectFrameworkJars()
58 private void collectFileDetails(HostInfoStore store, String path, String suffix) in collectFileDetails()
DProcessDeviceInfo.java29 protected void collectDeviceInfo(HostInfoStore store) throws Exception { in collectDeviceInfo()
DDynamicPartitionsDeviceInfo.java31 protected void collectDeviceInfo(HostInfoStore store) throws Exception { in collectDeviceInfo()
/cts/tests/tests/identity/src/android/security/identity/cts/
DProvisioningTest.java108 static Collection<X509Certificate> createCredential(IdentityCredentialStore store, in createCredential()
113 static Collection<X509Certificate> createCredentialWithAcpId(IdentityCredentialStore store, in createCredentialWithAcpId()
120 static Collection<X509Certificate> createCredentialWithChallenge(IdentityCredentialStore store, in createCredentialWithChallenge()
126 …ic Collection<X509Certificate> createCredentialWithChallengeAndAcpId(IdentityCredentialStore store, in createCredentialWithChallengeAndAcpId()
289 IdentityCredentialStore store, in createCredentialMultipleNamespaces()
373 IdentityCredentialStore store = IdentityCredentialStore.getInstance(appContext); in alreadyPersonalized() local
392 IdentityCredentialStore store = IdentityCredentialStore.getInstance(appContext); in nonExistent() local
405 IdentityCredentialStore store = IdentityCredentialStore.getInstance(appContext); in defaultStoreSupportsAnyDocumentType() local
417 IdentityCredentialStore store = IdentityCredentialStore.getInstance(appContext); in deleteCredential() local
454 IdentityCredentialStore store = IdentityCredentialStore.getInstance(appContext); in testProvisionAndRetrieve() local
[all …]
DAttestationTest.java57 IdentityCredentialStore store = IdentityCredentialStore.getInstance(appContext); in attestationTest() local
/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DGraphicsDeviceInfo.java35 private static void storeValue(DeviceInfoStore store, String name, float[] valueArray, in storeValue()
44 private static void storeValue(DeviceInfoStore store, String name, int[] valueArray, in storeValue()
53 private static void storeValue(DeviceInfoStore store, String name, long[] valueArray, in storeValue()
63 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
DClientIdDeviceInfo.java34 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
42 private void collectClientIds(DeviceInfoStore store) throws IOException { in collectClientIds()
DFeatureDeviceInfo.java38 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
99 DeviceInfoStore store, in addFeature()
111 DeviceInfoStore store, in addFeature()
DPropertyDeviceInfo.java36 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
44 private void collectRoProperties(DeviceInfoStore store) throws IOException { in collectRoProperties()
DLocaleDeviceInfo.java42 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
68 private void collectLocaleDataFilesInfo(DeviceInfoStore store) throws IOException { in collectLocaleDataFilesInfo()
DCpuDeviceInfo.java26 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
DAppStandbyDeviceInfo.java29 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
DConfigurationDeviceInfo.java28 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
DUserDeviceInfo.java32 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
DMemoryDeviceInfo.java32 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
DPackageDeviceInfo.java77 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
119 private static void collectPermissions(DeviceInfoStore store, in collectPermissions()
141 private static void collectionApplicationInfo(DeviceInfoStore store, in collectionApplicationInfo()
192 private static void writePermissionsDetails(PermissionInfo pi, DeviceInfoStore store) in writePermissionsDetails()
DMediaDeviceInfo.java43 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
DVintfDeviceInfo.java36 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
DDeviceInfo.java91 try (DeviceInfoStore store = new DeviceInfoStore(jsonFile)) { in testCollectDeviceInfo()
134 protected abstract void collectDeviceInfo(DeviceInfoStore store) throws Exception; in collectDeviceInfo()
DStorageDeviceInfo.java35 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
DScreenDeviceInfo.java32 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
/cts/hostsidetests/sample/src/android/sample/cts/
DSampleHostDeviceInfo.java29 protected void collectDeviceInfo(HostInfoStore store) throws Exception { in collectDeviceInfo()
/cts/common/device-side/device-info/tests/src/com/android/compatibility/common/deviceinfo/
DTestDeviceInfo.java39 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
DSampleDeviceInfo.java31 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
DVulkanDeviceInfo.java354 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
367 private static void emitDeviceGroups(DeviceInfoStore store, JSONObject parent) in emitDeviceGroups()
383 private static void emitDevices(DeviceInfoStore store, JSONObject parent) in emitDevices()
802 private static void emitLayers(DeviceInfoStore store, JSONObject parent) in emitLayers()
826 private static void emitDriverPropertiesKHR(DeviceInfoStore store, JSONObject parent) in emitDriverPropertiesKHR()
861 private static void emitVariablePointerFeaturesKHR(DeviceInfoStore store, JSONObject parent) in emitVariablePointerFeaturesKHR()
885 private static void emitExtension(String key, DeviceInfoStore store, JSONObject parent) in emitExtension()
898 private static void emitExtensions(DeviceInfoStore store, JSONObject parent) in emitExtensions()
920 private static void emitBoolean(DeviceInfoStore store, JSONObject parent, String name) in emitBoolean()
925 private static void emitLong(DeviceInfoStore store, JSONObject parent, String name) in emitLong()
[all …]

12