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.java107 private final SparseIntArray mEntitlementCacheValue; field in EntitlementManager
253 mEntitlementCacheValue = new SparseIntArray(); in EntitlementManager()
504 mEntitlementCacheValue.clear(); in reevaluateSimCardProvisioning()
745 mEntitlementCacheValue.put(type, resultCode); in updateEntitlementCacheValue()
748 mEntitlementCacheValue.put(type, TETHER_ERROR_PROVISIONING_FAILED); in updateEntitlementCacheValue()
772 final int cacheValue = mEntitlementCacheValue.get( in requestLatestTetheringEntitlementResult()