Home | History | Annotate | Download | only in settings

Lines Matching refs:showUpdates

919                 int showUpdates = reply.readInt();
920 updateSwitchPreference(mShowScreenUpdates, showUpdates != 0);
938 final int showUpdates = mShowScreenUpdates.isChecked() ? 1 : 0;
939 data.writeInt(showUpdates);