Home
last modified time | relevance | path

Searched defs:onLoginDetected (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/service/contentcapture/
DIContentProtectionService.aidl30 void onLoginDetected(in ParceledListSlice events); in onLoginDetected() method
/frameworks/base/services/contentcapture/java/com/android/server/contentprotection/
DRemoteContentProtectionService.java80 public void onLoginDetected(@NonNull ParceledListSlice<ContentCaptureEvent> events) { in onLoginDetected() method in RemoteContentProtectionService
/frameworks/base/services/tests/servicestests/src/com/android/server/contentprotection/
DRemoteContentProtectionServiceTest.java101 public void onLoginDetected() throws Exception { in onLoginDetected() method in RemoteContentProtectionServiceTest
/frameworks/base/core/java/android/view/contentcapture/
DIContentCaptureManager.aidl116 void onLoginDetected(in ParceledListSlice<ContentCaptureEvent> events); in onLoginDetected() method
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
DContentCaptureManagerService.java1321 public void onLoginDetected(@NonNull ParceledListSlice<ContentCaptureEvent> events) { in onLoginDetected() method in ContentCaptureManagerService.ContentCaptureManagerServiceStub