Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
H A DWMShell.java107 private final ShellInterface mShell; field in WMShell
132 mShell.onConfigurationChanged(newConfig);
139 mShell.onKeyguardVisibilityChanged(mKeyguardStateController.isShowing(),
148 mShell.onKeyguardDismissAnimationFinished();
155 mShell.onUserChanged(newUser, userContext);
160 mShell.onUserProfilesChanged(profiles);
187 mShell = shell; in WMShell()
208 mShell.onConfigurationChanged(mContext.getResources().getConfiguration()); in start()
364 if (mShell.handleCommand(args, pw)) { in dump()
368 mShell.dump(pw); in dump()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/verify/domain/
H A DDomainVerificationService.java145 private final DomainVerificationShell mShell; field in DomainVerificationService
167 mShell = new DomainVerificationShell(this); in DomainVerificationService()
1293 return mShell; in getShell()