Home
last modified time | relevance | path

Searched refs:PackageVerificationDataSource (Results 1 – 4 of 4) sorted by relevance

/developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/data/source/local/
DSharedPrefsPackageVerificationRepository.java23 import com.example.android.autofill.service.data.source.PackageVerificationDataSource;
29 public class SharedPrefsPackageVerificationRepository implements PackageVerificationDataSource {
33 private static PackageVerificationDataSource sInstance;
44 public static PackageVerificationDataSource getInstance(Context context) { in getInstance()
/developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/data/source/
DPackageVerificationDataSource.java18 public interface PackageVerificationDataSource { interface
/developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/
DMyAutofillService.java42 import com.example.android.autofill.service.data.source.PackageVerificationDataSource;
76 private PackageVerificationDataSource mPackageVerificationRepository;
/developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/settings/
DSettingsActivity.java51 import com.example.android.autofill.service.data.source.PackageVerificationDataSource;
70 private PackageVerificationDataSource mPackageVerificationDataSource;