Home
last modified time | relevance | path

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

/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/
DTs43Operation.java123 private int mTokenType; field in Ts43Operation
164 mTokenType = tokenType; in Ts43Operation()
204 if (mTokenType == TOKEN_TYPE_NORMAL) { in checkEligibility()
206 } else if (mTokenType == TOKEN_TYPE_TEMPORARY) { in checkEligibility()
367 if (mTokenType == TOKEN_TYPE_NORMAL) { in manageSubscription()
369 } else if (mTokenType == TOKEN_TYPE_TEMPORARY) { in manageSubscription()
563 if (mTokenType == TOKEN_TYPE_NORMAL) { in manageService()
565 } else if (mTokenType == TOKEN_TYPE_TEMPORARY) { in manageService()
903 if (mTokenType == TOKEN_TYPE_NORMAL) { in getPhoneNumber()
905 } else if (mTokenType == TOKEN_TYPE_TEMPORARY) { in getPhoneNumber()