Searched refs:AdvertiserService (Results 1 – 2 of 2) sorted by relevance
62 … int errorCode = intent.getIntExtra(AdvertiserService.ADVERTISING_FAILED_EXTRA_CODE, -1); in onCreate()83 case AdvertiserService.ADVERTISING_TIMED_OUT: in onCreate()115 if (AdvertiserService.running) { in onResume()121 IntentFilter failureFilter = new IntentFilter(AdvertiserService.ADVERTISING_FAILED); in onResume()140 return new Intent(c, AdvertiserService.class); in getServiceIntent()
24 public class AdvertiserService extends Service { class26 private static final String TAG = AdvertiserService.class.getSimpleName();