Class mozilla.components.browser.menu.view.ExpandableLayoutTest
|
100%
successful |
Tests
Test | Duration | Result |
---|---|---|
GIVEN ExpandableLayout WHEN collapse is called THEN it sets a positive translation and a smaller height for the wrappedView | 0.029s | passed |
GIVEN ExpandableLayout WHEN expand is called THEN it updates the translationY and height to show the wrappedView with expandedHeight | 0.028s | passed |
GIVEN ExpandableLayout WHEN getExpandViewAnimator is called THEN it returns a new ValueAnimator | 0.025s | passed |
GIVEN ExpandableLayout WHEN onInterceptTouchEvent is called for ACTION_CANCEL or ACTION_UP THEN the events are not intercepted | 0.025s | passed |
GIVEN ExpandableLayout WHEN onMeasure is called THEN it delegates the parent for measuring | 0.028s | passed |
GIVEN ExpandableLayout WHEN wrapContentInExpandableView is called THEN it should properly setup a new ExpandableLayout | 0.022s | passed |
GIVEN ExpandableLayout currently expanding WHEN shouldInterceptTouches is called THEN it returns false | 0.030s | passed |
GIVEN ExpandableLayout in the collapsed state WHEN shouldInterceptTouches is called THEN it returns true | 0.023s | passed |
GIVEN ExpandableLayout in the collapsed state and the height values available WHEN onMeasure is called THEN it will trigger collapse() | 0.193s | passed |
GIVEN ExpandableLayout in the collapsed state but with collapsedHeight unknown WHEN onMeasure is called THEN collapse() is be called | 0.031s | passed |
GIVEN ExpandableLayout in the collapsed state but with expandedHeight unknown WHEN onMeasure is called THEN collapse() is not be called | 0.027s | passed |
GIVEN ExpandableLayout is in the expand process WHEN onInterceptTouchEvent is called for scroll events THEN these events are intercepted | 0.024s | passed |
GIVEN ExpandableLayout not collapsed WHEN shouldInterceptTouches is called THEN it returns false | 0.036s | passed |
GIVEN ExpandableLayout not in the collapsed state but all height values known WHEN onMeasure is called THEN collapse() is not called | 0.036s | passed |
GIVEN a RecyclerView with a set Adapter WHEN getChildPositionForAdapterIndex is called THEN it returns the list position of the item in Adapter | 0.030s | passed |
GIVEN a list of items WHEN calculateCollapsedHeight is called with an item index not found in the items list THEN it returns the value of measuredHeight | 0.030s | passed |
GIVEN a menu currently expanding WHEN onInterceptTouchEvent is called for a touch on the menu THEN the touch is swallowed | 0.084s | passed |
GIVEN a set touchSlop WHEN isScrollingUp calculates that is was exceeded THEN it returns true | 0.025s | passed |
GIVEN an expanded menu WHEN onInterceptTouchEvent is called for a outside the menu THEN super blankTouchListener is invoked | 0.087s | passed |
GIVEN an expanded menu WHEN onInterceptTouchEvent is called for a touch on the menu THEN super is called | 0.281s | passed |
GIVEN blankTouchListener set WHEN onInterceptTouchEvent is called for a touch that does not intersect wrappedView's bounds THEN blankTouchListener is called | 0.090s | passed |
GIVEN blankTouchListener set WHEN onInterceptTouchEvent is called for a touch that intersects wrappedView's bounds THEN blankTouchListener is not called | 0.095s | passed |
GIVEN calculateCollapsedHeight() WHEN called the same item as limit and sticky THEN it returns the distance between parent top and bottom of sticky | 0.063s | passed |
GIVEN calculateCollapsedHeight() WHEN called with a sticky footer index THEN it returns the distance between parent top and half of the SpecialView + height of sticky | 0.322s | passed |
GIVEN calculateCollapsedHeight() WHEN called without a sticky footer index THEN it returns the distance between parent top and half of the SpecialView | 0.072s | passed |
GIVEN collapsedHeight if already calculated WHEN getOrCalculateCollapsedHeight is called THEN it returns collapsedHeight | 0.040s | passed |
GIVEN collapsedHeight is not already calculated WHEN getOrCalculateCollapsedHeight is called THEN it delegates calculateCollapsedHeight and returns the value from that | 0.035s | passed |
GIVEN expandedHeight not calculated WHEN getOrCalculateExpandedHeight is called THEN it sets expandedHeight with the value of measuredHeight | 0.030s | passed |
GIVEN getOrCalculateExpandedHeight() WHEN calculating the collapsed height to be bigger than the available screen height THEN it cancels collapsing | 0.029s | passed |
GIVEN initialYCoord set WHEN onInterceptTouchEvent is called for ACTION_DOWN THEN initialYCoord will be reset to the new value | 0.024s | passed |
GIVEN isTouchForWrappedView WHEN called with a touch event that is not within the wrappedView bounds THEN it returns false | 0.082s | passed |
GIVEN isTouchForWrappedView() WHEN called with a touch event that is within the wrappedView bounds THEN it returns true | 0.030s | passed |
GIVEN parentHeight not already calculated WHEN getOrCalculateExpandedHeight is called THEN it sets parentHeight with the value from the heightSpec size | 0.027s | passed |
GIVEN parentHeight not calculated WHEN getOrCalculateExpandedHeight is called with a parent height THEN it sets the expandedHeight as the minimum of between expandedHeight and parent height | 0.025s | passed |
GIVEN the wrappedView is in the expand process WHEN onInterceptTouchEvent is called while for new touches THEN they are intercepted | 0.024s | passed |
GIVEN the wrappedView is not expanding WHEN onInterceptTouchEvent is called for an event that is not a scroll THEN this event is not intercepted | 0.024s | passed |
GIVEN the wrappedView is not expanding WHEN onInterceptTouchEvent is called for scroll up events THEN the events are intercepted and expand() is called | 0.043s | passed |
GIVEN the wrappedView not in the expand process WHEN onInterceptTouchEvent is called for new touches THEN they are not intercepted | 0.032s | passed |
Standard output
I/AssetManager: no overlays.list file found W/PackageParser: Unknown element under <manifest>: queries at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #14 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #56 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #64 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #72 I/AssetManager: no overlays.list file found W/PackageParser: Unknown element under <manifest>: queries at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #14 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #56 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #64 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #72 I/AssetManager: no overlays.list file found W/PackageParser: Unknown element under <manifest>: queries at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #14 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #56 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #64 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #72 I/AssetManager: no overlays.list file found W/PackageParser: Unknown element under <manifest>: queries at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #14 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #56 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #64 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #72 I/AssetManager: no overlays.list file found W/PackageParser: Unknown element under <manifest>: queries at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #14 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #56 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #64 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #72 I/AssetManager: no overlays.list file found W/PackageParser: Unknown element under <manifest>: queries at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #14 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #56 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #64 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #72 I/AssetManager: no overlays.list file found W/PackageParser: Unknown element under <manifest>: queries at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #14 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #56 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #64 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #72 I/AssetManager: no overlays.list file found W/PackageParser: Unknown element under <manifest>: queries at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #14 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #56 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #64 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #72 I/AssetManager: no overlays.list file found W/PackageParser: Unknown element under <manifest>: queries at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #14 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #56 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #64 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #72 I/AssetManager: no overlays.list file found W/PackageParser: Unknown element under <manifest>: queries at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #14 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #56 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #64 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #72 I/AssetManager: no overlays.list file found W/PackageParser: Unknown element under <manifest>: queries at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #14 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #56 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #64 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #72 I/AssetManager: no overlays.list file found W/PackageParser: Unknown element under <manifest>: queries at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #14 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #56 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #64 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #72 I/AssetManager: no overlays.list file found W/PackageParser: Unknown element under <manifest>: queries at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #14 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #56 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #64 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #72 I/AssetManager: no overlays.list file found W/PackageParser: Unknown element under <manifest>: queries at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #14 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #56 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #64 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #72 I/AssetManager: no overlays.list file found W/PackageParser: Unknown element under <manifest>: queries at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #14 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #56 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #64 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #72 I/AssetManager: no overlays.list file found W/PackageParser: Unknown element under <manifest>: queries at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #14 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #56 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #64 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #72 I/AssetManager: no overlays.list file found W/PackageParser: Unknown element under <manifest>: queries at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #14 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #56 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #64 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #72 I/AssetManager: no overlays.list file found W/PackageParser: Unknown element under <manifest>: queries at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #14 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #56 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #64 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #72 I/AssetManager: no overlays.list file found W/PackageParser: Unknown element under <manifest>: queries at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #14 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #56 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #64 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #72 I/AssetManager: no overlays.list file found W/PackageParser: Unknown element under <manifest>: queries at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #14 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #56 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #64 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #72 I/AssetManager: no overlays.list file found W/PackageParser: Unknown element under <manifest>: queries at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #14 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #56 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #64 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #72 I/AssetManager: no overlays.list file found W/PackageParser: Unknown element under <manifest>: queries at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #14 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #56 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #64 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #72 I/AssetManager: no overlays.list file found W/PackageParser: Unknown element under <manifest>: queries at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #14 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #56 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #64 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #72 I/AssetManager: no overlays.list file found W/PackageParser: Unknown element under <manifest>: queries at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #14 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #56 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #64 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #72 I/AssetManager: no overlays.list file found W/PackageParser: Unknown element under <manifest>: queries at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #14 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #56 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #64 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #72 I/AssetManager: no overlays.list file found W/PackageParser: Unknown element under <manifest>: queries at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #14 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #56 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #64 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #72 I/AssetManager: no overlays.list file found W/PackageParser: Unknown element under <manifest>: queries at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #14 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #56 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #64 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #72 I/AssetManager: no overlays.list file found W/PackageParser: Unknown element under <manifest>: queries at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #14 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #56 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #64 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #72 I/AssetManager: no overlays.list file found W/PackageParser: Unknown element under <manifest>: queries at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #14 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #56 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #64 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #72 I/AssetManager: no overlays.list file found W/PackageParser: Unknown element under <manifest>: queries at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #14 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #56 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #64 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #72 I/AssetManager: no overlays.list file found W/PackageParser: Unknown element under <manifest>: queries at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #14 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #56 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #64 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #72 I/AssetManager: no overlays.list file found W/PackageParser: Unknown element under <manifest>: queries at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #14 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #56 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #64 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #72 I/AssetManager: no overlays.list file found W/PackageParser: Unknown element under <manifest>: queries at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #14 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #56 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #64 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #72 I/AssetManager: no overlays.list file found W/PackageParser: Unknown element under <manifest>: queries at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #14 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #56 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #64 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #72 I/AssetManager: no overlays.list file found W/PackageParser: Unknown element under <manifest>: queries at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #14 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #56 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #64 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #72 I/AssetManager: no overlays.list file found W/PackageParser: Unknown element under <manifest>: queries at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #14 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #56 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #64 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #72 I/AssetManager: no overlays.list file found W/PackageParser: Unknown element under <manifest>: queries at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #14 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #56 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #64 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #72 I/AssetManager: no overlays.list file found W/PackageParser: Unknown element under <manifest>: queries at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #14 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #56 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #64 W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/menu/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #72