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

/frameworks/native/opengl/libs/EGL/
H A Degl_display.h53 NOT_INITIALIZED = 0, enumerator in enum:android::egl_display_t::__anon1514
114 DisplayImpl() : dpy(EGL_NO_DISPLAY), state(NOT_INITIALIZED) { }
/frameworks/base/services/core/java/com/android/server/content/
H A DSyncStorageEngine.java225 public static final int NOT_INITIALIZED = -1; field in class:SyncStorageEngine.AuthorityInfo
292 syncable = NOT_INITIALIZED; // default to "unknown"
613 authority.syncable = AuthorityInfo.NOT_INITIALIZED;
634 return AuthorityInfo.NOT_INITIALIZED;
648 return AuthorityInfo.NOT_INITIALIZED;
666 if (syncable < AuthorityInfo.NOT_INITIALIZED) {
667 syncable = AuthorityInfo.NOT_INITIALIZED;
1661 syncable = String.valueOf(AuthorityInfo.NOT_INITIALIZED);
1701 AuthorityInfo.NOT_INITIALIZED : Integer.parseInt(syncable);
1706 authority.syncable = AuthorityInfo.NOT_INITIALIZED;
[all...]
H A DSyncManager.java963 if (isSyncable == AuthorityInfo.NOT_INITIALIZED) {
1585 AuthorityInfo.NOT_INITIALIZED);
2767 null, AuthorityInfo.NOT_INITIALIZED);

Completed in 1279 milliseconds