/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/ |
D | GraphicsDeviceInfo.java | 20 import com.android.compatibility.common.util.DeviceInfoStore; 35 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()
|
D | HapticsDeviceInfo.java | 27 import com.android.compatibility.common.util.DeviceInfoStore; 44 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()
|
D | ClientIdDeviceInfo.java | 20 import com.android.compatibility.common.util.DeviceInfoStore; 34 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo() 42 private void collectClientIds(DeviceInfoStore store) throws IOException { in collectClientIds()
|
D | InputDeviceInfo.kt | 21 import com.android.compatibility.common.util.DeviceInfoStore 32 override fun collectDeviceInfo(store: DeviceInfoStore) { in collectDeviceInfo() 46 private fun collectInputInfo(store: DeviceInfoStore, groupName: String) { in collectInputInfo()
|
D | PermissionDeviceInfo.java | 20 import com.android.compatibility.common.util.DeviceInfoStore; 41 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()
|
D | CpuDeviceInfo.java | 18 import com.android.compatibility.common.util.DeviceInfoStore; 26 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
|
D | AppStandbyDeviceInfo.java | 19 import com.android.compatibility.common.util.DeviceInfoStore; 29 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
|
D | KeystoreAttestationDeviceInfo.java | 36 import com.android.compatibility.common.util.DeviceInfoStore; 70 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo() 94 private void collectKeystoreAttestation(DeviceInfoStore localStore) throws Exception { in collectKeystoreAttestation() 104 private void collectStrongBoxAttestation(DeviceInfoStore localStore) throws Exception { in collectStrongBoxAttestation() 116 DeviceInfoStore localStore, in loadCertAndCollectAttestation() 158 DeviceInfoStore localStore, AuthorizationList keyDetailsList) in collectStoredInformation() 203 Optional<RootOfTrust> rootOfTrust, DeviceInfoStore localStore) throws IOException { in collectRootOfTrust()
|
D | ConfigurationDeviceInfo.java | 20 import com.android.compatibility.common.util.DeviceInfoStore; 28 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
|
D | ConnectivityDeviceInfo.java | 27 import com.android.compatibility.common.util.DeviceInfoStore; 75 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo() 87 private void collectWifiStandards(DeviceInfoStore store) throws IOException { in collectWifiStandards()
|
D | FeatureDeviceInfo.java | 22 import com.android.compatibility.common.util.DeviceInfoStore; 38 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo() 99 DeviceInfoStore store, in addFeature() 111 DeviceInfoStore store, in addFeature()
|
D | UserDeviceInfo.java | 20 import com.android.compatibility.common.util.DeviceInfoStore; 32 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
|
D | DeviceIdleDeviceInfo.java | 18 import com.android.compatibility.common.util.DeviceInfoStore; 39 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
|
D | GnssDeviceInfo.java | 26 import com.android.compatibility.common.util.DeviceInfoStore; 45 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()
|
D | MediaOutputDeviceInfo.java | 23 import com.android.compatibility.common.util.DeviceInfoStore; 32 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
|
D | MemoryDeviceInfo.java | 24 import com.android.compatibility.common.util.DeviceInfoStore; 32 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
|
D | ScreenDeviceInfo.java | 37 import com.android.compatibility.common.util.DeviceInfoStore; 53 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()
|
D | DefaultAppDeviceInfo.java | 20 import com.android.compatibility.common.util.DeviceInfoStore; 30 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
|
D | DeviceInfo.java | 29 import com.android.compatibility.common.util.DeviceInfoStore; 94 try (DeviceInfoStore store = new DeviceInfoStore(jsonFile)) { in testCollectDeviceInfo() 137 protected abstract void collectDeviceInfo(DeviceInfoStore store) throws Exception; in collectDeviceInfo()
|
D | PackageDeviceInfo.java | 35 import com.android.compatibility.common.util.DeviceInfoStore; 123 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()
|
D | StorageDeviceInfo.java | 22 import com.android.compatibility.common.util.DeviceInfoStore; 36 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
|
D | VintfDeviceInfo.java | 26 import com.android.compatibility.common.util.DeviceInfoStore; 37 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
|
/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/ |
D | SampleDeviceInfo.java | 21 import com.android.compatibility.common.util.DeviceInfoStore; 31 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
|
D | DisplayDeviceInfo.java | 24 import com.android.compatibility.common.util.DeviceInfoStore; 39 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
|
/cts/common/device-side/device-info/tests/src/com/android/compatibility/common/deviceinfo/ |
D | TestDeviceInfo.java | 25 import com.android.compatibility.common.util.DeviceInfoStore; 39 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
|