Lines Matching refs:getContext

201             getContext().startService(new Intent(service).putExtras(bundle));
205 getContext().startService(new Intent(service).putExtras(bundle));
211 getContext().stopService(service);
219 getContext().stopService(service);
225 getContext().startService(service);
239 getContext().bindService(service, conn, 0);
240 getContext().startService(service);
244 getContext().bindService(service, conn2, 0);
247 getContext().unbindService(conn2);
252 getContext().stopService(service);
253 getContext().unbindService(conn);
254 getContext().unbindService(conn2);
263 getContext().stopService(service);
266 getContext().unbindService(conn);
274 getContext().bindService(service, conn, 0);
275 getContext().startService(service);
282 getContext().stopService(service);
283 getContext().unbindService(conn);
293 getContext().stopService(service);
296 getContext().unbindService(conn);
304 getContext().bindService(service, conn, 0);
305 getContext().startService(service);
312 getContext().stopService(service);
313 getContext().unbindService(conn);
323 getContext().unbindService(conn);
328 getContext().bindService(service, conn, 0);
333 getContext().stopService(service);
336 getContext().unbindService(conn);
345 getContext().bindService(
352 getContext().unbindService(conn);
359 getContext().unbindService(conn);
366 getContext().bindService(service, conn, Context.BIND_AUTO_CREATE);
371 getContext().unbindService(conn);
378 startExpectResult(new Intent(getContext(), LocalService.class));
388 bindExpectResult(new Intent(getContext(), LocalService.class));
398 bindAutoExpectResult(new Intent(getContext(), LocalService.class));
408 startExpectResult(new Intent(getContext(), LocalGrantedService.class));
418 bindExpectResult(new Intent(getContext(), LocalGrantedService.class));
428 bindAutoExpectResult(new Intent(getContext(), LocalGrantedService.class));
438 startExpectNoPermission(new Intent(getContext(), LocalDeniedService.class));
448 bindExpectNoPermission(new Intent(getContext(), LocalDeniedService.class));
459 getContext().bindService(
461 getContext().unbindService(conn);
463 getContext().unbindService(conn);