Home
last modified time | relevance | path

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

/development/samples/browseable/BluetoothAdvertisements/src/com.example.android.bluetoothadvertisements/
DAdvertiserFragment.java62 … 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()
DAdvertiserService.java24 public class AdvertiserService extends Service { class
26 private static final String TAG = AdvertiserService.class.getSimpleName();