Searched refs:ENABLE_PUSH (Results 1 – 3 of 3) sorted by relevance
46 static final int ENABLE_PUSH = 2; field in Settings156 int bit = 1 << ENABLE_PUSH; in getEnablePush()157 return ((bit & set) != 0 ? values[ENABLE_PUSH] : defaultValue ? 1 : 0) == 1; in getEnablePush()
50 settings.set(Settings.ENABLE_PUSH, 0, 1); in setFields()
156 settings.set(Settings.ENABLE_PUSH, 0, 0); // The peer client disables push.