Home
last modified time | relevance | path

Searched refs:BYTES_UNLIMITED (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/telephony/
DSubscriptionPlan.java81 public static final long BYTES_UNLIMITED = Long.MAX_VALUE; field in SubscriptionPlan
/frameworks/base/services/tests/servicestests/src/com/android/server/net/
DNetworkPolicyManagerServiceTest.java86 import static android.telephony.SubscriptionPlan.BYTES_UNLIMITED;
1973 ZonedDateTime.parse("2015-11-01T00:00:00.00Z"), BYTES_UNLIMITED);
1990 ZonedDateTime.parse("2015-11-01T00:00:00.00Z"), BYTES_UNLIMITED);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DDataNetwork.java3250 if (plan.getDataLimitBytes() != SubscriptionPlan.BYTES_UNLIMITED) {
3259 return plan.getDataLimitBytes() == SubscriptionPlan.BYTES_UNLIMITED;
/frameworks/base/services/core/java/com/android/server/net/
DNetworkPolicyManagerService.java2517 } else if (limitBytes == SubscriptionPlan.BYTES_UNLIMITED) {
2676 } else if (planLimitBytes == SubscriptionPlan.BYTES_UNLIMITED) {
3781 .setDataLimit(SubscriptionPlan.BYTES_UNLIMITED,
3898 .setDataLimit(SubscriptionPlan.BYTES_UNLIMITED,
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/data/
DDataNetworkControllerTest.java2556 .setDataLimit(SubscriptionPlan.BYTES_UNLIMITED, in testIsNetworkTypeUnmeteredViaSubscriptionPlans()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt45893 field public static final long BYTES_UNLIMITED = 9223372036854775807L; // 0x7fffffffffffffffL