Searched refs:idFlags (Results 1 – 2 of 2) sorted by relevance
89 Settings set(int id, int idFlags, int value) { in set() argument96 if ((idFlags & PERSIST_VALUE) != 0) { in set()101 if ((idFlags & PERSISTED) != 0) { in set()
269 int idFlags = (w1 & 0xff000000) >>> 24; in readSettings() local271 settings.set(id, idFlags, value); in readSettings()