Home | History | Annotate | Download | only in bluetooth
      1 package com.android.cts.verifier.bluetooth;
      2 
      3 import android.os.Bundle;
      4 
      5 public class BleSecureServerScannerTestActivity extends BleScannerTestActivity {
      6 
      7     @Override
      8     public void onCreate(Bundle savedInstanceState) {
      9         super.onCreate(savedInstanceState);
     10     }
     11 }
     12