Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/trust/
DCarTrustedDeviceService.java97 private SharedPreferences mTrustAgentTokenPreferences; field in CarTrustedDeviceService
175 if (mTrustAgentTokenPreferences != null) { in getSharedPrefs()
176 return mTrustAgentTokenPreferences; in getSharedPrefs()
178 mTrustAgentTokenPreferences = mContext.getSharedPreferences( in getSharedPrefs()
180 return mTrustAgentTokenPreferences; in getSharedPrefs()