Searched refs:runWithRoleNone (Results 1 – 2 of 2) sorted by relevance
145 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
8 import static android.nfc.cts.WalletRoleTestUtils.runWithRoleNone;1711 runWithRoleNone(mContext, ()-> { in testAidResolutionWithRoleHolderSetToNone()