Searched refs:aidIntent (Results 1 – 1 of 1) sorted by relevance
310 Intent aidIntent = new Intent(HostApduService.SERVICE_INTERFACE); in bindServiceIfNeededLocked() local311 aidIntent.setComponent(service); in bindServiceIfNeededLocked()312 if (mContext.bindServiceAsUser(aidIntent, mConnection, in bindServiceIfNeededLocked()