Home
last modified time | relevance | path

Searched defs:store (Results 1 – 25 of 39) 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()
DClasspathDeviceInfo.java51 protected void collectDeviceInfo(HostInfoStore store) throws Exception { in collectDeviceInfo()
61 private void collectClasspathsJars(HostInfoStore store) throws Exception { in collectClasspathsJars()
67 private void collectClasspathJarInfo(HostInfoStore store, ClasspathType classpath) in collectClasspathJarInfo()
80 private void collectSharedLibraryJars(HostInfoStore store) throws Exception { in collectSharedLibraryJars()
126 private void collectClassInfo(HostInfoStore store, String path) throws Exception { in collectClassInfo()
DPropertyDeviceInfo.java34 protected void collectDeviceInfo(HostInfoStore store) throws Exception { in collectDeviceInfo()
53 parseProps(commandResult.getStdout(), store); in collectDeviceInfo() local
59 private void parseProps(String stdout, HostInfoStore store) throws Exception { in parseProps()
DProcessDeviceInfo.java29 protected void collectDeviceInfo(HostInfoStore store) throws Exception { in collectDeviceInfo()
DDynamicPartitionsDeviceInfo.java43 protected void collectDeviceInfo(HostInfoStore store) throws Exception { in collectDeviceInfo()
/cts/tests/tests/identity/src/android/security/identity/cts/
DProvisioningTest.java109 static Collection<X509Certificate> createCredential(IdentityCredentialStore store, in createCredential()
114 static Collection<X509Certificate> createCredentialWithAcpId(IdentityCredentialStore store, in createCredentialWithAcpId()
121 static Collection<X509Certificate> createCredentialWithChallenge(IdentityCredentialStore store, in createCredentialWithChallenge()
127 …ic Collection<X509Certificate> createCredentialWithChallengeAndAcpId(IdentityCredentialStore store, in createCredentialWithChallengeAndAcpId()
290 IdentityCredentialStore store, in createCredentialMultipleNamespaces()
374 IdentityCredentialStore store = IdentityCredentialStore.getInstance(appContext); in alreadyPersonalized() local
393 IdentityCredentialStore store = IdentityCredentialStore.getInstance(appContext); in nonExistent() local
406 IdentityCredentialStore store = IdentityCredentialStore.getInstance(appContext); in defaultStoreSupportsAnyDocumentType() local
418 IdentityCredentialStore store = IdentityCredentialStore.getInstance(appContext); in deleteCredentialByName() local
456 IdentityCredentialStore store = IdentityCredentialStore.getInstance(appContext); in deleteCredential() local
[all …]
DDynamicAuthTest.java68 IdentityCredentialStore store = IdentityCredentialStore.getInstance(appContext); in dynamicAuthTest() local
466 IdentityCredentialStore store = IdentityCredentialStore.getInstance(appContext); in dynamicAuthWithExpirationTest() 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()
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()
DConfigurationDeviceInfo.java28 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
DAppStandbyDeviceInfo.java29 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
DMemoryDeviceInfo.java32 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
DUserDeviceInfo.java32 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
DMediaDeviceInfo.java43 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
DPackageDeviceInfo.java85 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
134 private static void collectPermissions(DeviceInfoStore store, in collectPermissions()
172 private static void collectionApplicationInfo(DeviceInfoStore store, in collectionApplicationInfo()
223 private static void writePermissionsDetails(PermissionInfo pi, DeviceInfoStore store) in writePermissionsDetails()
DVintfDeviceInfo.java37 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
DDeviceInfo.java94 try (DeviceInfoStore store = new DeviceInfoStore(jsonFile)) { in testCollectDeviceInfo()
137 protected abstract void collectDeviceInfo(DeviceInfoStore store) throws Exception; in collectDeviceInfo()
DStorageDeviceInfo.java35 protected void collectDeviceInfo(DeviceInfoStore 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/hostsidetests/sample/src/android/sample/cts/
DSampleHostDeviceInfo.java29 protected void collectDeviceInfo(HostInfoStore 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