11276424b08016cb083a43d23a63f4c35d87aa980Rahul Ravikumar/*
21276424b08016cb083a43d23a63f4c35d87aa980Rahul Ravikumar * Copyright 2018 The Android Open Source Project
31276424b08016cb083a43d23a63f4c35d87aa980Rahul Ravikumar *
41276424b08016cb083a43d23a63f4c35d87aa980Rahul Ravikumar * Licensed under the Apache License, Version 2.0 (the "License");
51276424b08016cb083a43d23a63f4c35d87aa980Rahul Ravikumar * you may not use this file except in compliance with the License.
61276424b08016cb083a43d23a63f4c35d87aa980Rahul Ravikumar * You may obtain a copy of the License at
71276424b08016cb083a43d23a63f4c35d87aa980Rahul Ravikumar *
81276424b08016cb083a43d23a63f4c35d87aa980Rahul Ravikumar *      http://www.apache.org/licenses/LICENSE-2.0
91276424b08016cb083a43d23a63f4c35d87aa980Rahul Ravikumar *
101276424b08016cb083a43d23a63f4c35d87aa980Rahul Ravikumar * Unless required by applicable law or agreed to in writing, software
111276424b08016cb083a43d23a63f4c35d87aa980Rahul Ravikumar * distributed under the License is distributed on an "AS IS" BASIS,
121276424b08016cb083a43d23a63f4c35d87aa980Rahul Ravikumar * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
131276424b08016cb083a43d23a63f4c35d87aa980Rahul Ravikumar * See the License for the specific language governing permissions and
141276424b08016cb083a43d23a63f4c35d87aa980Rahul Ravikumar * limitations under the License.
151276424b08016cb083a43d23a63f4c35d87aa980Rahul Ravikumar */
161276424b08016cb083a43d23a63f4c35d87aa980Rahul Ravikumar
171276424b08016cb083a43d23a63f4c35d87aa980Rahul Ravikumar/**
181276424b08016cb083a43d23a63f4c35d87aa980Rahul Ravikumar * @hide
191276424b08016cb083a43d23a63f4c35d87aa980Rahul Ravikumar */
20e92262ff56fedd7753af56e777e38e07894210e6Rahul Ravikumar@RestrictTo(RestrictTo.Scope.LIBRARY_GROUP)
21564e43098c323d1a90be53c190b8fdbdde973505Sumir Katariapackage androidx.work.impl.model;
22e92262ff56fedd7753af56e777e38e07894210e6Rahul Ravikumar
23564e43098c323d1a90be53c190b8fdbdde973505Sumir Katariaimport android.support.annotation.RestrictTo;
24