Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/clipboardoverlay/
H A DClipboardOverlayUtilsTest.java90 RemoteAction actionA = constructRemoteAction("abc"); in test_getAction_returnsFirstLink()
91 RemoteAction actionB = constructRemoteAction("def"); in test_getAction_returnsFirstLink()
107 RemoteAction actionA = constructRemoteAction("abc"); in test_getAction_skipsMatchingComponent()
108 RemoteAction actionB = constructRemoteAction("def"); in test_getAction_skipsMatchingComponent()
129 RemoteAction actionA = constructRemoteAction("abc"); in test_getAction_skipsShortEntity()
130 RemoteAction actionB = constructRemoteAction("def"); in test_getAction_skipsShortEntity()
201 private static RemoteAction constructRemoteAction(String packageName) { in constructRemoteAction() method in ClipboardOverlayUtilsTest