Searched refs:sharedPrefsKeyPrefix (Results 1 – 1 of 1) sorted by relevance
30 private final String sharedPrefsKeyPrefix; field in PerAccountSharedPreferences38 sharedPrefsKeyPrefix = "phone_account_dependent_"; in PerAccountSharedPreferences()49 sharedPrefsKeyPrefix = prefix; in PerAccountSharedPreferences()144 return sharedPrefsKeyPrefix + key + "_" + phoneAccountHandle.getId(); in getKey()