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() {
89 if (IKeyChainServiceTestSupport.class.getName().equals(intent.getAction())) { in onBind()
DIKeyChainServiceTestSupport.aidl32 interface IKeyChainServiceTestSupport { interface
/packages/apps/KeyChain/tests/src/com/android/keychain/tests/
DKeyChainServiceTest.java29 import com.android.keychain.tests.support.IKeyChainServiceTestSupport;
41 private IKeyChainServiceTestSupport mSupport;
51 mSupport = IKeyChainServiceTestSupport.Stub.asInterface(service);
79 mIsBoundSupport = bindService(new Intent(IKeyChainServiceTestSupport.class.getName()), in bindSupport()
/packages/apps/KeyChain/support/
DAndroid.mk19 LOCAL_SRC_FILES := src/com/android/keychain/tests/support/IKeyChainServiceTestSupport.aidl