Home
last modified time | relevance | path

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

/cts/tests/tests/nfc/src/android/nfc/cts/
DWalletRoleTestUtils.java145 runWithRoleNone(context, () -> {}); //Remove the role holder first to trigger callbacks in runWithRole()
176 runWithRoleNone(context, () -> {}); //Remove the role holder first to trigger callbacks in runWithRole()
198 static void runWithRoleNone(Context context, Runnable runnable) { in runWithRoleNone() method in WalletRoleTestUtils
DCardEmulationTest.java8 import static android.nfc.cts.WalletRoleTestUtils.runWithRoleNone;
1711 runWithRoleNone(mContext, ()-> { in testAidResolutionWithRoleHolderSetToNone()