Searched refs:aboveSystem (Results 1 - 7 of 7) sorted by relevance
/frameworks/base/services/core/java/com/android/server/am/ |
H A D | AppNotRespondingDialog.java | 90 if (data.aboveSystem) { 185 final boolean aboveSystem; field in class:AppNotRespondingDialog.Data 187 Data(ProcessRecord proc, ActivityRecord activity, boolean aboveSystem) { argument 190 this.aboveSystem = aboveSystem;
|
H A D | UserSwitchingDialog.java | 61 UserInfo newUser, boolean aboveSystem, String switchingFromSystemUserMessage, 75 if (aboveSystem) { 60 UserSwitchingDialog(ActivityManagerService service, Context context, UserInfo oldUser, UserInfo newUser, boolean aboveSystem, String switchingFromSystemUserMessage, String switchingToSystemUserMessage) argument
|
H A D | CarUserSwitchingDialog.java | 54 UserInfo newUser, boolean aboveSystem, String switchingFromSystemUserMessage, 56 super(service, context, oldUser, newUser, aboveSystem, switchingFromSystemUserMessage, 53 CarUserSwitchingDialog(ActivityManagerService service, Context context, UserInfo oldUser, UserInfo newUser, boolean aboveSystem, String switchingFromSystemUserMessage, String switchingToSystemUserMessage) argument
|
H A D | AppErrors.java | 886 ActivityRecord parent, boolean aboveSystem, final String annotation) { 1095 msg.obj = new AppNotRespondingDialog.Data(app, activity, aboveSystem); 885 appNotResponding(ProcessRecord app, ActivityRecord activity, ActivityRecord parent, boolean aboveSystem, final String annotation) argument
|
H A D | ActivityManagerService.java | 13877 public long inputDispatchingTimedOut(int pid, final boolean aboveSystem, String reason) { argument 13892 if (inputDispatchingTimedOut(proc, null, null, aboveSystem, reason)) { 13905 final boolean aboveSystem, String reason) { 13936 mAppErrors.appNotResponding(proc, activity, parent, aboveSystem, annotation); 13903 inputDispatchingTimedOut(final ProcessRecord proc, final ActivityRecord activity, final ActivityRecord parent, final boolean aboveSystem, String reason) argument [all...] |
/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | InputMonitor.java | 232 boolean aboveSystem = false; 253 aboveSystem = windowState.mBaseLayer > systemAlertLayer; 286 windowState.mSession.mPid, aboveSystem, reason);
|
/frameworks/base/core/java/android/app/ |
H A D | IActivityManager.aidl | 381 long inputDispatchingTimedOut(int pid, boolean aboveSystem, in String reason);
|
Completed in 58 milliseconds