Home | History | Annotate | Download | only in bluetooth

Lines Matching defs:intent

24 import android.content.Intent;
47 Intent intent = new Intent(BleAdvertiserPowerLevelActivity.this,
49 intent.putExtra(BleAdvertiserService.EXTRA_COMMAND,
51 startService(intent);
87 Intent intent = new Intent(BleAdvertiserPowerLevelActivity.this,
89 intent.putExtra(BleAdvertiserService.EXTRA_COMMAND,
91 startService(intent);
104 public void onReceive(Context context, Intent intent) {
105 switch (intent.getAction()) {