Searched refs:logd (Results 1 – 8 of 8) sorted by relevance
/developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/ |
D | AutofillHints.java | 31 import static com.example.android.autofill.service.util.Util.logd; 114 logd("Hint is a W3C section prefix; using %s instead", hint); in removePrefixes() 122 logd("Hint is a W3C type prefix; using %s instead", hint); in removePrefixes() 127 logd("Hint is a W3C address prefix; using %s instead", hint); in removePrefixes()
|
D | MyAutofillService.java | 66 import static com.example.android.autofill.service.util.Util.logd; 245 logd("Domain %s is valid for %s", webDomain, packageName); in checkWebDomainAndBuildAutofillData() 261 logd("no web domain"); in checkWebDomainAndBuildAutofillData() 275 logd("onConnected"); in onConnected() 280 logd("onDisconnected"); in onDisconnected()
|
D | ManualActivity.java | 66 import static com.example.android.autofill.service.util.Util.logd; 197 logd("Ignoring requestCode == %d | resultCode == %d", requestCode, in onActivityResult()
|
/developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/data/source/local/ |
D | SharedPrefsPackageVerificationRepository.java | 26 import static com.example.android.autofill.service.util.Util.logd; 64 logd("Hash for %s: %s", packageName, hash); in putPackageSignatures()
|
D | DigitalAssetLinksRepository.java | 41 import static com.example.android.autofill.service.util.Util.logd; 113 logd("validating domain %s for pkg %s and fingerprint %s.", webDomain, in checkValid()
|
/developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/settings/ |
D | SettingsActivity.java | 21 import static com.example.android.autofill.service.util.Util.logd; 330 logd("Sample service already disabled."); 338 logd(TAG, "enableService(): intent=%s", intent); 341 logd("Sample service already enabled."); 347 logd(TAG, "onActivityResult(): req=%s", requestCode); 356 logd(TAG, "resultCode=%d", resultCode); 359 logd("Autofill service set."); 365 logd("Autofill service not selected.");
|
/developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/data/ |
D | ClientViewMetadataBuilder.java | 32 import static com.example.android.autofill.service.util.Util.logd; 61 logd("child web domain: %s", webDomain); in parseWebDomain()
|
/developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/util/ |
D | Util.java | 242 public static void logd(String message, Object... params) { in logd() method in Util
|