Searched defs:UNSUPPORTED (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/net/
H A DTrafficStats.java43 * not supported by this device, {@link #UNSUPPORTED} will be returned.
53 public final static int UNSUPPORTED = -1; field in class:TrafficStats
391 * return {@link #UNSUPPORTED} on devices where statistics aren't available.
408 * return {@link #UNSUPPORTED} on devices where statistics aren't available.
425 * return {@link #UNSUPPORTED} on devices where statistics aren't available.
442 * return {@link #UNSUPPORTED} on devices where statistics aren't available.
457 if (stat != UNSUPPORTED) {
469 if (stat != UNSUPPORTED) {
503 * return {@link #UNSUPPORTED} on devices where statistics aren't available.
516 * return {@link #UNSUPPORTED} o
[all...]

Completed in 73 milliseconds