OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RecentsSystemUser
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
RecentsSystemUser.java
39
public class
RecentsSystemUser
extends IRecentsSystemUserCallbacks.Stub {
41
private static final String TAG = "
RecentsSystemUser
";
48
public
RecentsSystemUser
(Context context, RecentsImpl impl) {
Recents.java
104
private
RecentsSystemUser
mSystemToUserCallbacks;
223
mSystemToUserCallbacks = new
RecentsSystemUser
(mContext, mImpl);
Completed in 621 milliseconds