Searched refs:aboveSystem (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
H A DAppNotRespondingDialog.java90 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 DUserSwitchingDialog.java61 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 DCarUserSwitchingDialog.java54 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 DAppErrors.java886 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 DActivityManagerService.java13877 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 DInputMonitor.java232 boolean aboveSystem = false;
253 aboveSystem = windowState.mBaseLayer > systemAlertLayer;
286 windowState.mSession.mPid, aboveSystem, reason);
/frameworks/base/core/java/android/app/
H A DIActivityManager.aidl381 long inputDispatchingTimedOut(int pid, boolean aboveSystem, in String reason);

Completed in 58 milliseconds