All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.assertj.android.api.telephony.TelephonyManagerDataState Maven / Gradle / Ivy

The newest version!
package org.assertj.android.api.telephony;

import android.support.annotation.IntDef;
import android.telephony.TelephonyManager;
import java.lang.annotation.Retention;

import static java.lang.annotation.RetentionPolicy.SOURCE;

@IntDef({
    TelephonyManager.DATA_CONNECTED,
    TelephonyManager.DATA_CONNECTING,
    TelephonyManager.DATA_DISCONNECTED,
    TelephonyManager.DATA_SUSPENDED
})
@Retention(SOURCE)
@interface TelephonyManagerDataState {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy