Home
last modified time | relevance | path

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

/aosp12/packages/apps/ImsServiceEntitlement/src/com/android/imsserviceentitlement/
H A DImsEntitlementApi.java65 private final EntitlementConfiguration mLastEntitlementConfiguration; field in ImsEntitlementApi
79 this.mLastEntitlementConfiguration = new EntitlementConfiguration(context, subId); in ImsEntitlementApi()
93 this.mLastEntitlementConfiguration = lastEntitlementConfiguration; in ImsEntitlementApi()
105 mLastEntitlementConfiguration.getToken().ifPresent( in checkEntitlementStatus()
115 mLastEntitlementConfiguration.getVersion().ifPresent( in checkEntitlementStatus()
132 mLastEntitlementConfiguration.update(rawXml); in checkEntitlementStatus()
144 mLastEntitlementConfiguration.reset(); in checkEntitlementStatus()
185 ClientBehavior clientBehavior = mLastEntitlementConfiguration.entitlementValidation(); in toEntitlementResult()
191 mLastEntitlementConfiguration.reset(); in toEntitlementResult()
193 mLastEntitlementConfiguration.resetConfigsExceptVers(); in toEntitlementResult()