Home
last modified time | relevance | path

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

/aosp12/packages/apps/Dialer/java/com/android/dialer/common/
H A DPerAccountSharedPreferences.java30 private final String sharedPrefsKeyPrefix; field in PerAccountSharedPreferences
38 sharedPrefsKeyPrefix = "phone_account_dependent_"; in PerAccountSharedPreferences()
49 sharedPrefsKeyPrefix = prefix; in PerAccountSharedPreferences()
144 return sharedPrefsKeyPrefix + key + "_" + phoneAccountHandle.getId(); in getKey()