Home
last modified time | relevance | path

Searched refs:DELEGATION_NETWORK_LOGGING (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java119 import static android.app.admin.DevicePolicyManager.DELEGATION_NETWORK_LOGGING;
627 DELEGATION_NETWORK_LOGGING,
636 DELEGATION_NETWORK_LOGGING,
649 DELEGATION_NETWORK_LOGGING,
9161 receiverComponent = resolveDelegateReceiver(DELEGATION_NETWORK_LOGGING, action, userId);
18993 || (caller.hasPackage() && isCallerDelegate(caller, DELEGATION_NETWORK_LOGGING)));
19159 || (caller.hasPackage() && isCallerDelegate(caller, DELEGATION_NETWORK_LOGGING))
19190 || (caller.hasPackage() && isCallerDelegate(caller, DELEGATION_NETWORK_LOGGING)));
/aosp14/frameworks/base/core/java/android/app/admin/
H A DDevicePolicyManager.java2587 public static final String DELEGATION_NETWORK_LOGGING = "delegation-network-logging"; field in DevicePolicyManager
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt8063 field public static final String DELEGATION_NETWORK_LOGGING = "delegation-network-logging";