Searched refs:procStatusLabels (Results 1 – 1 of 1) sorted by relevance
976 String[] procStatusLabels = { "Uid:" }; in getUidForPid() local979 Process.readProcLines("/proc/" + pid + "/status", procStatusLabels, procStatusValues); in getUidForPid()991 String[] procStatusLabels = { "PPid:" }; in getParentPid() local994 Process.readProcLines("/proc/" + pid + "/status", procStatusLabels, procStatusValues); in getParentPid()1006 String[] procStatusLabels = { "Tgid:" }; in getThreadGroupLeader() local1009 Process.readProcLines("/proc/" + tid + "/status", procStatusLabels, procStatusValues); in getThreadGroupLeader()