Home
last modified time | relevance | path

Searched refs:ManageEducationView (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DManageEducationView.kt34 class ManageEducationView constructor(context: Context) : LinearLayout(context) { class
DBubbleStackView.java736 private ManageEducationView mManageEduView;
1125 mManageEduView = new ManageEducationView(mContext); in maybeShowManageEdu()