blob: a2784d9414744b2113efe1d2fb91f26dcd69e3ba [file] [log] [blame]
Jim Miller5ecd8112013-01-09 18:50:26 -08001/*
Jim Miller25190572013-02-28 17:36:24 -08002 * Copyright (C) 2013 The Android Open Source Project
Jim Miller5ecd8112013-01-09 18:50:26 -08003 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16package com.android.internal.policy;
17
Jim Miller25190572013-02-28 17:36:24 -080018oneway interface IKeyguardShowCallback {
Jim Miller5ecd8112013-01-09 18:50:26 -080019 void onShown(IBinder windowToken);
Jim Miller5ecd8112013-01-09 18:50:26 -080020}