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.java385 private final SparseArray<SettingBase> mOtherAppIds = new SparseArray<>(); field in Settings
1115 if (mOtherAppIds.get(appId) != null) { in registerExistingAppIdLPw()
1121 mOtherAppIds.put(appId, obj); in registerExistingAppIdLPw()
1133 return mOtherAppIds.get(appId); in getSettingLPr()
1144 mOtherAppIds.remove(appId); in removeAppIdLPw()
1155 mOtherAppIds.put(appId, obj); in replaceAppIdLPw()