Home
last modified time | relevance | path

Searched refs:scenario (Results 1 – 11 of 11) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DOldNitzStateMachineTest.java157 Scenario scenario = UNIQUE_US_ZONE_SCENARIO; in test_uniqueUsZone_timeEnabledTimeZoneEnabled_countryThenNitz() local
159 .setClocksFromScenario(scenario) in test_uniqueUsZone_timeEnabledTimeZoneEnabled_countryThenNitz()
167 long expectedTimeMillis = scenario.getActualTimeMillis() + clockIncrement; in test_uniqueUsZone_timeEnabledTimeZoneEnabled_countryThenNitz()
168 script.countryReceived(scenario.getNetworkCountryIsoCode()) in test_uniqueUsZone_timeEnabledTimeZoneEnabled_countryThenNitz()
173 .nitzReceived(scenario.getNitzSignal()) in test_uniqueUsZone_timeEnabledTimeZoneEnabled_countryThenNitz()
175 .verifyTimeAndZoneSetAndReset(expectedTimeMillis, scenario.getTimeZoneId()); in test_uniqueUsZone_timeEnabledTimeZoneEnabled_countryThenNitz()
179 assertEquals(scenario.getNitzSignal().getValue(), mNitzStateMachine.getCachedNitzData()); in test_uniqueUsZone_timeEnabledTimeZoneEnabled_countryThenNitz()
180 assertEquals(scenario.getTimeZoneId(), mNitzStateMachine.getSavedTimeZoneId()); in test_uniqueUsZone_timeEnabledTimeZoneEnabled_countryThenNitz()
185 Scenario scenario = UNITED_KINGDOM_SCENARIO; in test_unitedKingdom_timeEnabledTimeZoneEnabled_countryThenNitz() local
187 .setClocksFromScenario(scenario) in test_unitedKingdom_timeEnabledTimeZoneEnabled_countryThenNitz()
[all …]
DNewNitzStateMachineTest.java156 Scenario scenario = UNIQUE_US_ZONE_SCENARIO; in test_uniqueUsZone_timeZoneEnabled_countryThenNitz() local
158 .setClocksFromScenario(scenario) in test_uniqueUsZone_timeZoneEnabled_countryThenNitz()
164 script.countryReceived(scenario.getNetworkCountryIsoCode()) in test_uniqueUsZone_timeZoneEnabled_countryThenNitz()
167 .nitzReceived(scenario.getNitzSignal()) in test_uniqueUsZone_timeZoneEnabled_countryThenNitz()
170 scenario.getNitzSignal(), scenario.getTimeZoneId()); in test_uniqueUsZone_timeZoneEnabled_countryThenNitz()
174 assertEquals(scenario.getNitzSignal().getValue(), mNitzStateMachine.getCachedNitzData()); in test_uniqueUsZone_timeZoneEnabled_countryThenNitz()
175 assertEquals(scenario.getTimeZoneId(), mNitzStateMachine.getSavedTimeZoneId()); in test_uniqueUsZone_timeZoneEnabled_countryThenNitz()
180 Scenario scenario = UNITED_KINGDOM_SCENARIO; in test_unitedKingdom_timeZoneEnabled_countryThenNitz() local
182 .setClocksFromScenario(scenario) in test_unitedKingdom_timeZoneEnabled_countryThenNitz()
188 script.countryReceived(scenario.getNetworkCountryIsoCode()) in test_unitedKingdom_timeZoneEnabled_countryThenNitz()
[all …]
/frameworks/base/services/tests/servicestests/src/com/android/server/timedetector/
DSimpleTimeZoneDetectorStrategyTest.java57 Scenario scenario = SCENARIO_1; in testSuggestTime_nitz_timeDetectionEnabled() local
58 mScript.pokeFakeClocks(scenario) in testSuggestTime_nitz_timeDetectionEnabled()
61 TimeSignal timeSignal = scenario.createTimeSignalForActual(TimeSignal.SOURCE_ID_NITZ); in testSuggestTime_nitz_timeDetectionEnabled()
63 long expectSystemClockMillis = scenario.getActualTimeMillis() + clockIncrement; in testSuggestTime_nitz_timeDetectionEnabled()
72 Scenario scenario = SCENARIO_1; in testSuggestTime_systemClockThreshold() local
74 mScript.pokeFakeClocks(scenario) in testSuggestTime_systemClockThreshold()
78 TimeSignal timeSignal1 = scenario.createTimeSignalForActual(TimeSignal.SOURCE_ID_NITZ); in testSuggestTime_systemClockThreshold()
120 Scenario scenario = SCENARIO_1; in testSuggestTime_nitz_timeDetectionDisabled() local
121 mScript.pokeFakeClocks(scenario) in testSuggestTime_nitz_timeDetectionDisabled()
124 TimeSignal timeSignal = scenario.createTimeSignalForActual(TimeSignal.SOURCE_ID_NITZ); in testSuggestTime_nitz_timeDetectionDisabled()
[all …]
/frameworks/native/cmds/flatland/
DREADME.txt28 in between each benchmark sample run. Regardless of the scenario being
49 The first column is simply a description of the scenario that's being
50 simulated. The second column indicates the resolution at which the scenario
53 scenario takes to complete.
57 fast - This indicates that frames of the scenario completed too fast to be
60 result, the scenario was skipped.
62 slow - This indicates that frames of the scenario took too long to
64 simulating a scenario that is obviously impractical on this device, the
65 scenario was skipped.
67 varies - This indicates that the scenario was measured, but it did not
[all …]
DMain.cpp683 const char* scenario = "Scenario"; in printResultsTableHeader() local
684 size_t len = strlen(scenario); in printResultsTableHeader()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSarInfo.java162 public boolean setSarScenarioNeeded(int scenario) { in setSarScenarioNeeded() argument
163 attemptedSarScenario = scenario; in setSarScenarioNeeded()
165 if (mAllWifiDisabled || (mLastReportedScenario != scenario)) { in setSarScenarioNeeded()
/frameworks/base/core/proto/android/service/
Dgraphicsstats.proto69 // Number of frames in triple-buffering scenario (high input latency)
/frameworks/base/libs/hwui/protos/
Dgraphicsstats.proto62 // Number of frames in triple-buffering scenario (high input latency)
/frameworks/base/packages/SystemUI/docs/
Dclock-plugins.md32 the clock face represents the worst case scenario.
/frameworks/base/tools/aapt2/
Dreadme.md12 A warning is logged if such a scenario occurs. (bug 64472942)
/frameworks/opt/telephony/proto/src/
Dtelephony.proto492 // Modem hit unexpected error scenario while handling this request