Searched defs:CREATED (Results 1 - 6 of 6) sorted by last modified time

/frameworks/support/v4/java/android/support/v4/app/
H A DFragment.java174 static final int CREATED = 1; // Created. field in class:Fragment
684 } else if (mState >= CREATED) {
/frameworks/testing/espresso/libs/
H A Dtestrunner-1.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/apps/ ...
/frameworks/testing/support/src/android/support/test/runner/lifecycle/
H A DStage.java29 CREATED, enum constant in enum:Stage
/frameworks/base/core/java/android/app/
H A DFragment.java358 static final int CREATED = 1; // Created. field in class:Fragment
853 } else if (mState >= CREATED) {
H A DLocalActivityManager.java64 static final int CREATED = 2; // Created, not started or resumed. field in class:LocalActivityManager
153 // of our own (it is now STARTED, while we are only CREATED).
160 case CREATED:
182 if (desiredState == CREATED) {
185 r.curState = CREATED;
195 if (desiredState == CREATED) {
200 r.curState = CREATED;
472 mCurState = CREATED;
573 mCurState = CREATED;
577 moveToState(r, CREATED);
[all...]
/frameworks/base/core/java/android/provider/
H A DBrowser.java606 public static final String CREATED = "created"; field in class:Browser.BookmarkColumns

Completed in 457 milliseconds