Searched refs:pollingLoopFilter (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/ |
D | CardEmulationManagerTest.java | 732 String pollingLoopFilter = "filter"; in testCardEmulationRegisterPollingLoopFilterForService_serviceExists() local 736 pollingLoopFilter, true)); in testCardEmulationRegisterPollingLoopFilterForService_serviceExists() 748 anyInt(), eq(WALLET_PAYMENT_SERVICE), eq(pollingLoopFilter), eq(true)); in testCardEmulationRegisterPollingLoopFilterForService_serviceExists() 758 String pollingLoopFilter = "filter"; in testCardEmulationRegisterPollingLoopFilterForService_serviceDoesNotExists() local 762 pollingLoopFilter, true)); in testCardEmulationRegisterPollingLoopFilterForService_serviceDoesNotExists() 783 String pollingLoopFilter = "filter"; in testCardEmulationRemovePollingLoopFilterForService_serviceExists() local 787 pollingLoopFilter)); in testCardEmulationRemovePollingLoopFilterForService_serviceExists() 799 anyInt(), eq(WALLET_PAYMENT_SERVICE), eq(pollingLoopFilter)); in testCardEmulationRemovePollingLoopFilterForService_serviceExists() 809 String pollingLoopFilter = "filter"; in testCardEmulationRemovePollingLoopFilterForService_serviceDoesNotExists() local 813 pollingLoopFilter)); in testCardEmulationRemovePollingLoopFilterForService_serviceDoesNotExists() [all …]
|
/packages/apps/Nfc/src/com/android/nfc/cardemulation/ |
D | CardEmulationManager.java | 679 String pollingLoopFilter, boolean autoTransact) throws RemoteException { in registerPollingLoopFilterForService() argument 687 service, pollingLoopFilter, autoTransact); in registerPollingLoopFilterForService() 693 String pollingLoopFilter) throws RemoteException { in removePollingLoopFilterForService() argument 701 service, pollingLoopFilter); in removePollingLoopFilterForService()
|
D | RegisteredServicesCache.java | 1076 ComponentName componentName, String pollingLoopFilter, in registerPollingLoopFilterForService() argument 1098 serviceInfo.addPollingLoopFilter(pollingLoopFilter, autoTransact); in registerPollingLoopFilterForService() 1107 ComponentName componentName, String pollingLoopFilter) { in removePollingLoopFilterForService() argument 1125 serviceInfo.removePollingLoopFilter(pollingLoopFilter); in removePollingLoopFilterForService()
|