OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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