Searched refs:DEVICE_SIDE_SYNC_COMPONENT (Results 1 – 1 of 1) sorted by relevance
/cts/hostsidetests/incident/src/com/android/server/cts/ |
D | BatteryStatsValidationTest.java | 39 private static final String DEVICE_SIDE_SYNC_COMPONENT field in BatteryStatsValidationTest 423 assertValueRange("sy", DEVICE_SIDE_SYNC_COMPONENT, 6, 1, 2); // count in testSyncBgVsFg() 424 assertValueRange("sy", DEVICE_SIDE_SYNC_COMPONENT, 8, 1, 2); // background_count in testSyncBgVsFg() 428 assertValueRange("sy", DEVICE_SIDE_SYNC_COMPONENT, 6, 2, 4); // count in testSyncBgVsFg() 429 assertValueRange("sy", DEVICE_SIDE_SYNC_COMPONENT, 8, 1, 2); // background_count in testSyncBgVsFg() 491 assertValueRange("sy", DEVICE_SIDE_SYNC_COMPONENT, 6, 10L, 11L); 495 assertValueRange("sy", DEVICE_SIDE_SYNC_COMPONENT, 5, 10000, 10000 * 2);
|