Home
last modified time | relevance | path

Searched refs:onUpdateAllowlistRequest (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/contentcapture/java/com/android/server/contentprotection/
DRemoteContentProtectionService.java85 public void onUpdateAllowlistRequest(@NonNull IContentProtectionAllowlistCallback callback) { in onUpdateAllowlistRequest() method in RemoteContentProtectionService
86 run(service -> service.onUpdateAllowlistRequest(callback.asBinder())); in onUpdateAllowlistRequest()
DContentProtectionAllowlistManager.java151 remoteContentProtectionService.onUpdateAllowlistRequest(mAllowlistCallback); in handlePackagesChanged()
/frameworks/base/services/tests/servicestests/src/com/android/server/contentprotection/
DRemoteContentProtectionServiceTest.java113 public void onUpdateAllowlistRequest() throws Exception { in onUpdateAllowlistRequest() method in RemoteContentProtectionServiceTest
116 mRemoteContentProtectionService.onUpdateAllowlistRequest( in onUpdateAllowlistRequest()
119 verify(mMockContentProtectionService).onUpdateAllowlistRequest(BINDER); in onUpdateAllowlistRequest()
DContentProtectionAllowlistManagerTest.java293 .onUpdateAllowlistRequest(mMockAllowlistCallback); in handlePackagesChanged_withService()
305 .onUpdateAllowlistRequest(mMockAllowlistCallback); in handlePackagesChanged_withServiceException()
311 .onUpdateAllowlistRequest(mMockAllowlistCallback); in handlePackagesChanged_withServiceException()
340 .onUpdateAllowlistRequest(mMockAllowlistCallback); in handlePackagesChanged_rateLimit_beforeTimeout()
357 .onUpdateAllowlistRequest(mMockAllowlistCallback); in handlePackagesChanged_rateLimit_afterTimeout()
376 .onUpdateAllowlistRequest(manager.mAllowlistCallback); in handlePackagesChanged_rateLimit_afterUpdate()
/frameworks/base/core/java/android/service/contentcapture/
DIContentProtectionService.aidl32 void onUpdateAllowlistRequest(in IBinder callback); in onUpdateAllowlistRequest() method
DContentCaptureService.java231 public void onUpdateAllowlistRequest(IBinder callback) {