Searched defs:click (Results 1 - 4 of 4) sorted by relevance

/packages/experimental/UiAutomation/service/src/com/android/testing/uiautomation/
H A DProviderImpl.java159 public boolean click(String selector) throws RemoteException { method in class:ProviderImpl
165 return click(node);
168 protected boolean click(AccessibilityNodeInfo node) throws RemoteException { method in class:ProviderImpl
169 // TODO: do a click here
236 click(node);
/packages/experimental/UiAutomation/library/src/com/android/testing/uiautomation/
H A DAutomationProvider.java231 * Perform a click on the UI widget
233 * @return true if the click succeeded, false if the widget cannot be found or other errors
236 public boolean click(String selector) throws RemoteException { method in class:AutomationProvider
239 result = mService.click(selector);
384 return "click";
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
H A DShortcutRepositoryTest.java363 // mApp1 has only one click, but is more recent
591 assertShortcuts("expecting app1's click count to reset after being invalidated.",
612 // click on an app
696 int numClicks = MAX_SHORTCUTS - i; // use click count to get shortcuts in order
823 * Simulate an impression, and optionally a click, on a source.
826 * @param click Whether to register a click in addition to the impression.
828 protected void sourceImpression(Source source, boolean click) { argument
829 sourceImpression(source, click, NOW);
840 * Simulate an impression, and optionally a click, o
845 sourceImpression(Source source, boolean click, long now) argument
[all...]
/packages/apps/Contacts/src/com/android/contacts/detail/
H A DContactDetailFragment.java901 // Then create the click listener for the "More network" entry. Open the popup.
1100 public void click(View clickedView, Listener fragmentListener) { method in class:ContactDetailFragment.ViewEntry
1191 public void click(View clickedView, Listener fragmentListener) { method in class:ContactDetailFragment.NetworkTitleViewEntry
1365 public void click(View clickedView, Listener fragmentListener) { method in class:ContactDetailFragment.DetailViewEntry
1703 entry.click(view, mListener);
1778 * Default (fallback) list item click listener. Note the click event for DetailViewEntry is
1789 entry.click(view, mListener);

Completed in 259 milliseconds