Searched refs:doBindService (Results 1 – 2 of 2) sorted by relevance
105 void doBindService(boolean isolated) { in doBindService() method in ServiceRunnerActivity120 doBindService(false); in startNonIsolatedService()124 doBindService(true); in startIsolatedService()
111 doBindService(context, intent, SERVICE_NAME); in onReceive()160 doBindService(context, intent, FG_LOCATION_SERVICE_NAME); in onReceive()176 private void doBindService(Context context, Intent commandIntent, String serviceName) { in doBindService() method in CommandReceiver