Searched refs:startingId (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DNetworkEventTest.java69 long startingId = 0;
72 List<NetworkEvent> events = fillHandlerWithFullBatchOfEvents(startingId);
78 long expectedId = startingId;
89 long startingId = Long.MAX_VALUE - gap;
92 List<NetworkEvent> events = fillHandlerWithFullBatchOfEvents(startingId);
98 long expectedId = startingId;
117 private List<NetworkEvent> fillHandlerWithFullBatchOfEvents(long startingId) throws Exception { argument
120 mDpmTestable, startingId);

Completed in 232 milliseconds