OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DeviceDisconnectedException
(Results
1 - 13
of
13
) sorted by null
/cts/tools/host/src/com/android/cts/
DeviceDisconnectedException.java
20
* Throw out
DeviceDisconnectedException
if detected that the device is disconnected.
22
public class
DeviceDisconnectedException
extends Exception {
24
public
DeviceDisconnectedException
(String message) {
HostSideOnlyPackage.java
51
throws IOException,
DeviceDisconnectedException
, ADBServerNeedRestartException {
57
} catch (
DeviceDisconnectedException
e) {
65
protected void runTestImpl(final Test test) throws
DeviceDisconnectedException
,
72
} catch (
DeviceDisconnectedException
e) {
TestPackage.java
683
private boolean install() throws
DeviceDisconnectedException
, InvalidApkPathException {
711
private void uninstall() throws
DeviceDisconnectedException
, InvalidNameSpaceException {
731
private void uninstallAPK(final String packageName) throws
DeviceDisconnectedException
,
743
private void installAPK(final String apkPath) throws
DeviceDisconnectedException
,
862
throws
DeviceDisconnectedException
{
883
throws
DeviceDisconnectedException
{
913
DeviceDisconnectedException
, ADBServerNeedRestartException {
998
throws IOException,
DeviceDisconnectedException
,
1017
DeviceDisconnectedException
, ADBServerNeedRestartException, InvalidApkPathException,
[
all
...]
TestDevice.java
169
throws
DeviceDisconnectedException
, InvalidNameSpaceException,
188
* @throws
DeviceDisconnectedException
190
public void disableKeyguard () throws
DeviceDisconnectedException
{
250
public boolean waitForBootComplete() throws
DeviceDisconnectedException
{
286
private void genDeviceInfo() throws
DeviceDisconnectedException
,
300
* @throws
DeviceDisconnectedException
303
public void uninstallDeviceSetupApp() throws
DeviceDisconnectedException
,
318
* @throws
DeviceDisconnectedException
321
public void installDeviceSetupApp() throws
DeviceDisconnectedException
, InvalidApkPathException {
344
private void runDeviceInfoCollectorCommand() throws
DeviceDisconnectedException
{
[
all
...]
TestCase.java
194
public void run(final TestDevice device) throws
DeviceDisconnectedException
,
213
throws
DeviceDisconnectedException
, ADBServerNeedRestartException {
SignatureCheckPackage.java
76
TestSessionLog testSesssionLog) throws
DeviceDisconnectedException
,
104
throws
DeviceDisconnectedException
, InvalidNameSpaceException,
138
throws
DeviceDisconnectedException
{
TestHost.java
151
InterruptedException,
DeviceDisconnectedException
,
458
DeviceDisconnectedException
, InvalidNameSpaceException,
656
DeviceDisconnectedException
, NoSuchAlgorithmException,
683
DeviceDisconnectedException
, InvalidNameSpaceException,
DeviceManager.java
287
public void restartADBServer(TestSession ts) throws
DeviceDisconnectedException
{
304
DeviceDisconnectedException
{
ReferenceAppTestPackage.java
78
* @throws
DeviceDisconnectedException
if the device disconnects during the test
82
TestSessionLog testSessionLog) throws
DeviceDisconnectedException
,
145
* @throws
DeviceDisconnectedException
if the device disconnects.
148
final TestSessionLog testSessionLog) throws
DeviceDisconnectedException
{
Test.java
320
public void run(final TestDevice device) throws
DeviceDisconnectedException
,
372
protected void runImpl() throws
DeviceDisconnectedException
{
TestSuite.java
272
throws IOException,
DeviceDisconnectedException
, ADBServerNeedRestartException {
302
throws
DeviceDisconnectedException
, ADBServerNeedRestartException {
TestSession.java
425
} catch (
DeviceDisconnectedException
e) {
ConsoleUi.java
363
} catch (
DeviceDisconnectedException
e) {
532
} catch (
DeviceDisconnectedException
e) {
[
all
...]
Completed in 851 milliseconds