| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | android.support.test.runner.lifecycle.ApplicationStage | |
An enumeration of the lifecycle stages an application undergoes that can be monitored.
 See the Application javadoc for detailed documentation.
 
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ApplicationStage | CREATED | Indicates that onCreate has finished. | |||||||||
| ApplicationStage | PRE_ON_CREATE | Indicates that onCreate is being called before any onCreate code executes. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| [Expand] Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class
  java.lang.Enum | |||||||||||
|  From class
  java.lang.Object | |||||||||||
|  From interface
  java.lang.Comparable | |||||||||||
Indicates that onCreate is being called before any onCreate code executes.