1389781f56bb6b4363e9eb03acf915ba297f607d5Casey Dahlin/*
2389781f56bb6b4363e9eb03acf915ba297f607d5Casey Dahlin * Copyright (C) 2015 The Android Open Source Project
3389781f56bb6b4363e9eb03acf915ba297f607d5Casey Dahlin *
4389781f56bb6b4363e9eb03acf915ba297f607d5Casey Dahlin * Licensed under the Apache License, Version 2.0 (the "License");
5389781f56bb6b4363e9eb03acf915ba297f607d5Casey Dahlin * you may not use this file except in compliance with the License.
6389781f56bb6b4363e9eb03acf915ba297f607d5Casey Dahlin * You may obtain a copy of the License at
7389781f56bb6b4363e9eb03acf915ba297f607d5Casey Dahlin *
8389781f56bb6b4363e9eb03acf915ba297f607d5Casey Dahlin *      http://www.apache.org/licenses/LICENSE-2.0
9389781f56bb6b4363e9eb03acf915ba297f607d5Casey Dahlin *
10389781f56bb6b4363e9eb03acf915ba297f607d5Casey Dahlin * Unless required by applicable law or agreed to in writing, software
11389781f56bb6b4363e9eb03acf915ba297f607d5Casey Dahlin * distributed under the License is distributed on an "AS IS" BASIS,
12389781f56bb6b4363e9eb03acf915ba297f607d5Casey Dahlin * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13389781f56bb6b4363e9eb03acf915ba297f607d5Casey Dahlin * See the License for the specific language governing permissions and
14389781f56bb6b4363e9eb03acf915ba297f607d5Casey Dahlin * limitations under the License.
15389781f56bb6b4363e9eb03acf915ba297f607d5Casey Dahlin */
16389781f56bb6b4363e9eb03acf915ba297f607d5Casey Dahlin
17389781f56bb6b4363e9eb03acf915ba297f607d5Casey Dahlinpackage android.aidl.tests;
18389781f56bb6b4363e9eb03acf915ba297f607d5Casey Dahlin
19389781f56bb6b4363e9eb03acf915ba297f607d5Casey Dahlininterface INamedCallback {
20389781f56bb6b4363e9eb03acf915ba297f607d5Casey Dahlin  String GetName();
21389781f56bb6b4363e9eb03acf915ba297f607d5Casey Dahlin}
22