Home
last modified time | relevance | path

Searched defs:onUpdateAllowlistRequest (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/service/contentcapture/
DIContentProtectionService.aidl32 void onUpdateAllowlistRequest(in IBinder callback); in onUpdateAllowlistRequest() method
/frameworks/base/services/contentcapture/java/com/android/server/contentprotection/
DRemoteContentProtectionService.java85 public void onUpdateAllowlistRequest(@NonNull IContentProtectionAllowlistCallback callback) { in onUpdateAllowlistRequest() method in RemoteContentProtectionService
/frameworks/base/services/tests/servicestests/src/com/android/server/contentprotection/
DRemoteContentProtectionServiceTest.java113 public void onUpdateAllowlistRequest() throws Exception { in onUpdateAllowlistRequest() method in RemoteContentProtectionServiceTest