Searched defs:bindService (Results 1 – 3 of 3) sorted by relevance
249 public boolean bindService(Intent intent, final ServiceConnection serviceConnection, int i) { in bindService() method in ShadowContextWrapper
197 public boolean bindService(Intent intent, final ServiceConnection serviceConnection, int i) { in bindService() method in ShadowApplication
324 public boolean bindService(Intent intent, ServiceConnection serviceConnection, int i) { in bindService() method in MockContext.MockContext2