Searched refs:isServiceBounded (Results 1 – 2 of 2) sorted by relevance
300 Boolean isServiceBounded = mHostEmulation.isServiceBounded(); in testOnPreferredForegroundServiceChanged() local301 assertNotNull(isServiceBounded); in testOnPreferredForegroundServiceChanged()302 assertTrue(isServiceBounded); in testOnPreferredForegroundServiceChanged()
1304 public Boolean isServiceBounded(){ in isServiceBounded() method in HostEmulationManager