Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/server/am/
DActivityManagerTestBase.java195 final String withColon = word.split("=")[1]; in getActivityTaskId() local
196 return Integer.parseInt(withColon.substring(0, withColon.length() - 1)); in getActivityTaskId()