14c7ed1494f506952eb85c935bc543ea741e7bdb4Ian Lake/*
24c7ed1494f506952eb85c935bc543ea741e7bdb4Ian Lake * Copyright 2018 The Android Open Source Project
34c7ed1494f506952eb85c935bc543ea741e7bdb4Ian Lake *
44c7ed1494f506952eb85c935bc543ea741e7bdb4Ian Lake * Licensed under the Apache License, Version 2.0 (the "License");
54c7ed1494f506952eb85c935bc543ea741e7bdb4Ian Lake * you may not use this file except in compliance with the License.
64c7ed1494f506952eb85c935bc543ea741e7bdb4Ian Lake * You may obtain a copy of the License at
74c7ed1494f506952eb85c935bc543ea741e7bdb4Ian Lake *
84c7ed1494f506952eb85c935bc543ea741e7bdb4Ian Lake *      http://www.apache.org/licenses/LICENSE-2.0
94c7ed1494f506952eb85c935bc543ea741e7bdb4Ian Lake *
104c7ed1494f506952eb85c935bc543ea741e7bdb4Ian Lake * Unless required by applicable law or agreed to in writing, software
114c7ed1494f506952eb85c935bc543ea741e7bdb4Ian Lake * distributed under the License is distributed on an "AS IS" BASIS,
124c7ed1494f506952eb85c935bc543ea741e7bdb4Ian Lake * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
134c7ed1494f506952eb85c935bc543ea741e7bdb4Ian Lake * See the License for the specific language governing permissions and
144c7ed1494f506952eb85c935bc543ea741e7bdb4Ian Lake * limitations under the License.
154c7ed1494f506952eb85c935bc543ea741e7bdb4Ian Lake */
164c7ed1494f506952eb85c935bc543ea741e7bdb4Ian Lake
17ac5fe7c617c66850fff75a9fce9979c6e5674b0fAurimas Liutikas/**
18ac5fe7c617c66850fff75a9fce9979c6e5674b0fAurimas Liutikas * @hide
19ac5fe7c617c66850fff75a9fce9979c6e5674b0fAurimas Liutikas */
20ac5fe7c617c66850fff75a9fce9979c6e5674b0fAurimas Liutikas@RestrictTo(LIBRARY_GROUP)
21ac5fe7c617c66850fff75a9fce9979c6e5674b0fAurimas Liutikaspackage androidx.preference.internal;
224c7ed1494f506952eb85c935bc543ea741e7bdb4Ian Lake
23ac5fe7c617c66850fff75a9fce9979c6e5674b0fAurimas Liutikasimport static androidx.annotation.RestrictTo.Scope.LIBRARY_GROUP;
244c7ed1494f506952eb85c935bc543ea741e7bdb4Ian Lake
25ac5fe7c617c66850fff75a9fce9979c6e5674b0fAurimas Liutikasimport androidx.annotation.RestrictTo;