Searched refs:IKeyChainServiceTestSupport (Results 1 – 4 of 4) sorted by relevance
32 private final IKeyChainServiceTestSupport.Stub mIKeyChainServiceTestSupport33 = new IKeyChainServiceTestSupport.Stub() {89 if (IKeyChainServiceTestSupport.class.getName().equals(intent.getAction())) { in onBind()
32 interface IKeyChainServiceTestSupport { interface
29 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()
19 LOCAL_SRC_FILES := src/com/android/keychain/tests/support/IKeyChainServiceTestSupport.aidl