Home
last modified time | relevance | path

Searched refs:uidIndex (Results 1 – 1 of 1) sorted by relevance

/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/lib/
DDeviceUtils.java292 final int uidIndex = line.lastIndexOf(":") + 1; in getAppUidForUser() local
293 final int uid = Integer.parseInt(line.substring(uidIndex).trim()); in getAppUidForUser()