OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TRANSPORT_PACKAGE_REJECTED
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/app/backup/
BackupTransport.java
49
public static final int
TRANSPORT_PACKAGE_REJECTED
= -1002;
241
* {@link BackupTransport#
TRANSPORT_PACKAGE_REJECTED
} (to suppress backup of this
380
* {@link BackupTransport#
TRANSPORT_PACKAGE_REJECTED
}. In this case the system will
401
* If the transport returns {@link #
TRANSPORT_PACKAGE_REJECTED
} here, it must still
406
* @return
TRANSPORT_PACKAGE_REJECTED
to indicate that the stated application is not
421
return BackupTransport.
TRANSPORT_PACKAGE_REJECTED
;
436
* must recognize this case and return
TRANSPORT_PACKAGE_REJECTED
.
443
*
TRANSPORT_PACKAGE_REJECTED
if the proposed payload size is too large for
539
* is still running and the caller should retry. {@link #
TRANSPORT_PACKAGE_REJECTED
}
/prebuilts/sdk/system_current/
android.jar
Completed in 1318 milliseconds