Java android.app.usage UsageEvents fields, constructors, methods, implement or subclass

Example usage for Java android.app.usage UsageEvents fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.app.usage UsageEvents.

The text is from its open source code.

Method

booleangetNextEvent(Event eventOut)
Retrieve the next android.app.usage.UsageEvents.Event from the collection and put the resulting data into eventOut .
booleanhasNextEvent()
Returns whether or not there are more events to read using #getNextEvent(android.app.usage.UsageEvents.Event) .