package org.eclipse.paho.android.service;

/* JADX INFO: loaded from: classes.dex */
enum Status {
    OK,
    ERROR,
    NO_RESULT
}
