Home
last modified time | relevance | path

Searched defs:SHARED_PREF_KEY (Results 1 – 4 of 4) sorted by relevance

/developers/samples/android/input/autofill/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/multidatasetservice/settings/
DMyPreferences.kt26 …private val SHARED_PREF_KEY = "com.example.android.autofillframework.service.settings.MyPreference… constant
/developers/samples/android/input/autofill/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/multidatasetservice/datasource/
DSharedPrefsAutofillRepository.kt33 private val SHARED_PREF_KEY = "com.example.android.autofillframework.service" in <lambda>() constant
/developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/data/source/local/
DSharedPrefsPackageVerificationRepository.java31 private static final String SHARED_PREF_KEY = "com.example.android.autofill.service" field in SharedPrefsPackageVerificationRepository
DLocalAutofillDataSource.java41 public static final String SHARED_PREF_KEY = "com.example.android.autofill" field in LocalAutofillDataSource