Searched refs:UserPrefs (Results 1 – 3 of 3) sorted by relevance
28 public class UserPrefs { class33 public UserPrefs(Context context) { in UserPrefs() method in UserPrefs
72 import com.android.DeviceAsWebcam.utils.UserPrefs;108 private UserPrefs mUserPrefs;621 mUserPrefs = new UserPrefs(this.getApplicationContext()); in onCreate()
57 import com.android.DeviceAsWebcam.utils.UserPrefs;350 private UserPrefs mUserPrefs;365 mUserPrefs = new UserPrefs(mContext); in CameraController()