1a83ce1dd2ad3a6b71e90ff4845afc1299fe17b9dDianne Hackborn/**
2a83ce1dd2ad3a6b71e90ff4845afc1299fe17b9dDianne Hackborn * Copyright (c) 2015, The Android Open Source Project
3a83ce1dd2ad3a6b71e90ff4845afc1299fe17b9dDianne Hackborn *
4a83ce1dd2ad3a6b71e90ff4845afc1299fe17b9dDianne Hackborn * Licensed under the Apache License, Version 2.0 (the "License");
5a83ce1dd2ad3a6b71e90ff4845afc1299fe17b9dDianne Hackborn * you may not use this file except in compliance with the License.
6a83ce1dd2ad3a6b71e90ff4845afc1299fe17b9dDianne Hackborn * You may obtain a copy of the License at
7a83ce1dd2ad3a6b71e90ff4845afc1299fe17b9dDianne Hackborn *
8a83ce1dd2ad3a6b71e90ff4845afc1299fe17b9dDianne Hackborn *     http://www.apache.org/licenses/LICENSE-2.0
9a83ce1dd2ad3a6b71e90ff4845afc1299fe17b9dDianne Hackborn *
10a83ce1dd2ad3a6b71e90ff4845afc1299fe17b9dDianne Hackborn * Unless required by applicable law or agreed to in writing, software
11a83ce1dd2ad3a6b71e90ff4845afc1299fe17b9dDianne Hackborn * distributed under the License is distributed on an "AS IS" BASIS,
12a83ce1dd2ad3a6b71e90ff4845afc1299fe17b9dDianne Hackborn * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13a83ce1dd2ad3a6b71e90ff4845afc1299fe17b9dDianne Hackborn * See the License for the specific language governing permissions and
14a83ce1dd2ad3a6b71e90ff4845afc1299fe17b9dDianne Hackborn * limitations under the License.
15a83ce1dd2ad3a6b71e90ff4845afc1299fe17b9dDianne Hackborn */
16a83ce1dd2ad3a6b71e90ff4845afc1299fe17b9dDianne Hackborn
1769c6adc96eecfde74ceb83cf9177428dc08b6067Dianne Hackbornpackage android.app.assist;
18a83ce1dd2ad3a6b71e90ff4845afc1299fe17b9dDianne Hackborn
19a83ce1dd2ad3a6b71e90ff4845afc1299fe17b9dDianne Hackbornparcelable AssistStructure;
20