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