HomeSort by relevance Sort by last modified time
    Searched refs:defaultService (Results 1 - 4 of 4) sorted by null

  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
RegisteredAidCache.java 100 ApduServiceInfo defaultService = null;
108 ", defaultService=" + defaultService +
167 if (entryResolveInfo.defaultService != null) {
168 if (resolveInfo.defaultService != null) {
173 resolveInfo.defaultService = entryResolveInfo.defaultService;
202 if (resolveInfo.defaultService != null) {
203 return service.equals(resolveInfo.defaultService.getComponent());
267 resolveInfo.defaultService = matchedForeground
    [all...]
CardEmulationManager.java 274 ComponentName defaultService =
276 return (defaultService != null && defaultService.equals(service));
HostEmulationManager.java 167 if (resolveInfo.defaultService != null) {
170 ApduServiceInfo defaultServiceInfo = resolveInfo.defaultService;
175 launchTapAgain(resolveInfo.defaultService, resolveInfo.category);
PreferredServices.java 253 paymentServiceInfo.equals(resolveInfo.defaultService)) {

Completed in 5412 milliseconds