HomeSort by relevance Sort by last modified time
    Searched refs:hasAboveClient (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/core/java/com/android/server/am/
ProcessRecord.java 122 boolean hasAboveClient; // Bound using BIND_ABOVE_CLIENT, so want to be lower
309 if (hasShownUi || pendingUiClean || hasAboveClient || treatLikeActivity) {
312 pw.print(" hasAboveClient="); pw.print(hasAboveClient);
545 hasAboveClient = false;
549 hasAboveClient = true;
556 if (hasAboveClient) {
    [all...]
ActiveServices.java     [all...]
ActivityManagerService.java     [all...]

Completed in 2451 milliseconds