Home
last modified time | relevance | path

Searched refs:SensitiveContentProtectionManagerService (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/
DOWNERS4 per-file SensitiveContentProtectionManagerService* = file:/core/java/android/permission/OWNERS
DSensitiveContentProtectionManagerServiceContentTest.java71 private SensitiveContentProtectionManagerService mSensitiveContentProtectionManagerService;
94 new SensitiveContentProtectionManagerService(mContext); in setUp()
DSensitiveContentProtectionManagerServiceNotificationTest.java100 private SensitiveContentProtectionManagerService mSensitiveContentProtectionManagerService;
136 new SensitiveContentProtectionManagerService(mContext); in setUp()
/frameworks/base/services/core/java/com/android/server/
DSensitiveContentProtectionManagerService.java68 public final class SensitiveContentProtectionManagerService extends SystemService { class
220 public SensitiveContentProtectionManagerService(@NonNull Context context) { in SensitiveContentProtectionManagerService() method in SensitiveContentProtectionManagerService
612 SensitiveContentProtectionManagerService.this.setSensitiveContentProtection( in setSensitiveContentProtection()
DTEST_MAPPING74 "file_patterns": ["SensitiveContentProtectionManagerService\\.java"]
DOWNERS42 per-file SensitiveContentProtectionManagerService.java = file:/core/java/android/permission/OWNERS
/frameworks/proto_logging/stats/atoms/framework/
Dframework_extension_atoms.proto465 …* frameworks/base/services/core/java/com/android/server/SensitiveContentProtectionManagerService.j…
488 …: frameworks/base/services/core/java/com/android/server/SensitiveContentProtectionManagerService.j…
529 …: frameworks/base/services/core/java/com/android/server/SensitiveContentProtectionManagerService.j…
/frameworks/proto_logging/stats/atoms/sysui/
Dsysui_extension_atoms.proto186 …* frameworks/base/services/core/java/com/android/server/SensitiveContentProtectionManagerService.j…
/frameworks/base/services/java/com/android/server/
DSystemServer.java3004 mSystemServiceManager.startService(SensitiveContentProtectionManagerService.class); in startOtherServices()