HomeSort by relevance Sort by last modified time
    Searched refs:withColon (Results 1 - 2 of 2) sorted by null

  /cts/hostsidetests/services/windowmanager/src/android/wm/cts/
CrossAppDragAndDropTests.java 238 final String withColon = word.split("=")[1];
239 return Integer.parseInt(withColon.substring(0, withColon.length() - 1));
  /cts/hostsidetests/services/activitymanager/src/android/server/cts/
ActivityManagerTestBase.java 243 final String withColon = word.split("=")[1];
244 return Integer.parseInt(withColon.substring(0, withColon.length() - 1));

Completed in 801 milliseconds