OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HostEmulationManager
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
HostEmulationManager.java
44
public class
HostEmulationManager
{
45
static final String TAG = "
HostEmulationManager
";
100
public
HostEmulationManager
(Context context, RegisteredAidCache aidCache) {
CardEmulationManager.java
53
* -
HostEmulationManager
handles incoming APDUs for the host and forwards to HCE
71
final
HostEmulationManager
mHostEmulationManager;
85
mHostEmulationManager = new
HostEmulationManager
(context, mAidCache);
Completed in 54 milliseconds