Searched refs:getLfT3tMax (Results 1 – 5 of 5) sorted by relevance
161 public int getLfT3tMax(); in getLfT3tMax() method
3566 public int getLfT3tMax() { in getLfT3tMax() method in NfcService3567 return mDeviceHost.getLfT3tMax(); in getLfT3tMax()
232 public native int getLfT3tMax(); in getLfT3tMax() method in NativeNfcManager
1829 when(mNfcService.getLfT3tMax()).thenReturn(3); in testNfcFCardEmulationGetMaxNumOfRegisterableSystemCodes()1837 verify(mNfcService).getLfT3tMax(); in testNfcFCardEmulationGetMaxNumOfRegisterableSystemCodes()
1045 return NfcService.getInstance().getLfT3tMax(); in getMaxNumOfRegisterableSystemCodes()