Searched refs:getTimestampResolutionNanos (Results 1 – 4 of 4) sorted by relevance
54 long getTimestampResolutionNanos(); in getTimestampResolutionNanos() method
237 return mUwbAdapter.getTimestampResolutionNanos(); in elapsedRealtimeResolutionNanos()
121 when(mVendorService.getTimestampResolutionNanos()).thenReturn(timestamp); in testGetTimestampResolutionNanos()122 assertThat(mUwbServiceImpl.getTimestampResolutionNanos()).isEqualTo(timestamp); in testGetTimestampResolutionNanos()124 verify(mVendorService).getTimestampResolutionNanos(); in testGetTimestampResolutionNanos()
278 public long getTimestampResolutionNanos() throws RemoteException { in getTimestampResolutionNanos() method in UwbServiceImpl280 return getVendorUwbAdapter().getTimestampResolutionNanos(); in getTimestampResolutionNanos()