Searched refs:expectedComponentName (Results 1 – 1 of 1) sorted by relevance
198 ComponentName expectedComponentName = new ComponentName("", ""); in bindServiceShouldCallOnServiceConnectedWithDefaultValues() local201 .setComponentNameAndServiceForBindService(expectedComponentName, expectedBinder); in bindServiceShouldCallOnServiceConnectedWithDefaultValues()203 assertThat(service.name).isEqualTo(expectedComponentName); in bindServiceShouldCallOnServiceConnectedWithDefaultValues()207 assertThat(service.nameUnbound).isEqualTo(expectedComponentName); in bindServiceShouldCallOnServiceConnectedWithDefaultValues()221 ComponentName expectedComponentName = new ComponentName("", ""); in bindServiceShouldCallOnServiceConnectedWhenNotPaused() local226 expectedIntent, expectedComponentName, expectedBinder); in bindServiceShouldCallOnServiceConnectedWhenNotPaused()236 assertThat(service.name).isEqualTo(expectedComponentName); in bindServiceShouldCallOnServiceConnectedWhenNotPaused()243 ComponentName expectedComponentName = new ComponentName("", ""); in unbindServiceShouldCallOnServiceDisconnectedWhenNotPaused() local248 expectedIntent, expectedComponentName, expectedBinder); in unbindServiceShouldCallOnServiceDisconnectedWhenNotPaused()255 assertThat(service.nameUnbound).isEqualTo(expectedComponentName); in unbindServiceShouldCallOnServiceDisconnectedWhenNotPaused()[all …]