13604384c5f53c83383ce85f838901e46b0105e5eElliott Hughes/*
23604384c5f53c83383ce85f838901e46b0105e5eElliott Hughes * Copyright (C) 2010 The Android Open Source Project
3f33eae7e84eb6d3b0f4e86b59605bb3de73009f3Elliott Hughes *
43604384c5f53c83383ce85f838901e46b0105e5eElliott Hughes * Licensed under the Apache License, Version 2.0 (the "License");
53604384c5f53c83383ce85f838901e46b0105e5eElliott Hughes * you may not use this file except in compliance with the License.
63604384c5f53c83383ce85f838901e46b0105e5eElliott Hughes * You may obtain a copy of the License at
7f33eae7e84eb6d3b0f4e86b59605bb3de73009f3Elliott Hughes *
83604384c5f53c83383ce85f838901e46b0105e5eElliott Hughes *      http://www.apache.org/licenses/LICENSE-2.0
9f33eae7e84eb6d3b0f4e86b59605bb3de73009f3Elliott Hughes *
103604384c5f53c83383ce85f838901e46b0105e5eElliott Hughes * Unless required by applicable law or agreed to in writing, software
113604384c5f53c83383ce85f838901e46b0105e5eElliott Hughes * distributed under the License is distributed on an "AS IS" BASIS,
123604384c5f53c83383ce85f838901e46b0105e5eElliott Hughes * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
133604384c5f53c83383ce85f838901e46b0105e5eElliott Hughes * See the License for the specific language governing permissions and
143604384c5f53c83383ce85f838901e46b0105e5eElliott Hughes * limitations under the License.
153604384c5f53c83383ce85f838901e46b0105e5eElliott Hughes */
163604384c5f53c83383ce85f838901e46b0105e5eElliott Hughes
174557728efb66c455a52b7669a8eefef7a9e54854Jesse Wilsonpackage libcore.java.util;
183604384c5f53c83383ce85f838901e46b0105e5eElliott Hughes
193604384c5f53c83383ce85f838901e46b0105e5eElliott Hughes/**
203604384c5f53c83383ce85f838901e46b0105e5eElliott Hughes * Ideally, this would have been an inner class in ServiceLoaderTest, but we need a corresponding
213604384c5f53c83383ce85f838901e46b0105e5eElliott Hughes * resource file, and our build system can't cope with $ in filenames.
223604384c5f53c83383ce85f838901e46b0105e5eElliott Hughes */
233604384c5f53c83383ce85f838901e46b0105e5eElliott Hughespublic interface ServiceLoaderTestInterface {
243604384c5f53c83383ce85f838901e46b0105e5eElliott Hughes}
25