Searched refs:mOtherAppIds (Results 1 – 1 of 1) sorted by relevance
385 private final SparseArray<SettingBase> mOtherAppIds = new SparseArray<>(); field in Settings1115 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()