Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DEntitlementManager.java88 private final SparseIntArray mEntitlementCacheValue; field in EntitlementManager
108 mEntitlementCacheValue = new SparseIntArray(); in EntitlementManager()
309 mEntitlementCacheValue.clear(); in reevaluateSimCardProvisioning()
608 mEntitlementCacheValue.put(type, resultCode); in updateEntitlementCacheValue()
611 mEntitlementCacheValue.put(type, TETHER_ERROR_PROVISIONING_FAILED); in updateEntitlementCacheValue()
630 final int cacheValue = mEntitlementCacheValue.get( in requestLatestTetheringEntitlementResult()