Home
last modified time | relevance | path

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

/cts/hostsidetests/services/activitymanager/src/android/server/cts/
DActivityManagerTestBase.java202 final String withColon = word.split("=")[1]; in getActivityTaskId() local
203 return Integer.parseInt(withColon.substring(0, withColon.length() - 1)); in getActivityTaskId()
/cts/hostsidetests/services/windowmanager/src/android/wm/cts/
DCrossAppDragAndDropTests.java238 final String withColon = word.split("=")[1]; in getActivityTaskId() local
239 return Integer.parseInt(withColon.substring(0, withColon.length() - 1)); in getActivityTaskId()