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

Lines Matching refs:intent

30 import android.content.Intent;
118 final Intent intent = new Intent(action);
119 sendBroadcast(intent);
124 final Intent intent = new Intent(action);
141 intent.putExtra(EXTRA_DATA, String.valueOf(heartRate));
149 intent.putExtra(EXTRA_DATA, new String(data) + "\n" + stringBuilder.toString());
152 sendBroadcast(intent);
162 public IBinder onBind(Intent intent) {
167 public boolean onUnbind(Intent intent) {
172 return super.onUnbind(intent);