Searched defs:NOT_INITIALIZED (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/opengl/libs/EGL/
H A Degl_display.h54 NOT_INITIALIZED = 0, enumerator in enum:android::egl_display_t::__anon1820
101 DisplayImpl() : dpy(EGL_NO_DISPLAY), state(NOT_INITIALIZED) { }
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DScrimController.java60 private static final float NOT_INITIALIZED = -1; field in class:ScrimController
91 private float mCurrentInFrontAlpha = NOT_INITIALIZED;
92 private float mCurrentBehindAlpha = NOT_INITIALIZED;
93 private float mCurrentHeadsUpAlpha = NOT_INITIALIZED;
/frameworks/base/services/core/java/com/android/server/content/
H A DSyncStorageEngine.java227 public static final int NOT_INITIALIZED = -1; field in class:SyncStorageEngine.AuthorityInfo
294 syncable = NOT_INITIALIZED; // default to "unknown"
659 authority.syncable = AuthorityInfo.NOT_INITIALIZED;
680 return AuthorityInfo.NOT_INITIALIZED;
694 return AuthorityInfo.NOT_INITIALIZED;
712 if (syncable < AuthorityInfo.NOT_INITIALIZED) {
713 syncable = AuthorityInfo.NOT_INITIALIZED;
1709 syncable = String.valueOf(AuthorityInfo.NOT_INITIALIZED);
1754 AuthorityInfo.NOT_INITIALIZED : Integer.parseInt(syncable);
1759 authority.syncable = AuthorityInfo.NOT_INITIALIZED;
[all...]

Completed in 3277 milliseconds