Home
last modified time | relevance | path

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

123

/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()
DPropertyDeviceInfo.java34 protected void collectDeviceInfo(HostInfoStore store) throws Exception { in collectDeviceInfo()
52 parseProps(commandResult.getStdout(), store); in collectDeviceInfo() local
58 private void parseProps(String stdout, HostInfoStore store) throws Exception { in parseProps()
DNativeDeviceInfo.java32 private void collectMemCG(ITestDevice device, HostInfoStore store) throws Exception { in collectMemCG()
51 private void collectMGLRU(ITestDevice device, HostInfoStore store) throws Exception { in collectMGLRU()
65 protected void collectDeviceInfo(HostInfoStore store) throws Exception { in collectDeviceInfo()
DProcessDeviceInfo.java29 protected void collectDeviceInfo(HostInfoStore store) throws Exception { in collectDeviceInfo()
DSecurityPolicyDeviceInfo.java31 protected void collectDeviceInfo(HostInfoStore store) throws Exception { in collectDeviceInfo()
/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DHapticsDeviceInfo.java44 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
72 private void collectVibratorInfo(DeviceInfoStore store, String groupName, Vibrator vibrator) in collectVibratorInfo()
115 private void collectEffectsSupport(DeviceInfoStore store, Vibrator vibrator) throws Exception { in collectEffectsSupport()
136 private void collectPrimitivesSupport(DeviceInfoStore store, Vibrator vibrator) in collectPrimitivesSupport()
161 private void collectHapticsDeviceConfig(DeviceInfoStore store) throws Exception { in collectHapticsDeviceConfig()
182 private void collectConfigInt(DeviceInfoStore store, String resultName, String configName) in collectConfigInt()
192 private void collectConfigDimension(DeviceInfoStore store, String resultName, String configName) in collectConfigDimension()
202 private void collectConfigArraySize(DeviceInfoStore store, String resultName, String configName) in collectConfigArraySize()
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()
DPermissionDeviceInfo.java41 protected void collectDeviceInfo(@NonNull DeviceInfoStore store) throws Exception { in collectDeviceInfo()
47 private static void collectSignaturePermissionAllowlists(@NonNull DeviceInfoStore store) in collectSignaturePermissionAllowlists()
58 private static void collectSignaturePermissionAllowlist(@NonNull DeviceInfoStore store, in collectSignaturePermissionAllowlist()
DClientIdDeviceInfo.java34 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
42 private void collectClientIds(DeviceInfoStore store) throws IOException { in collectClientIds()
DScreenDeviceInfo.java53 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
83 private void addDisplayFeaturesIfPresent(DeviceInfoStore store) throws Exception { in addDisplayFeaturesIfPresent()
112 private void addDeviceStatesIfAvailable(DeviceInfoStore store) throws IOException { in addDeviceStatesIfAvailable()
180 DeviceInfoStore store, Display display) throws IOException { in addPhysicalResolutionAndRefreshRate()
202 DeviceInfoStore store, Display.Mode mode, String propertyPrefix) throws IOException { in addDisplayModeProperties()
DGnssDeviceInfo.java45 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
65 DeviceInfoStore store, LocationManager locationManager) throws IOException { in collectGnssHardwareModelName()
82 private void collectGnssCapabilities(DeviceInfoStore store, GnssCapabilities gnssCapabilities) in collectGnssCapabilities()
134 private void collectAccumulatedDeltaRangeMeasurements(DeviceInfoStore store, in collectAccumulatedDeltaRangeMeasurements()
DFeatureDeviceInfo.java38 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
99 DeviceInfoStore store, in addFeature()
111 DeviceInfoStore store, in addFeature()
DConnectivityDeviceInfo.java75 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
87 private void collectWifiStandards(DeviceInfoStore store) throws IOException { in collectWifiStandards()
DPackageDeviceInfo.java123 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
185 private static void collectRequestedPermissions(DeviceInfoStore store, in collectRequestedPermissions()
214 private static void collectDefinedPermissions(DeviceInfoStore store, in collectDefinedPermissions()
235 private static void collectionApplicationInfo(DeviceInfoStore store, in collectionApplicationInfo()
287 DeviceInfoStore store, in writePermissionsDetails()
378 private static void collectRoles(DeviceInfoStore store, in collectRoles()
419 private static void collectSharedUidAllowlist(@NonNull DeviceInfoStore store) in collectSharedUidAllowlist()
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()
DUserDeviceInfo.java32 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
DMemoryDeviceInfo.java32 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
/cts/tests/tests/identity/src/android/security/identity/cts/
DProvisioningTest.java119 static Collection<X509Certificate> createCredential(IdentityCredentialStore store, in createCredential()
124 static Collection<X509Certificate> createCredentialWithAcpId(IdentityCredentialStore store, in createCredentialWithAcpId()
131 static Collection<X509Certificate> createCredentialWithChallenge(IdentityCredentialStore store, in createCredentialWithChallenge()
137 …ic Collection<X509Certificate> createCredentialWithChallengeAndAcpId(IdentityCredentialStore store, in createCredentialWithChallengeAndAcpId()
300 IdentityCredentialStore store, in createCredentialMultipleNamespaces()
384 IdentityCredentialStore store = IdentityCredentialStore.getInstance(appContext); in alreadyPersonalized() local
403 IdentityCredentialStore store = IdentityCredentialStore.getInstance(appContext); in nonExistent() local
416 IdentityCredentialStore store = IdentityCredentialStore.getInstance(appContext); in defaultStoreSupportsAnyDocumentType() local
428 IdentityCredentialStore store = IdentityCredentialStore.getInstance(appContext); in deleteCredentialByName() local
466 IdentityCredentialStore store = IdentityCredentialStore.getInstance(appContext); in deleteCredential() local
[all …]
DTestUtil.java123 IdentityCredentialStore store = IdentityCredentialStore.getInstance(appContext); in getFeatureVersion() local
136 IdentityCredentialStore store = IdentityCredentialStore.getInstance(appContext); in isHalImplemented() local
147 IdentityCredentialStore store = IdentityCredentialStore.getDirectAccessInstance(appContext); in isDirectAccessHalImplemented() local
DMultiDocumentPresentationTest.java70 int[] getAuthKeyUsageCount(IdentityCredentialStore store, String credentialName) in getAuthKeyUsageCount()
78 …static Collection<X509Certificate> createAuthKeys(IdentityCredentialStore store, String credential… in createAuthKeys()
98 IdentityCredentialStore store = IdentityCredentialStore.getInstance(appContext); in multipleDocuments() local
229 IdentityCredentialStore store = IdentityCredentialStore.getInstance(appContext); in cryptoObjectReturnsCorrectSession() local
DDynamicAuthTest.java71 IdentityCredentialStore store = IdentityCredentialStore.getInstance(appContext); in dynamicAuthTest() local
468 IdentityCredentialStore store = IdentityCredentialStore.getInstance(appContext); in dynamicAuthWithExpirationTest() local
597 IdentityCredentialStore store = IdentityCredentialStore.getInstance(appContext); in dynamicAuthMinValidTimeTest() local
811 IdentityCredentialStore store = IdentityCredentialStore.getInstance(appContext); in dynamicAuthCanGetExpirations() local
877 IdentityCredentialStore store = IdentityCredentialStore.getInstance(appContext); in dynamicAuthMultipleGetEntries() local
940 IdentityCredentialStore store = IdentityCredentialStore.getInstance(appContext); in dynamicAuthNoUsageCountIncrement() local
/cts/hostsidetests/classpath/src/android/classpath/cts/
DClasspathDeviceInfo.java91 HostInfoStore store = new HostInfoStore(jsonFile); in testCollectClasspathDeviceInfo() local
120 private void collectClasspathsJars(HostInfoStore store) throws Exception { in collectClasspathsJars()
126 private void collectClasspathJarInfo(HostInfoStore store, ClasspathType classpath) in collectClasspathJarInfo()
152 private void collectSharedLibraries(HostInfoStore store) throws Exception { in collectSharedLibraries()
190 private void collectClassInfo(HostInfoStore store, ImmutableSet<ClassDef> defs) in collectClassInfo()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
DIdentityCredentialAuthenticationMultiDocument.java95 IdentityCredentialStore store = IdentityCredentialStore.getInstance(appContext); in getFeatureVersion() local
139 private void provisionCredential(IdentityCredentialStore store, in provisionCredential()
181 IdentityCredentialStore store = IdentityCredentialStore.getInstance(this); in startTest() local

123