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