Searched refs:hasAboveClient (Results 1 – 3 of 3) sorted by relevance
351 void setHasAboveClient(boolean hasAboveClient) { in setHasAboveClient() argument352 mHasAboveClient = hasAboveClient; in setHasAboveClient()355 boolean hasAboveClient() { in hasAboveClient() method in ProcessServiceRecord
4504 proto.write(ProcessOomProto.Detail.HAS_ABOVE_CLIENT, psr.hasAboveClient());4642 pw.print(" hasAboveClient="); pw.println(psr.hasAboveClient());
2582 boolean runningRemoteAnimation, boolean hasAboveClient, boolean treatLikeActivity, in makeProcessRecord() argument2632 services.setHasAboveClient(hasAboveClient); in makeProcessRecord()