Home
last modified time | relevance | path

Searched refs:componentNameForBindService (Results 1 – 1 of 1) sorted by relevance

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowApplication.java95 private ComponentName componentNameForBindService; field in ShadowApplication
192 this.componentNameForBindService = name; in setComponentNameAndServiceForBindService()
205 … serviceConnection.onServiceConnected(componentNameForBindService, serviceForBindService); in bindService()
217 serviceConnection.onServiceDisconnected(componentNameForBindService); in unbindService()