Home
last modified time | relevance | path

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

/packages/apps/KeyChain/tests/src/com/android/keychain/tests/
DBasicKeyChainServiceTest.java42 import com.android.keychain.tests.support.IKeyChainServiceTestSupport;
66 private IKeyChainServiceTestSupport mTestSupportService;
74 mTestSupportService = IKeyChainServiceTestSupport.Stub.asInterface(service);
326 Intent serviceIntent = new Intent(mContext, IKeyChainServiceTestSupport.class); in bindTestSupportService()
/packages/apps/KeyChain/support/src/com/android/keychain/tests/support/
DKeyChainServiceTestSupport.java35 private final IKeyChainServiceTestSupport.Stub mIKeyChainServiceTestSupport
36 = new IKeyChainServiceTestSupport.Stub() {
DIKeyChainServiceTestSupport.aidl33 interface IKeyChainServiceTestSupport { interface
/packages/apps/KeyChain/support/
DAndroid.bp17 srcs: ["src/com/android/keychain/tests/support/IKeyChainServiceTestSupport.aidl"],