Lines Matching defs:status

1371      * Internal status code to indicate that an IntentFilter verification result is not specified.
1378 * Used as the {@code status} argument for
1388 * Used as the {@code status} argument for
1399 * Used as the {@code status} argument for
1410 * Used as the {@code status} argument for
4876 * Get the status of a Domain Verification Result for an IntentFilter. This is
4880 * This is used by the ResolverActivity to change the status depending on what the User select
4887 * @return The status to set to. This can be
4898 * Allow to change the status of a Intent Verification status for all IntentFilter of an App.
4902 * This is used by the ResolverActivity to change the status depending on what the User select
4907 * @param status The status to set to. This can be
4913 * @return true if the status has been set. False otherwise.
4917 public abstract boolean updateIntentVerificationStatusAsUser(String packageName, int status,
5171 * the status of the operation. observer may be null to indicate that
5521 * @param packageNames The names of the packages to set the suspended status.
5526 * @return an array of package names for which the suspended status is not set as requested in
5536 * @param packageName The name of the package to get the suspended status of.
5545 public static boolean isMoveStatusFinished(int status) {
5546 return (status < 0 || status > 100);
5552 public abstract void onStatusChanged(int moveId, int status, long estMillis);
5638 public static String installStatusToString(int status, String msg) {
5639 final String str = installStatusToString(status);
5648 public static String installStatusToString(int status) {
5649 switch (status) {
5691 default: return Integer.toString(status);
5696 public static int installStatusToPublicStatus(int status) {
5697 switch (status) {
5745 public static String deleteStatusToString(int status, String msg) {
5746 final String str = deleteStatusToString(status);
5755 public static String deleteStatusToString(int status) {
5756 switch (status) {
5763 default: return Integer.toString(status);
5768 public static int deleteStatusToPublicStatus(int status) {
5769 switch (status) {