Update Secure NFC API definitions

Bug: 124767797
Test: None
Change-Id: I90f109f08771f429966cd108eaacdf8b81d0a72e
This commit is contained in:
Ruchi Kandoi
2019-03-05 09:53:10 -08:00
parent 68c7aad725
commit d5ba12a94d
2 changed files with 4 additions and 4 deletions

View File

@@ -80,7 +80,7 @@ public class AdvancedConnectedDeviceDashboardFragmentTest {
Context context = spy(RuntimeEnvironment.application);
when(context.getApplicationContext()).thenReturn(context);
when(NfcAdapter.getDefaultAdapter(context)).thenReturn(mNfcAdapter);
when(mNfcAdapter.deviceSupportsNfcSecure()).thenReturn(true);
when(mNfcAdapter.isSecureNfcSupported()).thenReturn(true);
final List<String> niks =
AdvancedConnectedDeviceDashboardFragment.SEARCH_INDEX_DATA_PROVIDER
.getNonIndexableKeys(context);