1 package com.android.frameworkperf;
2 
3 public class LocalTestService extends TestService {
terminate()4     void terminate() {
5     }
6 }
7