Home | History | Annotate | Download | only in com.example.android.bluetoothadvertisements

Lines Matching refs:Service

3 import android.app.Service;
22 * Service is maintaining the necessary Callback in memory.
24 public class AdvertiserService extends Service {
29 * A global variable to let AdvertiserFragment check if the Service is running without needing
79 * Required for extending service, but this will be a Started Service only, so no need for
128 Log.d(TAG, "Service: Starting Advertising");
146 Log.d(TAG, "Service: Stopping Advertising");
154 * Returns an AdvertiseData object which includes the Service UUID and Device Name.
161 * arbitrary service or manufacturer data.
191 * in an Intent to be picked up by AdvertiserFragment and stops this Service.