Searched refs:NOT_INITIALIZED (Results 1 – 2 of 2) sorted by relevance
53 NOT_INITIALIZED = 0, enumerator114 DisplayImpl() : dpy(EGL_NO_DISPLAY), state(NOT_INITIALIZED) { } in DisplayImpl()
219 public static final int NOT_INITIALIZED = -1; field in SyncStorageEngine.AuthorityInfo280 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()