Searched refs:plFilter (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/ |
D | RegisteredServicesCacheTest.java | 777 String plFilter = "afilter"; in testRegisterPollingLoopFilterForService_existingService_correctUid() local 780 SERVICE_UID, WALLET_HOLDER_SERVICE_COMPONENT, plFilter, true)); in testRegisterPollingLoopFilterForService_existingService_correctUid() 790 verify(apduServiceInfos.get(1)).addPollingLoopFilter(eq(plFilter), eq(true)); in testRegisterPollingLoopFilterForService_existingService_correctUid() 819 String plFilter = "afilter"; in testRemovePollingLoopFilterForService_existingService_correctUid() local 822 SERVICE_UID, WALLET_HOLDER_SERVICE_COMPONENT, plFilter)); in testRemovePollingLoopFilterForService_existingService_correctUid() 832 verify(apduServiceInfos.get(1)).removePollingLoopFilter(eq(plFilter)); in testRemovePollingLoopFilterForService_existingService_correctUid() 863 String plFilter = "afilter"; in testRegisterPollingLoopPatternFilterForService_existingService_correctUid() local 866 USER_ID, SERVICE_UID, WALLET_HOLDER_SERVICE_COMPONENT, plFilter, true)); in testRegisterPollingLoopPatternFilterForService_existingService_correctUid() 876 verify(apduServiceInfos.get(1)).addPollingLoopPatternFilter(eq(plFilter), eq(true)); in testRegisterPollingLoopPatternFilterForService_existingService_correctUid() 905 String plFilter = "afilter"; in testRemovePollingLoopPatternFilterForService_existingService_correctUid() local [all …]
|