Searched refs:mBackgroundPermissions (Results 1 – 1 of 1) sorted by relevance
123 private AppPermissionGroup mBackgroundPermissions; field in AppPermissionGroup389 group.mBackgroundPermissions = new AppPermissionGroup(group.mContext, in create()1201 return mBackgroundPermissions;1339 if (mBackgroundPermissions != null && other.getBackgroundPermissions() != null) {1340 return mBackgroundPermissions.getPermissions().equals(1343 return mBackgroundPermissions == other.getBackgroundPermissions();1349 if (mBackgroundPermissions != null) {1350 backgroundPermissions = mBackgroundPermissions.getPermissions();1361 if (mBackgroundPermissions != null) {