Searched refs:MyPreferences (Results 1 – 11 of 11) sorted by relevance
26 public class MyPreferences { class33 private static MyPreferences sInstance;36 private MyPreferences(Context context) { in MyPreferences() method in MyPreferences41 public static MyPreferences getInstance(Context context) { in getInstance()43 sInstance = new MyPreferences(context); in getInstance()
71 private MyPreferences mPreferences;91 mPreferences = MyPreferences.getInstance(this); in onCreate()
53 MyPreferences.isResponseAuth(this), in <lambda>()55 MyPreferences.setResponseAuth(this@SettingsActivity, b) in <lambda>()60 MyPreferences.isDatasetAuth(this), in <lambda>()62 MyPreferences.setDatasetAuth(this@SettingsActivity, b) in <lambda>()73 if (MyPreferences.getMainPassword(this@SettingsActivity) != null) { in <lambda>()88 MyPreferences.clearCredentials(this@SettingsActivity) in <lambda>()110 if (MyPreferences.getMainPassword(this@SettingsActivity) == password) { in <lambda>()128 MyPreferences.setMainPassword(this@SettingsActivity, password) in <lambda>()
23 object MyPreferences { object
31 import com.example.android.autofillframework.multidatasetservice.settings.MyPreferences54 val responseAuth = MyPreferences.isResponseAuth(this) in onFillRequest()65 val datasetAuth = MyPreferences.isDatasetAuth(this) in onFillRequest()
37 import com.example.android.autofillframework.multidatasetservice.settings.MyPreferences in <lambda>()63 if (password.toString() == MyPreferences.getMainPassword(this@AuthActivity)) { in <lambda>()
54 import com.example.android.autofill.service.settings.MyPreferences;79 private MyPreferences mPreferences;112 mPreferences = MyPreferences.getInstance(this); in onCreate()122 String correctPassword = MyPreferences.getInstance(AuthActivity.this).getMainPassword(); in login()
53 import com.example.android.autofill.service.settings.MyPreferences;85 private MyPreferences mPreferences;109 mPreferences = MyPreferences.getInstance(this); in onCreate()
53 import com.example.android.autofill.service.settings.MyPreferences;80 private MyPreferences mPreferences;85 mPreferences = MyPreferences.getInstance(this); in onCreate()
46 import com.example.android.autofill.service.settings.MyPreferences;75 MyPreferences pref = MyPreferences.getInstance(getApplicationContext()); in onConnected()
47 import com.example.android.autofill.service.settings.MyPreferences;