Home
last modified time | relevance | path

Searched refs:onDestroyAllFillWindowsRequest (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/service/autofill/augmented/
DIAugmentedAutofillService.aidl43 void onDestroyAllFillWindowsRequest(); in onDestroyAllFillWindowsRequest() method
DAugmentedAutofillService.java124 public void onDestroyAllFillWindowsRequest() { in onDestroyAllFillWindowsRequest() method in AugmentedAutofillService.AugmentedAutofillServiceImpl
/frameworks/base/services/autofill/java/com/android/server/autofill/
DRemoteAugmentedAutofillService.java381 run((s) -> s.onDestroyAllFillWindowsRequest()); in onDestroyAutofillWindowsRequest()