Searched refs:procStatusLabels (Results 1 – 1 of 1) sorted by relevance
569 String[] procStatusLabels = { "Uid:" }; in getUidForPid() local572 Process.readProcLines("/proc/" + pid + "/status", procStatusLabels, procStatusValues); in getUidForPid()583 String[] procStatusLabels = { "PPid:" }; in getParentPid() local586 Process.readProcLines("/proc/" + pid + "/status", procStatusLabels, procStatusValues); in getParentPid()