OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InstallException
(Results
1 - 11
of
11
) sorted by null
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
InstallException.java
22
public class
InstallException
extends CanceledException {
25
public
InstallException
(Throwable cause) {
29
public
InstallException
(String message, Throwable cause) {
Device.java
512
throws
InstallException
{
519
throw new
InstallException
(e);
521
throw new
InstallException
(e);
523
throw new
InstallException
(e);
525
throw new
InstallException
(e);
573
String... extraArgs) throws
InstallException
{
589
throw new
InstallException
(e);
591
throw new
InstallException
(e);
593
throw new
InstallException
(e);
595
throw new
InstallException
(e)
[
all
...]
IDevice.java
391
* @throws
InstallException
if the installation fails.
394
throws
InstallException
;
416
* @throws
InstallException
if the installation fails.
419
String... extraArgs) throws
InstallException
;
425
* @throws
InstallException
if the installation fails.
427
public void removeRemotePackage(String remoteFilePath) throws
InstallException
;
434
* @throws
InstallException
if the uninstallation fails.
436
public String uninstallPackage(String packageName) throws
InstallException
;
/frameworks/base/core/tests/hosttests/src/android/content/pm/
PackageManagerHostTests.java
20
import com.android.ddmlib.
InstallException
;
165
* @throws
InstallException
if the install failed.
167
public void testPushAppPrivate() throws IOException, InterruptedException,
InstallException
,
203
* @throws
InstallException
if the install failed.
207
throws IOException, InterruptedException,
InstallException
, TimeoutException,
233
* @throws
InstallException
if the install failed.
238
ShellCommandUnresponsiveException,
InstallException
{
267
* @throws
InstallException
if the install failed.
270
InstallException
, TimeoutException, AdbCommandRejectedException, ShellCommandUnresponsiveException {
287
* @throws
InstallException
if the install failed
[
all
...]
PackageManagerStressHostTests.java
20
import com.android.ddmlib.
InstallException
;
145
InstallException
, TimeoutException, AdbCommandRejectedException,
182
InstallException
, TimeoutException, AdbCommandRejectedException,
218
InstallException
, TimeoutException, AdbCommandRejectedException,
264
InstallException
, TimeoutException, AdbCommandRejectedException,
PackageManagerHostTestUtils.java
23
import com.android.ddmlib.
InstallException
;
217
* @throws
InstallException
if the install failed
220
InstallException
{
231
* @throws
InstallException
if the install failed
234
throws IOException,
InstallException
{
250
* @throws
InstallException
if the install failed.
254
ShellCommandUnresponsiveException,
InstallException
{
683
* @throws
InstallException
if the install failed.
686
throws IOException, InterruptedException,
InstallException
, TimeoutException,
720
* @throws
InstallException
if the install failed
[
all
...]
/cts/tests/appsecurity-tests/src/com/android/cts/appsecurity/
AppSecurityTests.java
26
import com.android.ddmlib.
InstallException
;
93
public void testSharedUidDifferentCerts() throws
InstallException
{
119
public void testAppUpgradeDifferentCerts() throws
InstallException
{
142
public void testAppFailAccessPrivateData() throws
InstallException
, TimeoutException,
203
public void testInstrumentationDiffCert() throws
InstallException
, TimeoutException,
235
public void testPermissionDiffCert() throws
InstallException
, TimeoutException,
/sdk/chimpchat/src/com/android/chimpchat/adb/
AdbChimpDevice.java
25
import com.android.ddmlib.
InstallException
;
295
} catch (
InstallException
e) {
311
} catch (
InstallException
e) {
/prebuilt/common/ddmlib/
ddmlib-prebuilt.jar
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
AndroidLaunchController.java
25
import com.android.ddmlib.
InstallException
;
[
all
...]
/prebuilt/common/tradefed/
tradefed-prebuilt.jar
Completed in 561 milliseconds