Searched refs:IKeystoreService (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/keystore/java/android/security/
H A DKeyStore.java59 private final IKeystoreService mBinder;
61 private KeyStore(IKeystoreService binder) {
66 IKeystoreService keystore = IKeystoreService.Stub.asInterface(ServiceManager
/frameworks/base/core/java/android/security/
H A DIKeystoreService.java31 public interface IKeystoreService extends IInterface { interface in inherits:IInterface
32 public static abstract class Stub extends Binder implements IKeystoreService {
33 private static class Proxy implements IKeystoreService {
566 * Cast an IBinder object into an IKeystoreService interface, generating
569 public static IKeystoreService asInterface(IBinder obj) {
574 if (iin != null && iin instanceof IKeystoreService) {
575 return (IKeystoreService) iin;
577 return new IKeystoreService.Stub.Proxy(obj);

Completed in 335 milliseconds