Home
last modified time | relevance | path

Searched refs:NOT_INITIALIZED (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/opengl/libs/EGL/
Degl_display.h53 NOT_INITIALIZED = 0, enumerator
114 DisplayImpl() : dpy(EGL_NO_DISPLAY), state(NOT_INITIALIZED) { } in DisplayImpl()
/frameworks/base/services/core/java/com/android/server/content/
DSyncStorageEngine.java219 public static final int NOT_INITIALIZED = -1; field in SyncStorageEngine.AuthorityInfo
280 syncable = NOT_INITIALIZED; // default to "unknown" in defaultInitialisation()
599 authority.syncable = AuthorityInfo.NOT_INITIALIZED; in setSyncAutomatically()
620 return AuthorityInfo.NOT_INITIALIZED; in getIsSyncable()
634 return AuthorityInfo.NOT_INITIALIZED; in getIsSyncable()
652 if (syncable < AuthorityInfo.NOT_INITIALIZED) { in setSyncableStateForEndPoint()
653 syncable = AuthorityInfo.NOT_INITIALIZED; in setSyncableStateForEndPoint()
1638 syncable = String.valueOf(AuthorityInfo.NOT_INITIALIZED); in parseAuthority()
1678 AuthorityInfo.NOT_INITIALIZED : Integer.parseInt(syncable); in parseAuthority()
1683 authority.syncable = AuthorityInfo.NOT_INITIALIZED; in parseAuthority()