Home
last modified time | relevance | path

Searched refs:customServiceName (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/nfc/src/android/nfc/cts/
DCardEmulationTest.java428 ComponentName customServiceName = new ComponentName(mContext, in testCustomFrameToCustomInTwoFullLoops()
434 customServiceName, in testCustomFrameToCustomInTwoFullLoops()
658 ComponentName customServiceName = new ComponentName(mContext, in testTwoCustomPollingLoopToPreferredCustomAndBackgroundDynamic() local
664 customServiceName, annotationStringHex2, false)); in testTwoCustomPollingLoopToPreferredCustomAndBackgroundDynamic()
717 ComponentName customServiceName = new ComponentName(mContext, in testTwoCustomPollingLoopToCustomAndBackgroundDynamic() local
723 customServiceName, annotationStringHex2, false)); in testTwoCustomPollingLoopToCustomAndBackgroundDynamic()
759 ComponentName customServiceName = new ComponentName(mContext, CustomHostApduService.class); in testCustomPollingLoopToCustomDynamic() local
763 Assert.assertTrue(cardEmulation.registerPollingLoopFilterForService(customServiceName, in testCustomPollingLoopToCustomDynamic()
785 ComponentName customServiceName = in testCustomPollingLoopToCustomDynamicAndRemove() local
790 Assert.assertTrue(cardEmulation.registerPollingLoopFilterForService(customServiceName, in testCustomPollingLoopToCustomDynamicAndRemove()
[all …]
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DUiBot.java660 public UiObject2 assertSaveShowingWithCustomServiceName(int type, String customServiceName) in assertSaveShowingWithCustomServiceName() argument
663 SaveInfo.POSITIVE_BUTTON_STYLE_SAVE, null, SAVE_TIMEOUT, customServiceName, type); in assertSaveShowingWithCustomServiceName()