Searched refs:logw (Results 1 – 9 of 9) sorted by relevance
/developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/data/source/local/ |
D | SharedPrefsPackageVerificationRepository.java | 27 import static com.example.android.autofill.service.util.Util.logw; 66 logw(e, "Error getting hash for %s.", packageName); in putPackageSignatures()
|
D | LocalAutofillDataSource.java | 38 import static com.example.android.autofill.service.util.Util.logw; 114 logw("More than 1 dataset with name %s", datasetName); in getAutofillDataset()
|
/developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/ |
D | AuthActivity.java | 23 import static com.example.android.autofill.service.util.Util.logw; 142 logw("Failed auth."); in onFailure() 193 logw(msg, params); in fetchDatasetAndSetIntent() 214 logw(msg, params); in fetchAllDatasetsAndSetIntent()
|
D | MyAutofillService.java | 69 import static com.example.android.autofill.service.util.Util.logw; 134 logw("Cancel autofill not implemented in this sample.") in onFillRequest() 185 logw(msg, params); in fetchDataAndGenerateResponse() 234 logw(e.getMessage()); in checkWebDomainAndBuildAutofillData() 256 logw(msg, params); in checkWebDomainAndBuildAutofillData()
|
D | AutofillHints.java | 32 import static com.example.android.autofill.service.util.Util.logw; 172 logw("Invalid W3C type hint: %s", hint); in isW3cTypeHint()
|
/developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/data/adapter/ |
D | DatasetAdapter.java | 42 import static com.example.android.autofill.service.util.Util.logw; 146 logw("Autofill ID null for %s", viewNode.toString()); in bindValueToNode() 185 logw("Invalid autofill type - %d", autofillType); in bindValueToNode()
|
/developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/util/ |
D | Util.java | 262 public static void logw(String message, Object... params) { in logw() method in Util 266 public static void logw(Throwable throwable, String message, Object... params) { in logw() method in Util
|
/developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/settings/ |
D | SettingsActivity.java | 22 import static com.example.android.autofill.service.util.Util.logw; 237 logw("Number of Datasets (%d) out of range.", numOfDatasets);
|
/developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |