package com.android.frameworkperf;

public class LocalTestService extends TestService {
    void terminate() {
    }
}
