Home
last modified time | relevance | path

Searched refs:ALL_EVENTS (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/os/src/android/os/cts/
DFileObserverLegacyPathTest.java109 super(root, FileObserver.ALL_EVENTS); in PathFileObserver()
122 final int filteredEvent = event & FileObserver.ALL_EVENTS; in onEvent()
/cts/tests/tests/app.usage/src/android/app/usage/cts/
DUsageStatsTest.java983 private static final int[] ALL_EVENTS = new int[] { field in UsageStatsTest
1238 final long startTime = getEvents(ALL_EVENTS, 0, null, null) + 1; in testInteractiveEvents()