Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DSettings.java347 private final ArrayList<SettingBase> mAppIds = new ArrayList<>(); field in Settings
1061 int size = mAppIds.size(); in registerExistingAppIdLPw()
1065 mAppIds.add(null); in registerExistingAppIdLPw()
1068 if (mAppIds.get(index) != null) { in registerExistingAppIdLPw()
1074 mAppIds.set(index, obj); in registerExistingAppIdLPw()
1090 final int size = mAppIds.size(); in getSettingLPr()
1092 return index < size ? mAppIds.get(index) : null; in getSettingLPr()
1101 final int size = mAppIds.size(); in removeAppIdLPw()
1103 if (index < size) mAppIds.set(index, null); in removeAppIdLPw()
1112 final int size = mAppIds.size(); in replaceAppIdLPw()
[all …]