Home | History | Annotate | Download | only in frameworkperf
      1 package com.android.frameworkperf;
      2 
      3 public class LocalTestService extends TestService {
      4     void terminate() {
      5     }
      6 }
      7