19788976b1465ce982b5ae7c741345edd0ecd9322Fred Quintana/*
29788976b1465ce982b5ae7c741345edd0ecd9322Fred Quintana * Copyright (C) 2009 The Android Open Source Project
39788976b1465ce982b5ae7c741345edd0ecd9322Fred Quintana *
49788976b1465ce982b5ae7c741345edd0ecd9322Fred Quintana * Licensed under the Apache License, Version 2.0 (the "License");
59788976b1465ce982b5ae7c741345edd0ecd9322Fred Quintana * you may not use this file except in compliance with the License.
69788976b1465ce982b5ae7c741345edd0ecd9322Fred Quintana * You may obtain a copy of the License at
79788976b1465ce982b5ae7c741345edd0ecd9322Fred Quintana *
89788976b1465ce982b5ae7c741345edd0ecd9322Fred Quintana *      http://www.apache.org/licenses/LICENSE-2.0
99788976b1465ce982b5ae7c741345edd0ecd9322Fred Quintana *
109788976b1465ce982b5ae7c741345edd0ecd9322Fred Quintana * Unless required by applicable law or agreed to in writing, software
119788976b1465ce982b5ae7c741345edd0ecd9322Fred Quintana * distributed under the License is distributed on an "AS IS" BASIS,
129788976b1465ce982b5ae7c741345edd0ecd9322Fred Quintana * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
139788976b1465ce982b5ae7c741345edd0ecd9322Fred Quintana * See the License for the specific language governing permissions and
149788976b1465ce982b5ae7c741345edd0ecd9322Fred Quintana * limitations under the License.
159788976b1465ce982b5ae7c741345edd0ecd9322Fred Quintana */
169788976b1465ce982b5ae7c741345edd0ecd9322Fred Quintana
179788976b1465ce982b5ae7c741345edd0ecd9322Fred Quintanapackage android.accounts;
189788976b1465ce982b5ae7c741345edd0ecd9322Fred Quintana
199788976b1465ce982b5ae7c741345edd0ecd9322Fred Quintanaparcelable AuthenticatorDescription;
20