Searched refs:ptw (Results 1 – 1 of 1) sorted by relevance
5694 return ptw != null ? ptw.tag : null; in getPendingTempAllowlistTagForUidLOSP()9474 UserHandle.formatUid(pw, ptw.targetUid); in dumpOtherProcessesInfoLSP()9476 TimeUtils.formatDuration(ptw.duration, pw); in dumpOtherProcessesInfoLSP()9478 pw.println(ptw.tag); in dumpOtherProcessesInfoLSP()9480 pw.print(ptw.type); in dumpOtherProcessesInfoLSP()9482 pw.print(ptw.reasonCode); in dumpOtherProcessesInfoLSP()9484 pw.print(ptw.callingUid); in dumpOtherProcessesInfoLSP()14806 PendingTempAllowlist ptw = list[i]; in pushTempAllowlist() local14808 ptw.duration, ptw.type, true, ptw.reasonCode, ptw.tag, in pushTempAllowlist()14809 ptw.callingUid); in pushTempAllowlist()[all …]