Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DSettings.java348 private final SparseArray<SettingBase> mOtherAppIds = new SparseArray<>(); field in Settings
1076 if (mOtherAppIds.get(appId) != null) { in registerExistingAppIdLPw()
1082 mOtherAppIds.put(appId, obj); in registerExistingAppIdLPw()
1094 return mOtherAppIds.get(appId); in getSettingLPr()
1105 mOtherAppIds.remove(appId); in removeAppIdLPw()
1116 mOtherAppIds.put(appId, obj); in replaceAppIdLPw()