Searched refs:ptw (Results 1 – 1 of 1) sorted by relevance
6484 return ptw != null ? ptw.tag : null; in getPendingTempAllowlistTagForUidLOSP()10733 UserHandle.formatUid(pw, ptw.targetUid); in dumpOtherProcessesInfoLSP()10735 TimeUtils.formatDuration(ptw.duration, pw); in dumpOtherProcessesInfoLSP()10737 pw.println(ptw.tag); in dumpOtherProcessesInfoLSP()10739 pw.print(ptw.type); in dumpOtherProcessesInfoLSP()10741 pw.print(ptw.reasonCode); in dumpOtherProcessesInfoLSP()10743 pw.print(ptw.callingUid); in dumpOtherProcessesInfoLSP()16844 PendingTempAllowlist ptw = list[i]; in pushTempAllowlist() local16846 ptw.duration, ptw.type, false, ptw.reasonCode, ptw.tag, in pushTempAllowlist()16847 ptw.callingUid); in pushTempAllowlist()[all …]