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

/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 {
510 * Cast an IBinder object into an IKeystoreService interface, generating
513 public static IKeystoreService asInterface(IBinder obj) {
518 if (iin != null && iin instanceof IKeystoreService) {
519 return (IKeystoreService) iin;
521 return new IKeystoreService.Stub.Proxy(obj);

Completed in 125 milliseconds