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

/frameworks/base/core/java/android/app/usage/
H A DNetworkStats.java190 @IntDef({ROAMING_ALL, ROAMING_NO, ROAMING_YES})
208 public static final int ROAMING_NO = 0x1; field in class:NetworkStats.Bucket
271 case android.net.NetworkStats.ROAMING_NO: return ROAMING_NO;
333 * <li>{@link #ROAMING_NO}</li>
/frameworks/base/core/java/android/net/
H A DNetworkStats.java81 public static final int ROAMING_NO = 0; field in class:NetworkStats
140 this(iface, uid, set, tag, METERED_NO, ROAMING_NO, rxBytes, rxPackets, txBytes,
892 case ROAMING_NO:
1081 // Relies on the fact that the underlying traffic only has state ROAMING_NO and METERED_NO,
1086 METERED_NO, ROAMING_NO);
1092 METERED_NO, ROAMING_NO);

Completed in 85 milliseconds