Searched refs:ptw (Results 1 – 1 of 1) sorted by relevance
5665 final PendingTempAllowlist ptw = mPendingTempAllowlist.get(uid); in getPendingTempAllowlistTagForUidLOSP() local5666 return ptw != null ? ptw.tag : null; in getPendingTempAllowlistTagForUidLOSP()9431 PendingTempAllowlist ptw = mPendingTempAllowlist.valueAt(i); in dumpOtherProcessesInfoLSP() local9433 UserHandle.formatUid(pw, ptw.targetUid); in dumpOtherProcessesInfoLSP()9435 TimeUtils.formatDuration(ptw.duration, pw); in dumpOtherProcessesInfoLSP()9437 pw.println(ptw.tag); in dumpOtherProcessesInfoLSP()9439 pw.print(ptw.type); in dumpOtherProcessesInfoLSP()9441 pw.print(ptw.reasonCode); in dumpOtherProcessesInfoLSP()9443 pw.print(ptw.callingUid); in dumpOtherProcessesInfoLSP()14761 PendingTempAllowlist ptw = list[i]; in pushTempAllowlist() local[all …]