Home
last modified time | relevance | path

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

/packages/apps/KeyChain/support/src/com/android/keychain/tests/support/
DKeyChainServiceTestSupport.java32 private final IKeyChainServiceTestSupport.Stub mIKeyChainServiceTestSupport
33 = new IKeyChainServiceTestSupport.Stub() {
DIKeyChainServiceTestSupport.aidl33 interface IKeyChainServiceTestSupport { interface
/packages/apps/KeyChain/tests/src/com/android/keychain/tests/
DBasicKeyChainServiceTest.java44 import com.android.keychain.tests.support.IKeyChainServiceTestSupport;
70 private IKeyChainServiceTestSupport mTestSupportService;
78 mTestSupportService = IKeyChainServiceTestSupport.Stub.asInterface(service);
358 Intent serviceIntent = new Intent(mContext, IKeyChainServiceTestSupport.class); in bindTestSupportService()
/packages/apps/KeyChain/support/
DAndroid.bp21 srcs: ["src/com/android/keychain/tests/support/IKeyChainServiceTestSupport.aidl"],