Searched refs:procStatusLabels (Results 1 – 1 of 1) sorted by relevance
693 String[] procStatusLabels = { "Uid:" }; in getUidForPid() local696 Process.readProcLines("/proc/" + pid + "/status", procStatusLabels, procStatusValues); in getUidForPid()708 String[] procStatusLabels = { "PPid:" }; in getParentPid() local711 Process.readProcLines("/proc/" + pid + "/status", procStatusLabels, procStatusValues); in getParentPid()723 String[] procStatusLabels = { "Tgid:" }; in getThreadGroupLeader() local726 Process.readProcLines("/proc/" + tid + "/status", procStatusLabels, procStatusValues); in getThreadGroupLeader()