Home | History | Annotate | Download | only in packageinstaller

Lines Matching refs:button

34             .clazz(android.widget.Button.class.getName())
42 .clazz(android.widget.Button.class.getName())
54 // Calls the original installPackage which does not click through the install button.
102 UiObject2 button = mDevice.findObject(INSTALL_BUTTON_SELECTOR);
103 assertNotNull("Install button not found", button);
104 button.click();
111 // "OK" button only present in the dialog if it is blocked by policy.
112 UiObject2 button = mDevice.findObject(POPUP_BUTTON_SELECTOR);
113 assertNotNull("OK button not found", button);
114 button.click();