Searched refs:security (Results 251 - 261 of 261) sorted by relevance

<<11

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java145 import android.security.IKeyChainAliasCallback;
146 import android.security.IKeyChainService;
147 import android.security.KeyChain;
148 import android.security.KeyChain.KeyChainConnection;
235 private static final String TAG_LAST_SECURITY_LOG_RETRIEVAL = "last-security-log-retrieval";
591 // It might take a while for the user to become affiliated. Make security
5156 * Throw a security exception if a ComponentName is given and it is not a device/profile owner
10521 // whether there are any privacy/security implications of enabling the backup service here
10799 /** Pauses security and network logging if there are unaffiliated users on the device */
10802 Slog.i(LOG_TAG, "There are unaffiliated users, security an
[all...]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiStateMachineTest.java82 import android.security.KeyStore;
/frameworks/base/services/core/java/com/android/server/
H A DConnectivityService.java96 import android.security.Credentials;
97 import android.security.KeyStore;
H A DInputMethodManagerService.java156 import java.security.InvalidParameterException;
1405 // The input method manager only throws security exceptions, so let's
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDevicePolicyManagerTest.java52 import android.security.IKeyChainService;
53 import android.security.KeyChain;
3499 fail("Didn't throw expected security exception.");
3504 fail("Didn't throw expected security exception.");
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java214 import android.security.KeyStore;
215 import android.security.SystemKeyStore;
309 import java.security.DigestInputStream;
310 import java.security.MessageDigest;
311 import java.security.NoSuchAlgorithmException;
312 import java.security.PublicKey;
313 import java.security.SecureRandom;
314 import java.security.cert.Certificate;
315 import java.security.cert.CertificateEncodingException;
316 import java.security
[all...]
H A DUserManagerService.java72 import android.security.GateKeeper;
/frameworks/base/core/java/android/app/
H A DActivityThread.java94 import android.security.NetworkSecurityPolicy;
95 import android.security.net.config.NetworkSecurityConfigProvider;
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
H A DAccountManagerServiceTest.java79 import java.security.GeneralSecurityException;
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java2937 // The activity manager only throws security exceptions, so let's
6868 // apps that target the v2 security sandbox. Since access to
7444 // security checking for it above.
8207 * when only uid-based security is needed.)
8605 * the callingUid using the given modeFlags. Throws a security exception
8732 Slog.w(TAG, "For security reasons, the system cannot issue a Uri permission"
9146 // Hacky solution as part of fixing a security bug; ignore
9630 // that will limit to the correct security sandbox.
14048 // Make sure we have the current profile info, since it is needed for security checks.
18951 // should be protected to avoid security hole
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 400 milliseconds

<<11