Example usage for Java android.app.usage UsageEvents fields, constructors, methods, implement or subclass
The text is from its open source code.
boolean | getNextEvent(Event eventOut) Retrieve the next android.app.usage.UsageEvents.Event from the collection and put the resulting data into eventOut . |
boolean | hasNextEvent() Returns whether or not there are more events to read using #getNextEvent(android.app.usage.UsageEvents.Event) . |