Searched refs:mFutureDiscoveryStartedIntent (Results 1 – 1 of 1) sorted by relevance
52 private SettableFuture<String> mFutureDiscoveryStartedIntent; field in DeviceDiscoveryTest66 mFutureDiscoveryStartedIntent.set(80 mFutureDiscoveryStartedIntent = SettableFuture.create(); in startDeviceDiscoveryTest()88 assertThat(mFutureDiscoveryStartedIntent.get()) in startDeviceDiscoveryTest()100 mFutureDiscoveryStartedIntent = SettableFuture.create(); in cancelDeviceDiscoveryTest()108 assertThat(mFutureDiscoveryStartedIntent.get()) in cancelDeviceDiscoveryTest()121 mFutureDiscoveryStartedIntent = SettableFuture.create(); in checkDeviceIsDiscoveredTest()138 assertThat(mFutureDiscoveryStartedIntent.get()) in checkDeviceIsDiscoveredTest()