OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mUserController
(Results
1 - 9
of
9
) sorted by null
/frameworks/base/services/core/java/com/android/server/am/
UserSwitchingDialog.java
109
mService.
mUserController
.startUserInForeground(mUserId, this);
ActivityStartInterceptor.java
210
if (!mService.
mUserController
.shouldConfirmCredentials(userId)) {
ActivityManagerService.java
633
final UserController
mUserController
;
[
all
...]
ActiveServices.java
340
if (!mAm.
mUserController
.exists(r.userId)) {
390
&& mAm.
mUserController
.hasStartedUserState(r.userId)) {
[
all
...]
PendingIntentRecord.java
274
userId = owner.
mUserController
.getCurrentOrTargetUserIdLocked();
AppErrors.java
491
for (int userId : mService.
mUserController
.getCurrentProfileIdsLocked()) {
686
for (int userId : mService.
mUserController
.getCurrentProfileIdsLocked()) {
[
all
...]
ActivityStackSupervisor.java
[
all
...]
UserController.java
[
all
...]
ActivityStack.java
446
mCurrentUser = mService.
mUserController
.getCurrentUserIdLocked();
[
all
...]
Completed in 903 milliseconds