Searched refs:mTestConfig (Results 1 – 3 of 3) sorted by relevance
69 private TestConfig mTestConfig; field in RetryLaunchViewModelTest77 mTestConfig = new TestConfig( in setUp()98 mTestConfig.launchRoleHolderMaxRetries = 2; in tryStartRoleHolderUpdater_rescheduleLaunchUpdater_works()112 mTestConfig.roleHolderUpdateMaxRetries = 1; in tryStartRoleHolderUpdater_rescheduleLaunchUpdater_exceedsMaxRetryLimit_fails()125 mTestConfig.roleHolderUpdateMaxRetries = 1; in stopLaunchRetries_works()201 mTestConfig); in createViewModel()
538 private TranscodingTestConfig mTestConfig = null; field in MediaTranscodingManager.TranscodingRequest555 mTestConfig = b.mTestConfig; in TranscodingRequest()622 return mTestConfig; in getTestConfig()660 if (mTestConfig != null) { in writeToParcel()662 parcel.testConfig = mTestConfig; in writeToParcel()681 private TranscodingTestConfig mTestConfig; field in MediaTranscodingManager.TranscodingRequest.Builder826 mTestConfig = config; in setTestConfig()
523 WifiConfiguration mTestConfig; field in ClientModeImplTest995 mTestConfig = createTestNetwork(isHidden); in initializeMocksForAddedNetwork()996 initializeMocksForAddedNetwork(mTestConfig); in initializeMocksForAddedNetwork()2773 eq(mTestConfig), eq(WifiBlocklistMonitor.REASON_DHCP_FAILURE), anyInt()); in testDhcpFailure()4575 mTestConfig); in testReportConnectionEventIsCalledAfterAssociationFailure()4578 eq(mTestConfig), eq(TEST_BSSID_STR), eq(WifiMetricsProto.ConnectionEvent in testReportConnectionEventIsCalledAfterAssociationFailure()4582 eq(mTestConfig), eq(null)); in testReportConnectionEventIsCalledAfterAssociationFailure()4624 mTestConfig); in testReportConnectionEventIsCalledAfterAuthenticationFailure()4627 eq(mTestConfig), eq(TEST_BSSID_STR), eq(WifiMetricsProto.ConnectionEvent in testReportConnectionEventIsCalledAfterAuthenticationFailure()4631 eq(mTestConfig), eq(null)); in testReportConnectionEventIsCalledAfterAuthenticationFailure()[all …]