コード例 #1
0
  public void onServiceConnected(ComponentName name, IBinder service) {
    if (D) Log.d(TAG, "onServiceConnected()");
    super.onServiceConnected(name, service);

    if (!mService.isPolling()) mService.startPoll();

    mHD.addHarleyDataDashboardListener(mHarleyDroidDashboardView);
    mHarleyDroidDashboardView.drawAll(mHD);
  }