Home
last modified time | relevance | path

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

/platform_testing/tests/androidbvt/src/com/android/androidbvt/
DSysUIMultiWindowTests.java35 private static final String CALCULATOR_PACKAGE = "com.google.android.calculator"; field in SysUIMultiWindowTests
69 .getLaunchIntentForPackage(CALCULATOR_PACKAGE); in testLaunchInMultiwindow()
76 …ttern = Pattern.compile(String.format(".*taskId=([0-9]+): %s/%s.*",CALCULATOR_PACKAGE, CALCULATOR_… in testLaunchInMultiwindow()
103 window.getRoot().getPackageName().equals(CALCULATOR_PACKAGE)); in testLaunchInMultiwindow()