OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SharedPrefsPackageVerificationRepository
(Results
1 - 6
of
6
) sorted by null
/developers/build/prebuilts/gradle/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/datasource/
SharedPrefsPackageVerificationRepository.java
26
public class
SharedPrefsPackageVerificationRepository
implements PackageVerificationDataSource {
32
private
SharedPrefsPackageVerificationRepository
() {
37
sInstance = new
SharedPrefsPackageVerificationRepository
();
/developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/data/source/local/
SharedPrefsPackageVerificationRepository.java
29
public class
SharedPrefsPackageVerificationRepository
implements PackageVerificationDataSource {
38
private
SharedPrefsPackageVerificationRepository
(Context context) {
46
sInstance = new
SharedPrefsPackageVerificationRepository
(
/developers/build/prebuilts/gradle/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/
MyAutofillService.java
34
import com.example.android.autofill.service.datasource.
SharedPrefsPackageVerificationRepository
;
55
if (!
SharedPrefsPackageVerificationRepository
.getInstance()
116
if (!
SharedPrefsPackageVerificationRepository
.getInstance()
/developers/build/prebuilts/gradle/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/settings/
SettingsActivity.java
38
import com.example.android.autofill.service.datasource.
SharedPrefsPackageVerificationRepository
;
86
SharedPrefsPackageVerificationRepository
.getInstance()
/developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/
MyAutofillService.java
46
import com.example.android.autofill.service.data.source.local.
SharedPrefsPackageVerificationRepository
;
97
mPackageVerificationRepository =
SharedPrefsPackageVerificationRepository
.getInstance(this);
/developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/settings/
SettingsActivity.java
48
import com.example.android.autofill.service.data.source.local.
SharedPrefsPackageVerificationRepository
;
90
SharedPrefsPackageVerificationRepository
.getInstance(this);
Completed in 231 milliseconds