Searched refs:procStatusLabels (Results 1 – 1 of 1) sorted by relevance
1078 String[] procStatusLabels = { "Uid:" }; in getUidForPid() local1081 Process.readProcLines("/proc/" + pid + "/status", procStatusLabels, procStatusValues); in getUidForPid()1093 String[] procStatusLabels = { "PPid:" }; in getParentPid() local1096 Process.readProcLines("/proc/" + pid + "/status", procStatusLabels, procStatusValues); in getParentPid()1108 String[] procStatusLabels = { "Tgid:" }; in getThreadGroupLeader() local1111 Process.readProcLines("/proc/" + tid + "/status", procStatusLabels, procStatusValues); in getThreadGroupLeader()