/packages/modules/Wifi/framework/tests/src/android/net/wifi/hotspot2/ |
D | PasspointConfigurationTest.java | 100 verifyParcel(PasspointTestUtils.createConfig()); in verifyParcelWithFullConfiguration() 110 PasspointConfiguration config = PasspointTestUtils.createConfig(); in verifyParcelWithoutServiceNames() 122 PasspointConfiguration config = PasspointTestUtils.createConfig(); in verifyParcelWithoutHomeSP() 134 PasspointConfiguration config = PasspointTestUtils.createConfig(); in verifyParcelWithoutCredential() 146 PasspointConfiguration config = PasspointTestUtils.createConfig(); in verifyParcelWithoutPolicy() 158 PasspointConfiguration config = PasspointTestUtils.createConfig(); in verifyParcelWithoutSubscriptionUpdate() 171 PasspointConfiguration config = PasspointTestUtils.createConfig(); in verifyParcelWithoutTrustRootCertList() 184 PasspointConfiguration config = PasspointTestUtils.createConfig(); in verifyParcelWithoutAaaServerTrustedNames() 213 PasspointConfiguration config = PasspointTestUtils.createConfig(); in validateFullConfig() 227 PasspointConfiguration config = PasspointTestUtils.createConfig(); in validateFullConfigWithoutUpdateIdentifier() [all …]
|
D | PasspointTestUtils.java | 137 public static PasspointConfiguration createConfig() { in createConfig() method in PasspointTestUtils 174 PasspointConfiguration config = createConfig(); in createR2Config()
|
/packages/modules/StatsD/statsd/tools/localtools/test/com/android/statsd/shelltools/testdrive/ |
D | ConfigurationTest.java | 67 StatsdConfig config = mConfiguration.createConfig(); in testOnePushed() 103 StatsdConfig config = mConfiguration.createConfig(); in testOnePushedFromExternalAtomsProto() 139 StatsdConfig config = mConfiguration.createConfig(); in testOnePushedFromExternalAtomsProtoWithImportedAtom() 175 StatsdConfig config = mConfiguration.createConfig(); in testOnePushedFromExternalAtomsProtoWithImportedEnum() 206 StatsdConfig config = mConfiguration.createConfig(); in testOnePulled() 262 StatsdConfig config = mConfiguration.createConfig(); in testOnePulledTwoPushed() 351 StatsdConfig config = mConfiguration.createConfig(); in testOnePulledTwoPushedTogether()
|
/packages/modules/StatsD/statsd/benchmark/ |
D | value_metric_benchmark.cpp | 41 StatsdConfig createConfig() { in createConfig() function 56 StatsdConfig config = createConfig(); in BM_ValueMetricPushedDiffedViaStatsLogProcessor() 69 StatsdConfig config = createConfig(); in BM_ValueMetricPushedDiffedViaNumericValueMetricProducer()
|
/packages/modules/Wifi/framework/tests/src/android/net/wifi/ |
D | WifiNetworkSuggestionTest.java | 698 PasspointConfiguration passpointConfiguration = PasspointTestUtils.createConfig(); in testWifiNetworkSuggestionBuilderForPasspointNetworkWithReqAppInteractionMetered() 860 PasspointConfiguration passpointConfiguration = PasspointTestUtils.createConfig(); in testWifiNetworkSuggestionBuilderWithBothSsidAndPasspointConfig() 874 PasspointConfiguration passpointConfiguration = PasspointTestUtils.createConfig(); in testWifiNetworkSuggestionBuilderWithBothWpa2PassphraseAndPasspointConfig() 888 PasspointConfiguration passpointConfiguration = PasspointTestUtils.createConfig(); in testWifiNetworkSuggestionBuilderWithBothWpa3PassphraseAndPasspointConfig() 906 PasspointConfiguration passpointConfiguration = PasspointTestUtils.createConfig(); in testWifiNetworkSuggestionBuilderWithBothEnterpriseAndPasspointConfig() 920 PasspointConfiguration passpointConfiguration = PasspointTestUtils.createConfig(); in testWifiNetworkSuggestionBuilderWithBothEnhancedOpenAndPasspointConfig() 934 PasspointConfiguration passpointConfiguration = PasspointTestUtils.createConfig(); in testWifiNetworkSuggestionBuilderWithBothHiddenSsidAndPasspointConfig() 979 PasspointConfiguration passpointConfiguration = PasspointTestUtils.createConfig(); in testWifiNetworkSuggestionBuilderSetMacRandomizationPasspoint() 1089 PasspointConfiguration passpointConfiguration = PasspointTestUtils.createConfig(); in testPasspointNetworkSuggestionParcel() 1220 PasspointConfiguration passpointConfiguration = PasspointTestUtils.createConfig(); in testPasspointNetworkSuggestionEqualsSameWithSameFQDN() [all …]
|
/packages/modules/StatsD/tests/src/android/cts/statsd/subscriber/ |
D | ShellSubscriberTest.java | 117 ShellConfig.ShellSubscription config = createConfig(); in testShellMaxSubscriptions() 225 private ShellConfig.ShellSubscription createConfig() { in createConfig() method in ShellSubscriberTest 256 ShellConfig.ShellSubscription config = createConfig(); in startSubscription()
|
/packages/modules/StatsD/tests/src/android/cts/statsd/metric/ |
D | MetricActivationTests.java | 82 private StatsdConfig.Builder createConfig(final int act1TtlSecs, final int act2TtlSecs) { in createConfig() method in MetricActivationTests 175 ConfigUtils.uploadConfig(getDevice(), createConfig(act1TtlSecs, act2TtlSecs)); in testCancellation() 289 ConfigUtils.uploadConfig(getDevice(), createConfig(act1TtlSecs, act2TtlSecs)); in testRestart() 445 ConfigUtils.uploadConfig(getDevice(), createConfig(act1TtlSecs, act2TtlSecs)); in testMultipleActivations()
|
/packages/apps/Settings/src/com/android/settings/accessibility/ |
D | TextReadingPreviewController.java | 109 previewSamples, createConfig(origConfig)); in displayPreference() 240 private Configuration[] createConfig(Configuration origConfig) { in createConfig() method in TextReadingPreviewController
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
D | QsbApplication.kt | 134 mConfig = createConfig() 139 protected fun createConfig(): Config { in createConfig() method
|
/packages/modules/StatsD/statsd/tools/localtools/src/com/android/statsd/shelltools/testdrive/ |
D | TestDrive.java | 135 configuration.createConfig(), in main() 494 StatsdConfig createConfig() { in createConfig() method in TestDrive.Configuration
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/fakevhal/ |
D | FakeVehicleStubUnitTest.java | 230 new AidlHalPropConfig(createConfig(VehicleProperty.VHAL_HEARTBEAT, in testGetAllPropConfigsWithSpecialProp() 1722 createConfig(propId, maxSampleRate, access, areaId), null, new SparseArray<>()); in createParseResult() 1736 private VehiclePropConfig createConfig(int propId, float sampleRate, int access, int areaId) { in createConfig() method in FakeVehicleStubUnitTest
|