Searched refs:PREFS_TIP_SET (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Protips/src/com/android/protips/
H A DProtipWidget.java45 public static final String PREFS_TIP_SET = "widget_tip_set"; field in class:ProtipWidget
75 mTipSet = pref.getInt(PREFS_TIP_SET, 0);
140 pref.putInt(PREFS_TIP_SET, mTipSet);

Completed in 52 milliseconds